font rendering issues
switching back is now possible because a bug has been fixed in freetype:
commit 5b1a37af563349172230842fcfdb59b5f22afcd0
Author: Dominik R_ttsches <drott@chromium.org>
Date: Tue Feb 25 11:08:11 2020 +0200
Fix for CFF space glyph regression (#57541).
* Extend Jsonify to support options map
* Extend Jsonify to support optional indent parameter
* Regen docs helper
* Collect HTML elements during the build to use in PurgeCSS etc.
* Update to latest emoji package
* Update hosting-on-aws-amplify.md
* Add basic "post resource publish support"
* Typo correction [commit 7eba37ae]
* Use semver for min_version per recommendations
* Updateto gitmap v1.1.2
* Add data context to the key in ExecuteAsTemplate"
* Fix hugo mod vendor for regular file mounts
* Revert "Revert "common/herrors: Fix typos in comments""
* Fix typos in comments" [commit 4437e918]
* Fix typos in comments [commi t1123711b]
* Fix TrimShortHTML
* Fix IsDescendant/IsAncestor for overlapping section names
* fix typo in getting started
* Fix _build.list.local logic
* Fix cache reset for a page's collections on server live reload
ok jca@
See https://www.mozilla.org/en-US/firefox/75.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-12/
- headsup: now pledge/unveil config files are @sampled by default in
/etc/firefox, this way it's easier for end users to customize them at
will. yeah, everyone can change his mind..
- add a note in the README that WebRTC screen sharing requires disabling
pledge as it relies on shmget() (reported by Andrea Biscuola, thanks!)
- stop linking against systemwide sqlite library, the possibility was
removed in #1611386
- add a patch from tb@ to fix broken sandboxing when pledge/unveil
config files werent found in /etc/firefox (#1623086)
- add a patch from jbeich@freebsd to fix libvpx build on i386 (#1622013)
tested by tb@ and naddy@, thanks!
be >= the version of the langpack instead of =.
Will allow langpacks from -release to work with firefox-esr updates in
-stable, otherwise packages updates in -stable required one to uninstall
the corresponding langpacks (which dont get updates, as technically a
langpack cant have security issues)
Tested working fine with a 68.5.0esr fr langpack with a 68.6.1esr binary.
at some point firefox stopped looking for lib/firefox/browser/extensions
or lib/firefox/extensions, and it seems langpacks are only found if
present in lib/firefox/distribution/extensions. Adapt MESSAGE while here
with the correct instructions to enable the installed langpack.
Prompted by a report from Christoph R. Winter, thanks!