[gnome-panel] release: 3.3.5



commit 44e2d6cd7c1dd4cb1b6a1b5ae8808823267f6a06
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Feb 6 13:39:35 2012 +0100

    release: 3.3.5

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2aaf957..ab32244 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,51 @@
 =============
+Version 3.3.5
+=============
+
+Note: the port to org.freedesktop.timedate1 is not tested due to some issues on
+my system. Feedback welcome!
+
+  Panel
+
+	* Don't ask for menus to be pushed in (Matthias Clasen)
+	* Use horizontal/vertical padding for button widgets (Peter Hurley)
+	* Use GResource for data files (Vincent)
+	* Stop using deprecated gtk_[hv]box_new() (Vincent)
+
+  libpanel-applet
+
+	* Don't ask for menus to be pushed in (Matthias Clasen)
+	* Add panel_applet_setup_menu_from_resource() API (Vincent)
+
+  All Applets
+
+	* Use GResource for data files (Vincent)
+
+  Clock Applet
+
+	* Stop using deprecated gtk_[hv]box_new() (Vincent)
+	* Always show actions to set time (Vincent)
+	* Port to org.freedesktop.timedate1 to set timezones (Vincent)
+
+  Fish Applet
+
+	* Move fish animations data files in fish-specific directory (Vincent)
+
+  Misc
+
+	* New dependency on polkit-gobject-1 (Vincent)
+
+  Docs Translators
+
+	* OKANO Takayoshi (ja)
+	* Gil Forcada (ca)
+
+  Translators
+
+	* Jovan Naumovski (mk)
+	* Kjartan Maraas (nb)
+
+=============
 Version 3.3.3
 =============
 
diff --git a/configure.ac b/configure.ac
index 25927d4..3ee97fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-panel], [3.3.4],
+AC_INIT([gnome-panel], [3.3.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar -Wno-portability])
@@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
 LIBPANEL_APPLET_API_VERSION=4.0
 AC_SUBST([LIBPANEL_APPLET_API_VERSION],[$LIBPANEL_APPLET_API_VERSION])
 
-LIB_PANEL_APPLET_LT_VERSION=0:3:0
+LIB_PANEL_APPLET_LT_VERSION=1:0:1
 AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
 
 GNOME_MAINTAINER_MODE_DEFINES



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]