[gnome-panel] release: 3.0.2



commit 3742908f0a3016873b1d1e13201430228dd0aca8
Author: Vincent Untz <vuntz gnome org>
Date:   Tue May 24 01:27:33 2011 +0200

    release: 3.0.2

 NEWS         |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 +-
 2 files changed, 61 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 604d1d1..6cafcbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,62 @@
+=============
+Version 3.0.2
+=============
+
+  Panel
+
+	* Fix crash when starting launcher (Josselin Mouette)
+	* Fix edit menu not working even when modifier is pressed, when caps
+	  lock is used (Vincent)
+	* Fix crash when running without gnome-session (Vincent)
+	* Add missing config.h includes (Kjartan Maraas)
+	* Code cleanups (Vincent)
+
+  libpanel-applet
+
+	* Fix edit menu not working even when modifier is pressed, when caps
+	  lock is used (Vincent)
+
+  Clock Applet
+
+	* Pass the correct month to Evolution command line (Rodrigo Moya)
+	* Fix usage of polkit service to set timezone (Chris Vine)
+	* Correctly deal with leap seconds for updates (Andrey Vihrov)
+
+  Docs Translators
+
+	* Joe Hansen (da)
+	* Sergiy Gavrylov (uk)
+
+  Translators
+
+	* Alexander Shopov (bg)
+	* David Planella (ca)
+	* Marek Ä?ernocký (cs)
+	* Ask Hjorth Larsen (da)
+	* Mario Blättermann (de)
+	* Michael Kotsarinis (el)
+	* Bruce Cowan (en_GB)
+	* Daniel Mustieles (es)
+	* Arash Mousavi (fa)
+	* Claude Paroz (fr)
+	* Fran Diéguez (gl)
+	* Yaron Shahrabani (he)
+	* Gabor Kelemen (hu)
+	* Changwoo Ryu (ko)
+	* Torstein Adolf Winterseth (nb)
+	* Rachid (nl)
+	* A S Alam (pa)
+	* Piotr DrÄ?g (pl)
+	* Rodrigo Padula de Oliveira (pt_BR)
+	* Yuri Myasoedov (ru)
+	* Matej UrbanÄ?iÄ? (sl)
+	* Daniel Nylander (sv)
+	* Sahran (ug)
+	* Korostil Daniel (uk)
+	* Clytie Siddall (vi)
+	* Chao-Hsiung Liao (zh_HK)
+	* Chao-Hsiung Liao (zh_TW)
+
 ===============
 Version 3.0.0.1
 ===============
diff --git a/configure.ac b/configure.ac
index ca27575..d1208db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-panel], [3.0.1],
+AC_INIT([gnome-panel], [3.0.2],
         [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])
@@ -18,7 +18,7 @@ GNOME_COMMON_INIT
 LIBPANEL_APPLET_API_VERSION=4.0
 AC_SUBST([LIBPANEL_APPLET_API_VERSION],[$LIBPANEL_APPLET_API_VERSION])
 
-LIB_PANEL_APPLET_LT_VERSION=0:0:0
+LIB_PANEL_APPLET_LT_VERSION=0:1:0
 AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
 
 AM_MAINTAINER_MODE



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