Mozilla ha ufficializzato il rilascio di Firefox 46.0, la nuova versione del suo celebre browser web.
Questo nuova versione porta i consueti interventi di rimozione bug e correzioni di problemi di sicurezza. L'unica novità degna di nota riguarda gli utenti GNU/Linux e riguarda il tanto atteso supporto alle GTK3.
![]() |
Firefox 46.0 su Ubuntu 16.04 LTS |
L'aggiornamento arriverà quanto prima nei repository delle principali distro GNU/Linux.
Se siete su Ubuntu e derivate e non volete aspettare l'arrivo della nuova versione potete anticipare i tempi ricorrendo al PPA for Ubuntu Mozilla Security Team. Vi basterà aggiungerlo dando da terminale
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
e aggiornare
sudo apt-get update && sudo apt-get upgrade
Di seguito trovate il changelog completo
New
-
Improved security of the JavaScript Just In Time (JIT) Compiler
-
GTK3 integration (GNU/Linux only)
Fixed
-
Correct rendering for scaled SVGs that use a clip and a mask
-
Various security fixes
-
Screen reader behavior with blank spaces in Google Docs corrected
Changed
-
WebRTC fixes to improve performance and stability
Developer
-
Display dominator trees in Memory tool
-
Allocation and garbage collection pause profiling in the performance panel
-
Launch responsive mode from the Style Editor @media sidebar
HTML5
-
Added support for document.elementsFromPoint
-
Added HKDF support for Web Crypto API