diff options
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/debian/changelog | 20 | ||||
-rw-r--r-- | waterfox/debian/waterfox_devuan.dsc | 2 | ||||
-rwxr-xr-x | waterfox/stackrpms-diff.sh | 2 |
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 |