diff --git a/NEWS b/NEWS index 199dfeefe..24e918fef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +3.6.3 +===== +* recorder: Set frame duration to fix broken video headers [Adel; #688487] +* Block cancellation of unlock dialog during drags [Giovanni; #686800] +* Honor lock-delay GSettings key [Giovanni, Matthias; #690766, #691170] +* Fix reentrancy problem causing the tray to disappear [Giovanni; #683986] + +Contributors: + Giovanni Campagna, Matthias Clasen, Adel Gadllah, + +Translations: + Mattias Põldaru [et], Sandeep Sheshrao Shedmake [mr], Wouter Bolsterlee [nl], + Rajesh Ranjan [hi], Nilamdyuti Goswami [as], Ani Peter [ml], + Andika Triwidada [id], Krishnababu Krothapalli [te], Shankar Prasad [kn], + Dr.T.Vasudevan [ta], Runa Bhattacharjee [bn_IN], Rafael Ferreira [pt_BR], + Balázs Úr [hu], Gheyret Kenji [ug], Yasumichi Akahoshi [ja], Yoji TOYODA [ja], + Alexandre Franke [fr] + 3.6.2 ===== * Implement org.gnome.ScreenSaver.GetActiveTime [Giovanni; #686064] diff --git a/configure.ac b/configure.ac index 3b0b37ffb..ce6fbe430 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.6.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.6.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])