summaryrefslogtreecommitdiff
path: root/newmoon/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-23 14:11:23 +0000
committerB. Stack <bgstack15@gmail.com>2021-08-23 14:11:23 +0000
commit6edb907256d02f72b38045c6291be21a50fc00f6 (patch)
tree1e80f9ed271da6e6a6b808f80a16935cec365f36 /newmoon/debian
parentMerge branch 'scite-bump' into 'master' (diff)
parentnewmoon 29.4.0 (diff)
downloadstackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.tar.gz
stackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.tar.bz2
stackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.zip
Merge branch 'newmoon-bump' into 'master'
newmoon 29.4.0 See merge request bgstack15/stackrpms!255
Diffstat (limited to 'newmoon/debian')
-rw-r--r--newmoon/debian/changelog15
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
2 files changed, 16 insertions, 1 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 357a97b..b58d84c 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,18 @@
+newmoon (29.4.0-1+devuan) obs; urgency=medium
+
+ - This is a development, bugfix and security release
+ * Implemented promise.allSettled().
+ * Implemented global origin on windows and workers.
+ * Improved performance of memory allocations.
+ * Updated libcubeb to the current development version.
+ * This improves OSS compatibility and addresses potential crashes, performance issues and security issues.
+ * Updated SQLite to 3.36.0.
+ * Improved thread safety of the web content cache. DiD
+ * Added several fixes to avoid potential crashes and security issues. DiD
+ * Unified XUL Platform Mozilla Security Patch Summary: 5 DiD, 12 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 17 Aug 2021 18:43:23 -0400
+
newmoon (29.3.0-1+devuan) obs; urgency=medium
- This is a development, bugfix and security release.
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index 37c92bb..f52e753 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 29.3.0-1+devuan
+Version: 29.4.0-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
bgstack15