[gnome-panel] release: 3.1.5



commit f331081e3ff808428d07bd5df3184f09d9a4a04c
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Aug 12 13:47:30 2011 +0200

    release: 3.1.5

 NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6cafcbc..1c7f1d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,46 @@
 =============
+Version 3.1.5
+=============
+
+  Panel
+
+	* Stop using G_CONST_RETURN (Vincent)
+	* Remove unused variables (Vincent)
+	* Port to new gnome-menus API (Colin Walters, Vincent)
+	* Always keep the same window icon for run dialog (Vincent)
+
+  libpanel-applet
+
+	* Fix build warning (Vincent)
+
+  Clock Applet
+
+	* Do not miss seconds when displaying seconds (Vincent)
+
+  Notification Area Applet
+
+	* Fix build with --as-needed (Vincent)
+
+  Misc
+
+	* Modernize build system (Vincent)
+
+  Translators
+
+	* Ihar Hrachyshka (be)
+	* Alexander Shopov (bg)
+	* David Planella (ca valencia)
+	* Daniel Mustieles (es)
+	* Tommi Vainikainen (fi)
+	* Yaron Shahrabani (he)
+	* RÅdofls Mazurs (lv)
+	* Torstein Adolf Winterseth (nb)
+	* Piotr DrÄg (pl)
+	* ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (sr)
+	* Miroslav NikoliÄ (sr latin)
+	* Daniel Nylander (sv)
+
+=============
 Version 3.0.2
 =============
 
diff --git a/configure.ac b/configure.ac
index 5126203..d87deff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-panel], [3.0.3],
+AC_INIT([gnome-panel], [3.1.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 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:1:0
+LIB_PANEL_APPLET_LT_VERSION=0:2:0
 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]