diff --git a/NEWS b/NEWS index 0621a01bd..93e0b4bb0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.24.2 +====== +* Only fetch weather information when there's a valid location [Rares; #780404] +* Handle extension errors during reload due to settings change [Emilio; #781728] +* Fix StEntry::primary-icon-clicked emission [Florian; #782190] +* Allow search providers to provide clipboard text for results [Daiki; #775099] +* Misc. bug fixes [Florian; #781545] + +Contributors: + Florian Müllner, Emilio Pozuelo Monfort, Daiki Ueno, Rares Visalom + +Translations: + Milo Casagrande [it], Милош Поповић [sr], Khaled Hosny [ar] + 3.24.1 ====== * Close Wifi selection dialog on lock [Florian; #780054] diff --git a/configure.ac b/configure.ac index 93e8cfe6c..18cb6db66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.24.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.24.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h])