[Galago-commits] r3025 - trunk/notification-daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Nov 20 03:00:45 PST 2008


Author: chipx86
Date: 2008-11-20 03:00:44 -0800 (Thu, 20 Nov 2008)
New Revision: 3025

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/NEWS
   trunk/notification-daemon/configure.ac
Log:
Bump to version 0.4.0.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2008-11-20 10:54:20 UTC (rev 3024)
+++ trunk/notification-daemon/ChangeLog	2008-11-20 11:00:44 UTC (rev 3025)
@@ -1,3 +1,11 @@
+==================== 0.4.0 ====================
+
+Thu Nov 20 02:54:36 PST 2008  Christian Hammond <chipx86 at chipx86.com>
+
+	* configure.ac:
+	* NEWS:
+	  - Bump to version 0.4.0 for release.
+
 Thu Nov 20 02:32:54 PST 2008  Christian Hammond <chipx86 at chipx86.com>
 
 	A data/icons/16x16/notification-properties.png:

Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS	2008-11-20 10:54:20 UTC (rev 3024)
+++ trunk/notification-daemon/NEWS	2008-11-20 11:00:44 UTC (rev 3025)
@@ -1,4 +1,4 @@
-version 0.3.8:
+version 0.4.0 (20-November-2008):
 	* Bumped up the required minimum version of GTK+ to 2.10.0.
 	* Bump the notification spec version we're compliant with to 1.0.
 	* Send the reason code along with the NotificationClosed signal in order
@@ -19,6 +19,7 @@
 	  the system tray, even when it moves. Patch by Colin Walters.
 	* Added an Arabic translation. Patch by Djihed Afifi. (Ticket #131)
 	* Added an Italian translation. Patch by Luca Ferretti.
+	* Fixed a bug where text would sometimes get truncated. (Ticket #162)
 	* Fixed a bug where notifications weren't displayed if a fullscreen
 	  window was minimized. (Bug #142)
 	* Fixed a bug where we were quitting on theme engine failure, instead of

Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac	2008-11-20 10:54:20 UTC (rev 3024)
+++ trunk/notification-daemon/configure.ac	2008-11-20 11:00:44 UTC (rev 3025)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(notification-daemon, 0.3.7.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.4.0, galago-devel at lists.freedesktop.org)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2006 Christian Hammond])
@@ -13,9 +13,9 @@
 dnl # Version information
 dnl ################################################################
 NOTIFICATION_DAEMON_MAJOR_VERSION=0
-NOTIFICATION_DAEMON_MINOR_VERSION=3
-NOTIFICATION_DAEMON_MICRO_VERSION=7
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MINOR_VERSION=4
+NOTIFICATION_DAEMON_MICRO_VERSION=0
+NOTIFICATION_DAEMON_DEVEL_VERSION=0
 
 NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_MICRO_VERSION
 



More information about the galago-commits mailing list