diff options
author | B. Stack <bgstack15@gmail.com> | 2021-08-17 18:44:14 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-08-17 18:44:14 -0400 |
commit | 7149f534e0ad7b31ebef5f46f7b0dc28f0e2ed5f (patch) | |
tree | 8da4e397374bf0b0c1c85cc327b16ac2645ee344 | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
download | stackrpms-7149f534e0ad7b31ebef5f46f7b0dc28f0e2ed5f.tar.gz stackrpms-7149f534e0ad7b31ebef5f46f7b0dc28f0e2ed5f.tar.bz2 stackrpms-7149f534e0ad7b31ebef5f46f7b0dc28f0e2ed5f.zip |
newmoon 29.4.0
-rw-r--r-- | newmoon/debian/changelog | 15 | ||||
-rw-r--r-- | newmoon/debian/newmoon+devuan.dsc | 2 | ||||
-rw-r--r-- | newmoon/newmoon.spec | 7 | ||||
-rw-r--r-- | palemoon/debian/changelog | 15 | ||||
-rw-r--r-- | palemoon/debian/palemoon+devuan.dsc | 2 | ||||
-rw-r--r-- | palemoon/palemoon.spec | 7 |
6 files changed, 42 insertions, 6 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 diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index e7eab00..5d22a22 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20210719 +%global submodule_platform_tag RELBASE_20210817 %global badname palemoon # additional repos to get python27 and devtoolset-7 @@ -43,7 +43,7 @@ Name: newmoon Name: newmoon %endif Summary: Newmoon web browser -Version: 29.3.0 +Version: 29.4.0 Release: 1 Group: Networking/Web @@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Aug 17 2021 B. Stack <bgstack15@gmail.com> - 29.4.0-1 +- update version + * Mon Jul 19 2021 B. Stack <bgstack15@gmail.com> - 29.3.0-1 - update version diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog index 26e4e50..427aa25 100644 --- a/palemoon/debian/changelog +++ b/palemoon/debian/changelog @@ -1,3 +1,18 @@ +palemoon (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 + palemoon (29.3.0-1+devuan) obs; urgency=medium - This is a development, bugfix and security release. diff --git a/palemoon/debian/palemoon+devuan.dsc b/palemoon/debian/palemoon+devuan.dsc index 1c75ba8..df5809e 100644 --- a/palemoon/debian/palemoon+devuan.dsc +++ b/palemoon/debian/palemoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: palemoon Binary: palemoon 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 diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index e931e5e..739bc5e 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20210719 +%global submodule_platform_tag RELBASE_20210817 %global badname palemoon # additional repos to get python27 and devtoolset-7 @@ -43,7 +43,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 29.3.0 +Version: 29.4.0 Release: 1 Group: Networking/Web @@ -286,6 +286,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Aug 17 2021 B. Stack <bgstack15@gmail.com> - 29.4.0-1 +- update version + * Mon Jul 19 2021 B. Stack <bgstack15@gmail.com> - 29.3.0-1 - update version |