diff --git a/NEWS b/NEWS index 2698948a4..dd1fbde7a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.4.0 +===== +* Don't crash when taking screenshots [Jasper; #672775] +* Fix dialog-resizing problem [Florian; #672543] + +Contributors: + Florian Müllner, Jasper St. Pierre + +Translations: + Khaled Hosny, Abderrahim Kitouni [ar], Ihar Hrachyshka [be], + Alexander Shopov [bg], Marek Černocký [cz], Jiri Grönroos, Timo Jyrinki [fi], + Bruno Brouard [fr], Fran Diéguez [gl], Yaron Shahrabani [he], + Gabor Kelemen [hu], Jiro Matsuzawa [ja], Kenneth Nielsen [dk], + Mattias Põldaru [et], Changwoo Ryu [kr], Rudolfs Mazurs [lv], + Jonh Wendell [pt_BR], Yuri Myasoedov[ru], Daniel Korostil [uk], + Nguyễn Thái Ngọc Duy [vi], Chao-Hsiung Liao [zh_HK, zh_TW] + 3.3.92 ====== * Add shell-dialogs for GNOME Keyring prompts [Stef; #652459, #652460, #671034] diff --git a/configure.ac b/configure.ac index f9942692b..9334486c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.3.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.4.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])