summaryrefslogtreecommitdiff
path: root/palemoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/debian/changelog')
-rw-r--r--palemoon/debian/changelog29
1 files changed, 29 insertions, 0 deletions
diff --git a/palemoon/debian/changelog b/palemoon/debian/changelog
index 4a161ca..5aed8ef 100644
--- a/palemoon/debian/changelog
+++ b/palemoon/debian/changelog
@@ -1,3 +1,32 @@
+palemoon (28.9.3-1+devuan) obs; urgency=medium
+
+ * This is a security update.
+ - Fixed a potential vulnerability in the zip file reader. DiD
+ - Fixed a potential vulnerability in the JavaScript JIT compiler related to aliases. DiD
+ - Ported several upstream devtools fixes (addresses CVE-2020-12392 and CVE-2020-12393).
+ - Improved memory safety of some WebAudio calls.
+ - Improved memory safety in the XUL window destructor. DiD
+ - Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 3 Defense-in-depth, 16 not applicable.
+
+ -- Ben Stack <bgstack15@gmail.com> Fri, 08 May 2020 10:39:55 -0400
+
+palemoon (28.9.2-2+devuan) obs; urgency=medium
+
+ * testing OBS build optimization and removing animation from about dialog
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 06 May 2020 15:08:46 -0400
+
+palemoon (28.9.2-1+devuan) obs; urgency=medium
+
+ * This is a minor update for stability and compatibility.
+ - Re-based the 28.9 version of browsers on a separate development branch that excludes the extensive work being done for Google WebComponents, to avoid potential performance and stability issues caused by as-of-yet incomplete and in-progress code for the new milestone.
+ - Enabled DOM High Resolution timestamps for compatibility with websites that strictly rely on them for operation.
+ - Added a preference to allow copying the unescaped URL from the address bar (especially useful for internationalized domain names and paths).
+ - To enable this, set `browser.urlbar.decodeURLsOnCopy` to true in about:config
+ - Fixed several application crashes (thanks, Fysac!)
+
+ -- Ben Stack <bgstack15@gmail.com> Thu, 30 Apr 2020 10:11:14 -0400
+
palemoon (28.9.1-1+devuan) obs; urgency=medium
* This is a minor security and bugfix release.
bgstack15