[Galago-commits] r2936 - trunk/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Nov 5 11:54:35 PST 2006


Author: chipx86
Date: 2006-11-05 11:54:20 -0800 (Sun, 05 Nov 2006)
New Revision: 2936

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/NEWS
   trunk/libnotify/configure.ac
Log:
Bump to version 0.4.3.90.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2006-11-05 19:52:25 UTC (rev 2935)
+++ trunk/libnotify/ChangeLog	2006-11-05 19:54:20 UTC (rev 2936)
@@ -1,3 +1,9 @@
+Sun Nov 05 11:54:10 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* configure.ac:
+	* NEWS:
+	  - Bump to version 0.4.3.90.
+
 Sun Nov 05 11:50:44 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/NEWS
===================================================================
--- trunk/libnotify/NEWS	2006-11-05 19:52:25 UTC (rev 2935)
+++ trunk/libnotify/NEWS	2006-11-05 19:54:20 UTC (rev 2936)
@@ -1,3 +1,7 @@
+version 0.4.4:
+	* Fixed a bug where a notification's ID could be reset when a different
+	  notification was closed. Patch by jylefort. (Bug #94)
+
 version 0.4.3 (8-October-2006):
 	* Fixed the raw image data support to send the correct array type.
 	  Patch by mderezynski. (Bug #68)

Modified: trunk/libnotify/configure.ac
===================================================================
--- trunk/libnotify/configure.ac	2006-11-05 19:52:25 UTC (rev 2935)
+++ trunk/libnotify/configure.ac	2006-11-05 19:54:20 UTC (rev 2936)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(libnotify, 0.4.3, chipx86 at chipx86.com)
+AC_INIT(libnotify, 0.4.3.90, chipx86 at chipx86.com)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@@ -15,7 +15,7 @@
 LIBGALAGO_MAJOR_VERSION=0
 LIBGALAGO_MINOR_VERSION=4
 LIBGALAGO_MICRO_VERSION=3
-LIBGALAGO_DEVEL_VERSION=0
+LIBGALAGO_DEVEL_VERSION=90
 
 LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
 



More information about the galago-commits mailing list