Bump version to 3.25.2
Update NEWS.
This commit is contained in:
parent
6b3c9539f6
commit
7a2d4959f2
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
|||||||
|
3.25.2
|
||||||
|
======
|
||||||
|
* Fix StEntry::primary-icon-clicked emission [Florian; #782190]
|
||||||
|
* Add an optional icon parameter to PopupMenu.addAction() [Mario; #782166]
|
||||||
|
* Allow search providers to include clipboard text with results [Daiki; #775099]
|
||||||
|
* Reduce dependency on Caribou [Carlos; #777342]
|
||||||
|
* Add transparency to top bar when free floating [Alessandro; #747163]
|
||||||
|
* Animate maximize/unmaximize operations [Alessandro; #766685]
|
||||||
|
* Misc. bug fixes [Florian, Matthias, Jeremy, Michael, Carlos, Lan; #782000,
|
||||||
|
#780215, #782802, #782637, #782930, #755164, #780215, #782982]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jeremy Bicha, Michael Biebl, Alessandro Bono, Carlos Garnacho, Ting-Wei Lan,
|
||||||
|
Matthias Liertzer, Florian Müllner, Mario Sanchez Prada, Daiki Ueno
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Jordi Mas [ca], Christian Stadelmann [de], Милош Поповић [sr],
|
||||||
|
Милош Поповић [sr@latin], Furkan Ahmet Kara [tr]
|
||||||
|
|
||||||
3.25.1
|
3.25.1
|
||||||
======
|
======
|
||||||
* Close Wifi selection dialog on lock [Florian; #780054]
|
* Close Wifi selection dialog on lock [Florian; #780054]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.25.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.25.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
AX_IS_RELEASE([git-directory])
|
AX_IS_RELEASE([git-directory])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
@ -85,7 +85,7 @@ AC_MSG_RESULT($enable_systemd)
|
|||||||
|
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=1.49.1
|
GOBJECT_INTROSPECTION_MIN_VERSION=1.49.1
|
||||||
GJS_MIN_VERSION=1.47.0
|
GJS_MIN_VERSION=1.47.0
|
||||||
MUTTER_MIN_VERSION=3.25.1
|
MUTTER_MIN_VERSION=3.25.2
|
||||||
GTK_MIN_VERSION=3.15.0
|
GTK_MIN_VERSION=3.15.0
|
||||||
GIO_MIN_VERSION=2.53.0
|
GIO_MIN_VERSION=2.53.0
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user