summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-12 08:37:19 -0400
committerB Stack <bgstack15@gmail.com>2020-03-12 08:37:19 -0400
commit2650ad52d5e2d434d692e50c809dd8082f101908 (patch)
tree45cb92d30d2840025afc87c81ccbd0c08a780205 /waterfox
parentMerge branch 'xdgmenumaker-bump' into 'master' (diff)
downloadstackrpms-2650ad52d5e2d434d692e50c809dd8082f101908.tar.gz
stackrpms-2650ad52d5e2d434d692e50c809dd8082f101908.tar.bz2
stackrpms-2650ad52d5e2d434d692e50c809dd8082f101908.zip
waterfox 2020.03 dpkg rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog20
-rw-r--r--waterfox/debian/waterfox_devuan.dsc2
-rwxr-xr-xwaterfox/stackrpms-diff.sh2
3 files changed, 22 insertions, 2 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 3c6f510..d544c0b 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,23 @@
+waterfox (2020.03-1+devuan) obs; urgency=medium
+
+ - From blog release notes
+ - Classic branch
+ * Fixed various websites not loading properly (Thanks to hawkeye116477 for the gargantuan effort)
+ * Logo now has Classic tag to differentiate from Current
+ * Improved gtk3 support
+ * Fixed DRM issues (Netflix, Prime Video etc)
+ * Various privacy settings update
+ * Fixed library requirements on Linux
+ * Various media library updates
+ * Added DNS resolution to webextensions api
+ * Updated timezone data for internationalization functions
+ * Enabled unprefixed Fullscreen API
+ * Various website rending issues fixed (Kinguin, Intel, Epic Games and others)
+ * Fixed problems related with uBO html filters
+ * Updated en-US dictionary
+
+ -- Ben Stack <bgstack15@gmail.com> Thu, 12 Mar 2020 08:35:07 -0400
+
waterfox (2020.02-1+devuan) obs; urgency=medium
- From blog release notes
diff --git a/waterfox/debian/waterfox_devuan.dsc b/waterfox/debian/waterfox_devuan.dsc
index a488270..3c99770 100644
--- a/waterfox/debian/waterfox_devuan.dsc
+++ b/waterfox/debian/waterfox_devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: waterfox
Binary: waterfox
Architecture: any
-Version: 2020.02-1+devuan
+Version: 2020.03-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://www.waterfox.net/
Standards-Version: 3.9.7
diff --git a/waterfox/stackrpms-diff.sh b/waterfox/stackrpms-diff.sh
index 0a90beb..a6c5e99 100755
--- a/waterfox/stackrpms-diff.sh
+++ b/waterfox/stackrpms-diff.sh
@@ -1,3 +1,3 @@
# use this file to display the differences between chinfo upstream and my work.
# usage: stackrpms/waterfox/stackrpms-diff.sh | vi -
-diff -x 'README.md' -x 'bgstack15-waterfox-prefs.js' -x debian -x stackrpms*.diff -x stackrpms*.sh -x *z -x .*.swp -Naur chinforpms/waterfox stackrpms/waterfox
+diff -x 'README.md' -x 'bgstack15-waterfox-prefs.js' -x debian -x stackrpms*.diff -x stackrpms*.sh -x '*z' -x .*.swp -Naur chinforpms/waterfox stackrpms/waterfox
bgstack15