Pale Moon 32.2.0 - Firefox entrümpelt und optimiert
Moderatoren: Jean, |Gordon|, Moderatoren
Re: Pale Moon 30.0.0 Firefox entrümpelt und optimiert
Fortuna fortes juvat.
Re: Pale Moon 31.0.0 Firefox entrümpelt und optimiert
v 31.1.0
Most important changes in this milestone:
We're once again accepting the installation of legacy Firefox extensions alongside our own Pale Moon exclusive extensions. As always, please note that using extensions for an old version of a different browser is entirely at your own risk and we obviously cannot and will not provide much (if any) support for their use. Firefox extensions will be indicated with an orange dot in the Add-ons Manager in the browser. This will include the converted extensions for the few of you who are coming from recalled versions with -fxguid suffixes.
Implemented Global Privacy Control, taking the place of the unenforceable "DNT" (Do Not Track) signal. Through GPC, you indicate to websites that you do not want them to share or sell your data.
Implemented "optional chaining" (thanks, FranklinDM!).
Implemented setBaseAndExtent for text selections.
Implemented queueMicroTask() "pseudo-promise" callbacks.
Implemented accepting unit-less values for rootMargin in Intersection observers for web compatibility, making it act more like CSS margin as one would expect.
Improvements to CSS grid and flexbox rendering and display following spec changes and improving web compatibility.
Improved performance of parallel web workers in JavaScript.
Improved display of cursive scripts (on Windows). Good-bye Comic Sans!
Updated various in-tree libraries.
"Default browser" controls in preferences has been moved to "General".
Added support for extended VPx codec strings in media delivery via MSE (RFC-6381).
Fixed a long-time regression where the browser would no longer honor old-style body and iframe body margins when indicated in the HTML tags directly instead of CSS. This improves compatibility with particularly old and/or archived websites.
Fixed several crashes and stability issues.
Added a licensing screen to the Windows installer to clarify the browser's licensing. In other installations, you may find this licensing statement in the added license.txt file in the browser installation location.
Removed all Google SafeBrowsing/URLClassifier service code.
Restored Mac OS X code and buildability in the platform.
Removed the non-standard ArchiveReader DOM API that was only ever a prototype implementation.
Removed most of the last vestiges of the invasive Mozilla Telemetry code from the platform. This potentially improves performance on some systems.
Removed leftover Electrolysis controls that could sometimes trick parts of the browser into starting in a (very broken) multi-process mode due to some plumbing for it still being present, if users would try to force the issue with preferences. Obviously, this was a footgun for power users.
Removed more Android/Fennec code (on-going effort to clean up our code).
Removed the Marionette automated testing framework.
Security issues addressed: CVE-2022-29915, CVE-2022-29911, and several issues that do not have a CVE number.
UXP Mozilla security patch summary: 4 fixed, 1 DiD, 19 not applicable.
Most important changes in this milestone:
We're once again accepting the installation of legacy Firefox extensions alongside our own Pale Moon exclusive extensions. As always, please note that using extensions for an old version of a different browser is entirely at your own risk and we obviously cannot and will not provide much (if any) support for their use. Firefox extensions will be indicated with an orange dot in the Add-ons Manager in the browser. This will include the converted extensions for the few of you who are coming from recalled versions with -fxguid suffixes.
Implemented Global Privacy Control, taking the place of the unenforceable "DNT" (Do Not Track) signal. Through GPC, you indicate to websites that you do not want them to share or sell your data.
Implemented "optional chaining" (thanks, FranklinDM!).
Implemented setBaseAndExtent for text selections.
Implemented queueMicroTask() "pseudo-promise" callbacks.
Implemented accepting unit-less values for rootMargin in Intersection observers for web compatibility, making it act more like CSS margin as one would expect.
Improvements to CSS grid and flexbox rendering and display following spec changes and improving web compatibility.
Improved performance of parallel web workers in JavaScript.
Improved display of cursive scripts (on Windows). Good-bye Comic Sans!
Updated various in-tree libraries.
"Default browser" controls in preferences has been moved to "General".
Added support for extended VPx codec strings in media delivery via MSE (RFC-6381).
Fixed a long-time regression where the browser would no longer honor old-style body and iframe body margins when indicated in the HTML tags directly instead of CSS. This improves compatibility with particularly old and/or archived websites.
Fixed several crashes and stability issues.
Added a licensing screen to the Windows installer to clarify the browser's licensing. In other installations, you may find this licensing statement in the added license.txt file in the browser installation location.
Removed all Google SafeBrowsing/URLClassifier service code.
Restored Mac OS X code and buildability in the platform.
Removed the non-standard ArchiveReader DOM API that was only ever a prototype implementation.
Removed most of the last vestiges of the invasive Mozilla Telemetry code from the platform. This potentially improves performance on some systems.
Removed leftover Electrolysis controls that could sometimes trick parts of the browser into starting in a (very broken) multi-process mode due to some plumbing for it still being present, if users would try to force the issue with preferences. Obviously, this was a footgun for power users.
Removed more Android/Fennec code (on-going effort to clean up our code).
Removed the Marionette automated testing framework.
Security issues addressed: CVE-2022-29915, CVE-2022-29911, and several issues that do not have a CVE number.
UXP Mozilla security patch summary: 4 fixed, 1 DiD, 19 not applicable.
Fortuna fortes juvat.
Re: Pale Moon 31.1.0 Firefox entrümpelt und optimiert
Fortuna fortes juvat.
Re: Pale Moon 31.2.0 Firefox entrümpelt und optimiert
v31.2.0.1 (2022-08-03)
This is a small out-of-band update to address the fact that the final builds did not include the intended NSS library update.
This is a small out-of-band update to address the fact that the final builds did not include the intended NSS library update.
Fortuna fortes juvat.
Re: Pale Moon 31.2.0 Firefox entrümpelt und optimiert
v31.3.0 (2022-09-27)
This is a major development, bugfix and security release.
Changes/fixes:
Implemented .at(index) JavaScript method on built-in indexables (Array, String, TypedArray).
Implemented the use of EventSource in workers.
Enabled the sending of the Origin: header by default on same-origin requests.
Changed how Pale Moon is built. We are now using Visual Studio 2022 on Windows, and have made build system changes to reduce build times and pressure on the linker on all platforms.
Changed how Pale Moon handles standalone wave audio files (.wav). See implementation notes.
Improved string normalization.
Updated the handling of CSS "supports" to now accept unparenthesized strings (spec update).
Updated the handling of flex containers in web pages for web compatibility.
Switched custom hash map to std::unordered_map where prudent.
Cleaned up and updated IPC thread locking code.
Removed spacing for accessibility focus rings in form controls to align styling of them with expected metrics.
Removed the unnecessary control module for building with non-standard configurations of the platform.
Removed the -moz prefix from min-content and max-content CSS keywords where it was still in use.
Security fixes: CVE-2022-40956 and CVE-2022-40958.
UXP Mozilla security patch summary: 2 fixed, 11 not applicable.
...
This is a major development, bugfix and security release.
Changes/fixes:
Implemented .at(index) JavaScript method on built-in indexables (Array, String, TypedArray).
Implemented the use of EventSource in workers.
Enabled the sending of the Origin: header by default on same-origin requests.
Changed how Pale Moon is built. We are now using Visual Studio 2022 on Windows, and have made build system changes to reduce build times and pressure on the linker on all platforms.
Changed how Pale Moon handles standalone wave audio files (.wav). See implementation notes.
Improved string normalization.
Updated the handling of CSS "supports" to now accept unparenthesized strings (spec update).
Updated the handling of flex containers in web pages for web compatibility.
Switched custom hash map to std::unordered_map where prudent.
Cleaned up and updated IPC thread locking code.
Removed spacing for accessibility focus rings in form controls to align styling of them with expected metrics.
Removed the unnecessary control module for building with non-standard configurations of the platform.
Removed the -moz prefix from min-content and max-content CSS keywords where it was still in use.
Security fixes: CVE-2022-40956 and CVE-2022-40958.
UXP Mozilla security patch summary: 2 fixed, 11 not applicable.
...
Fortuna fortes juvat.
Re: Pale Moon 31.3.0 Firefox entrümpelt und optimiert
v31.3.1 (2022-11-01)
This is a security and compatibility update.
Changes/fixes:
Added detection suport for the newly-released MacOS 13 (Ventura).
Implemented a texture size cap for WebGL to prevent potential issues with some graphics drivers. DiD
Updated site-specific overrides to address issues with ZoHo.
UXP Mozilla security patch summary: 1 fixed, 2 DiD, 6 not applicable.
...
This is a security and compatibility update.
Changes/fixes:
Added detection suport for the newly-released MacOS 13 (Ventura).
Implemented a texture size cap for WebGL to prevent potential issues with some graphics drivers. DiD
Updated site-specific overrides to address issues with ZoHo.
UXP Mozilla security patch summary: 1 fixed, 2 DiD, 6 not applicable.
...
Fortuna fortes juvat.
Re: Pale Moon 31.3.1 Firefox entrümpelt und optimiert
Fortuna fortes juvat.
Re: Pale Moon 31.4.0 Firefox entrümpelt und optimiert
v31.4.1 (2022-11-29)
This is a bugfix release.
This is a bugfix release.
Fortuna fortes juvat.
Re: Pale Moon 31.4.2 - Firefox entrümpelt und optimiert
Pale Moon v31.4.2 (2022-12-20)
This is a bugfix and security update
Download: https://www.palemoon.org/download.shtml
This is a bugfix and security update
Download: https://www.palemoon.org/download.shtml
Re: Pale Moon 32.0.0 - Firefox entrümpelt und optimiert
32.0.0 mit besserer Unterstützung für reguläre Ausdrücke und JpegXL:
https://www.palemoon.org/releasenotes.shtml
https://www.palemoon.org/releasenotes.shtml
Re: Pale Moon 32.0 - Firefox entrümpelt und optimiert
Fortuna fortes juvat.
Re: Pale Moon 32.1 - Firefox entrümpelt und optimiert
New moon
https://rtfreesoft.blogspot.com/
roytam1 basierte pale moon 28.10 zu aktualisieren, für XP-Benutzer.
https://rtfreesoft.blogspot.com/
roytam1 basierte pale moon 28.10 zu aktualisieren, für XP-Benutzer.
Fortuna fortes juvat.
Re: Pale Moon 32.1.1 - Firefox entrümpelt und optimiert
Pale Moon 32.1.1: Sicherheit und Fehler (also beides besser).
Re: Pale Moon 32.1.1 - Firefox entrümpelt und optimiert
Pale Moon 32.2.0
https://www.palemoon.org/releasenotes.shtml
https://www.palemoon.org/releasenotes.shtml
Fortuna fortes juvat.