diff --git a/NEWS b/NEWS index 93e0b4bb0..c0f756abc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.24.3 +====== +* Bypass proxies for captive portal [Bastien; #769692] +* Fix missing icons in freedesktop notifications [Florian; #784245] +* Fix blocked clicks in shutdown dialog [Florian; #781738] +* Implement tablet rings/strips configuration [Carlos; #782033] +* Misc. bug fixes [Matthias, Jeremy, Bastien, Florian; #780215, #782802, + #783286, #784130, #784353, #781471] + +Contributors: + Jeremy Bicha, Carlos Garnacho, Matthias Liertzer, Florian Müllner, + Bastien Nocera + +Translations: + Christian Stadelmann [de], Марко Костић [sr], Милош Поповић [sr@latin], + Furkan Ahmet Kara [tr], Jeremy Bicha [es, he] + 3.24.2 ====== * Only fetch weather information when there's a valid location [Rares; #780404] diff --git a/configure.ac b/configure.ac index 18cb6db66..9bc8a2082 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.24.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.24.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h])