summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-02 11:31:04 -0400
committerB Stack <bgstack15@gmail.com>2019-07-02 11:31:04 -0400
commit49104b09490c095cb20cd85cc978be1fb5e7488b (patch)
treea7c089f063c94bf17de924ac2081f556bb3df267 /palemoon
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-49104b09490c095cb20cd85cc978be1fb5e7488b.tar.gz
stackrpms-49104b09490c095cb20cd85cc978be1fb5e7488b.tar.bz2
stackrpms-49104b09490c095cb20cd85cc978be1fb5e7488b.zip
WIP: palemoon 28.6.0 rc1
Do not actually have the git release tarball, so these changes are staged but untested.
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/debian/changelog49
-rw-r--r--palemoon/palemoon-stackrpms.spec15
-rw-r--r--palemoon/palemoon.spec15
3 files changed, 67 insertions, 12 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 016244c..abdc6c5 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,52 @@
+palemoon (28.6.0-1+devuan) manual; urgency=low
+
+ * From releasenotes.shtml: This is a major development and bugfix update.
+ - Implemented String.prototype.trimStart and String.prototype.trimEnd (ES2019)
+ - Implemented Array.prototype.flat and Array.prototype.flatMap (ES2019)
+ - Implemented Symbol.prototype.description (ES2019)
+ - Added support for gzip-compressed SVG-in-Opentype fonts.
+ - Updated official branding.
+ - Updated reader view components.
+ - Added a preference to control the setting of cookies through meta header information (non-standard feature) and disabled by default.
+ - Updated ES6 Atomics and re-enabled them.
+ - Updated internationalization code to support updated time zones and the Japanese Reiwa era.
+ - Updated NSS to a custom version to have better encryption strength for master passwords.
+ - IMPORTANT: To use this strong encryption and re-key the password database with it, change your master password (can be changed to the same one you already had if desired, but you have to go through the change password process). Depending on your computer and the number of stored passwords, this encryption update may take some time, so please be patient. Please be aware that once re-keyed, the password store will be locked to the new encryption and will no longer be accessible with the master password in older versions of Pale Moon.
+ - Restored "Release notes" in the help menu.
+ - Rearchitectured the application/extension update code.
+ - Added several performance improvements to DOM and the parser.
+ - Improved JavaScript garbage collection of dead compartments.
+ - Fixed a performance issue with painting on some pages.
+ - Improved performance of some websites with complex event regions.
+ - Fixed a potential performance issue in display lists on some pages.
+ - Fixed a rendering bottleneck for the use of XRender when using a remote session.
+ - Fixed graphical artifacts/flickering when using XRender on Intel or Intel-hybrid GPU setups.
+ - Added a DiD fix for potential future issues with inlining array natives.
+ - Fixed a potential UAF situation in the HTML5 parser (DiD)
+ - Fixed an origin-clean bypass issue.
+ - Changed the way permissions for predefined sites are loaded.
+ - Reverted the 28.5.1 change to treat *.jnlp files as executables (CVE-2019-11696) after input from an Oracle representative. Java Web Start files are not executable and should not be treated any different than regular documents handled by external applications.
+ - Removed SecurityUI telemetry.
+ - Removed some other dead telemetry code.
+ - Removed geo-specific selection of default search engines.
+ - Deprecated the use of FUEL.
+ - Removed the unused code for "enhanced tiles" in the new tab page.
+ - Removed preference to brute-force e10s to on.
+ - Removed Unboxed Array code.
+ - Removed Unboxed Object code.
+ - Fixed failure to print if a page contains a 0-sized <canvas> element.
+ - Fixed an issue with tab-modal dialogs being presented in the wrong order.
+ - Fixed an issue with the tab bar remaining collapsed in customize mode if normally hidden.
+ - Fixed an issue with Sync when choosing to overwrite data with synced data.
+ - Fixed an issue with tab previews on the taskbar.
+ - Fixed an issue with IntersectionObserver viewport accuracy.
+ - Fixed Scroll bar orientation on Mac OS X.
+ - Fixed an issue with anchor/link targets not re-using a named target.
+ - Fixed a build issue with Gnu-CC on PPC64.
+ - Fixed browser.link.open_newwindow functionality.
+
+ -- B Stack <bgstack15@gmail.com> Tue, 2 Jul 2019 11:31:51 -0400
+
palemoon (28.5.2-1+devuan) manual; urgency=low
* From releasenotes.shtml: This is a security and bugfix update.
diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec
index 1c1d13c..b29f3d0 100644
--- a/palemoon/palemoon-stackrpms.spec
+++ b/palemoon/palemoon-stackrpms.spec
@@ -40,8 +40,8 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.5.2
-Release: 2
+Version: 28.6.0
+Release: 1
Group: Networking/Web
License: MPLv2.0
@@ -257,7 +257,6 @@ filelist file.lst %{appname} usr langpack
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
%preun
# is it a final removal?
@@ -266,21 +265,25 @@ update-desktop-database &> /dev/null || :
#fi
%postun
-update-desktop-database &> /dev/null || :
if test "$1" = "0" ;
then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+update-desktop-database 1>/dev/null 2>&1 & :
+gtk-update-icon-cache %{_datadir}/icons/hicolor 1>/dev/null 2>&1 & :
+update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%files -f file.lst
%defattr(-,root,root)
%doc AUTHORS LICENSE
%changelog
+* Tue Jul 2 2019 B Stack <bgstack15@gmail.com> - 28.6.0-1
+- update version
+- improve scriptlets for streamlining
+
* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1
- update version
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 6364e32..e2ea199 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -40,8 +40,8 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.5.2
-Release: 2
+Version: 28.6.0
+Release: 1
Group: Networking/Web
License: MPLv2.0
@@ -257,7 +257,6 @@ filelist file.lst %{appname} usr langpack
%post
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &> /dev/null || :
%preun
# is it a final removal?
@@ -266,21 +265,25 @@ update-desktop-database &> /dev/null || :
#fi
%postun
-update-desktop-database &> /dev/null || :
if test "$1" = "0" ;
then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+update-desktop-database 1>/dev/null 2>&1 & :
+gtk-update-icon-cache %{_datadir}/icons/hicolor 1>/dev/null 2>&1 & :
+update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%files -f file.lst
%defattr(-,root,root)
%doc AUTHORS LICENSE
%changelog
+* Tue Jul 2 2019 B Stack <bgstack15@gmail.com> - 28.6.0-1
+- update version
+- improve scriptlets for streamlining
+
* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1
- update version
bgstack15