gnome-panel r11055 - trunk



Author: vuntz
Date: Tue Apr 15 22:13:49 2008
New Revision: 11055
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11055&view=rev

Log:
2008-04-15  Vincent Untz  <vuntz gnome org>

	* NEWS:
	* README:
	* configure.in: version 2.22.1.3


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Apr 15 22:13:49 2008
@@ -1,4 +1,30 @@
 ================
+Version 2.22.1.3
+================
+
+  Clock Applet
+
+	* Fix internal handling of locations to not create new locations all
+	  the time. As a side-effect, this fixes the location not being
+	  recognized as the current one when the user clicks "Set" (Vincent)
+	* Improve pre-filling of the find entry (Vincent)
+	* Be more solid against cases where there's no Locations.xml (Vincent)
+	* Better handling of some special cases when detecting the system
+	  timezone (like /usr/share/zoneinfo/posix/Europe/Paris) (Vincent)
+	* Fix memory leaks (Vincent)
+	* First look if /etc/localtime is a symbolic link when detecting the
+	  current timezone instead of first parsing a few files (Vincent)
+	* Add support for Arch Linux system timezone (Vincent)
+	* Fix a crash in the system timezone reading/writing code on 64-bits
+	  machines (Vincent)
+
+  Misc
+
+	* Add new keys to gnome-panel.desktop to also make it work with
+	  gnome-session 2.23/2.24. The panel will still work with gnome-session
+	  2.22, of course. (Lucas Rocha)
+
+================
 Version 2.22.1.2
 ================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Apr 15 22:13:49 2008
@@ -1,4 +1,4 @@
-gnome-panel 2.22.1.2
+gnome-panel 2.22.1.3
 ====================
 
 This package is free software and is part of the GNOME 2.0 project.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Apr 15 22:13:49 2008
@@ -1,4 +1,4 @@
-AC_INIT([gnome-panel], [2.22.2],
+AC_INIT([gnome-panel], [2.22.1.3],
         [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])
@@ -14,7 +14,7 @@
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LIB_PANEL_APPLET_LT_VERSION=2:32:2
+LIB_PANEL_APPLET_LT_VERSION=2:33:2
 AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
 
 AM_MAINTAINER_MODE



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