From 3954649632f78b4844ec0b3728a2c9e89ab09689 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 2 Oct 2012 20:31:26 +0200 Subject: [PATCH] Bump version to 3.6.0 To go along GNOME Shell 3.6.0. drive-menu doesn't yet work, due to the late removal of PlacesManager from the shell. I will work on it if I have time. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1388a74b..3c022838 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +3.6.0 +===== +* major rework in places menu, to make it work without + removed supporting code in the shell and to make it look like + the nautilus sidebar + (similar work would be needed for drive-menu, not done yet) +* updated translations (ca, cs, de, el, en_GB, es, fi, hu, id, lt, + pl, pt_BR, ru, sl, sr) + 3.5.91 ====== * various crashers were fixed in alternative-tab diff --git a/configure.ac b/configure.ac index 2660d57a..719b3af7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.5.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.6.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])