From 2639e30d9cd38707169a697c62fab6afe2022600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 13 Nov 2013 21:05:44 +0100 Subject: [PATCH] Bump version to 3.11.2 Update NEWS. --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 14becf306..e36f91679 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.11.2 +====== +* Cache search result display actors [Jasper; #704912] +* Use username in userWidget if real name doesn't fit [Jasper; #706851] +* Support shell_global_reexec_self() on OpenBSD [Antoine; #709571] +* Support disabling browser plugin [Colin; #711218] +* Restore support for 'disable-restart-buttons' [Florian; #711244] +* Validate parameters of exposed DBus methods [Florian; #699752] +* Connect applications to systemd journal if available [Colin; #711626] +* Misc bug fixes and cleanups [Florian, Jasper; #711205, #698486, #711416, + #644306, #711555, #709806, #711631, #711732] + +Contributors: + Cosimo Cecchi, Antoine Jacoutot, Florian Müllner, Jasper St. Pierre, + Rico Tzschichholz, Colin Walters + +Translations: + Yuri Myasoedov [ru], Kjartan Maraas [nb], Efstathios Iosifidis [el], + Benjamin Steinwender [de], eternalhui [zh_CN], Shantha kumar [ta] + 3.11.1 ====== * power: Use UPower directly instead of gnome-settings-daemon [Bastien; #710273] diff --git a/configure.ac b/configure.ac index 8c7e6b170..3458d6441 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.11.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.11.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])