summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-21 10:51:11 -0400
committerB Stack <bgstack15@gmail.com>2019-08-21 10:51:11 -0400
commit2d5d4933cdaec60f64d80bcb9ffaa466aee56cfe (patch)
tree48ca5f61958bb0d2682fd304a287bc3ffd5b223e /waterfox
parentwaterfox 56.2.13 rpm rc1 (diff)
downloadstackrpms-2d5d4933cdaec60f64d80bcb9ffaa466aee56cfe.tar.gz
stackrpms-2d5d4933cdaec60f64d80bcb9ffaa466aee56cfe.tar.bz2
stackrpms-2d5d4933cdaec60f64d80bcb9ffaa466aee56cfe.zip
waterfox 56.2.13 dpkg rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 657630e..02fcbaf 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,18 @@
+waterfox (56.2.13-1+devuan) obs; urgency=medium
+
+ * Updated Gecko Media Plugin components
+ - Waterfox now supports the latest version of the Widevine CDM (v10). This should last for a while until Google sunsets this version.
+ - A few memory leaks were fixed due to this upgrade
+ * Upgraded from Widevine CDM 1.4.9.1088 to Widevine CDM 4.10.1440.19
+ * Upgraded from OpenH264 1.6 to OpenH264 1.8.1
+ - This should result in less crashing and better performance
+ * Support filtering streaming response data via webRequest API (Thanks to [hawkeye116477](https://github.com/MrAlex94/Waterfox/pull/1080))
+ * Support access keys in extension menus (Thanks to [ChiaYen Kan](https://github.com/MrAlex94/Waterfox/commit/6692fe7d2804af626ebc136760a6c221f91c98f7))
+ * User agent overrides are now much easier to add - with the options to have an automatic updating list depending on how users feel about this.
+ * If upgrading from previous versions of Waterfox, you will be asked to re-enable DRM. After re-enabling, if videos with DRM do not work please restart Waterfox and videos should start to work again.
+
+ -- B Stack <bgstack15@gmail.com> Wed, 21 Aug 2019 08:56:57 -0400
+
waterfox (56.2.12-2+devuan) obs; urgency=medium
* Add override for dh_strip_nondeterminism to address build failures with the
bgstack15