Bump version to 3.6.2
Update NEWS
This commit is contained in:
parent
c32f13e0f6
commit
8461f44048
32
NEWS
32
NEWS
@ -1,3 +1,35 @@
|
|||||||
|
3.6.2
|
||||||
|
=====
|
||||||
|
* Implement org.gnome.ScreenSaver.GetActiveTime [Giovanni; #686064]
|
||||||
|
* Explicitly load gnome-screensaver when not running GDM [Tim; #683060]
|
||||||
|
* Set Empathy as preferred handler when delegating channels [Xavier; #686296]
|
||||||
|
* Tweak screenShield animations [Rui; #686745]
|
||||||
|
* Restore Fittsability of summary items in message tray [Florian; #686474]
|
||||||
|
* App search: Match GenericName too [Matthias; #687121]
|
||||||
|
* Add setting to force log out menuitem [Matthias; #686057]
|
||||||
|
* Fix auto-scroll to bottom in chat notifications [Sjoerd; #686571]
|
||||||
|
* Update man page [Matthias; #680601]
|
||||||
|
* Hide notifications when closed button is clicked [Jasper, Florian; #682237]
|
||||||
|
* Fix screenshots on Big Endian [Owen; #685915]
|
||||||
|
* Implement 'disable-user-list' in login screen [Ray; #660660]
|
||||||
|
* Misc bugfixes [Jasper, Florian, Giovanni, Matthew, Matthias, Alejandro,
|
||||||
|
Sebastian; #686233, #686484, #686487, #686630, #686728, #686574, #686574,
|
||||||
|
#686574, #686879, #686763, #685239, #687189, #686736, #686583, #687132,
|
||||||
|
#687958, #687020, #687708, #686888, #686530, #684810, #688181]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Matthew Barnes, Giovanni Campagna, Xavier Claessens, Matthias Clasen,
|
||||||
|
Sebastian Keller, Tim Lunn, Rui Matos, Florian Müllner, Alejandro Piñeiro,
|
||||||
|
Sjoerd Simons, Jasper St. Pierre, Ray Strode, Owen Taylor
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Takayuki KUSANO [ja], Dušan Kazik [sk], Mattias Põldaru [et],
|
||||||
|
Tom Tryfonidis [el], Sweta Kothari [gu], Matej Urbančič [sl], Piotr Drąg [pl],
|
||||||
|
Fran Diéguez [gl], Aurimas Černius [lt], Kjartan Maraas [nb],
|
||||||
|
Ihar Hrachyshka [be], Мирослав Николић [sr, sr@latin], Gil Forcada [ca],
|
||||||
|
A S Alam [pa], Yuri Myasoedov [ru], Marek Černocký [cs], Sweta Kothari [gu],
|
||||||
|
Wolfgang Stöggl [de], Daniel Mustieles [es]
|
||||||
|
|
||||||
3.6.1
|
3.6.1
|
||||||
=====
|
=====
|
||||||
* dash: Make padding even on the top/bottom of the dash [Jasper; #684619]
|
* dash: Make padding even on the top/bottom of the dash [Jasper; #684619]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.6.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/shell-global.c])
|
AC_CONFIG_SRCDIR([src/shell-global.c])
|
||||||
@ -65,7 +65,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder)
|
|||||||
CLUTTER_MIN_VERSION=1.11.11
|
CLUTTER_MIN_VERSION=1.11.11
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
||||||
GJS_MIN_VERSION=1.33.2
|
GJS_MIN_VERSION=1.33.2
|
||||||
MUTTER_MIN_VERSION=3.6.1
|
MUTTER_MIN_VERSION=3.6.2
|
||||||
GTK_MIN_VERSION=3.3.9
|
GTK_MIN_VERSION=3.3.9
|
||||||
GIO_MIN_VERSION=2.31.6
|
GIO_MIN_VERSION=2.31.6
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user