[Galago-commits] r2976 - trunk/notification-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Feb 27 23:20:26 PST 2007
Author: chipx86
Date: 2007-02-27 23:20:24 -0800 (Tue, 27 Feb 2007)
New Revision: 2976
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
Log:
Bump to version 0.3.7.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2007-02-28 07:16:11 UTC (rev 2975)
+++ trunk/notification-daemon/ChangeLog 2007-02-28 07:20:24 UTC (rev 2976)
@@ -1,3 +1,11 @@
+==================== 0.3.7 ====================
+
+Tue Feb 27 23:19:00 PST 2007 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ * NEWS:
+ - Bump to version 0.3.7.
+
Tue Feb 27 23:15:53 PST 2007 Christian Hammond <chipx86 at chipx86.com>
* po/POTFILES.in:
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2007-02-28 07:16:11 UTC (rev 2975)
+++ trunk/notification-daemon/NEWS 2007-02-28 07:20:24 UTC (rev 2976)
@@ -1,4 +1,4 @@
-version 0.3.7:
+version 0.3.7 (27-February-2007):
* Fixed a compatibility issue with dbus-glib 0.72. Patch by Pawel Worach.
(Bug #95)
* The background of the window in the standard theme is now just slightly
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2007-02-28 07:16:11 UTC (rev 2975)
+++ trunk/notification-daemon/configure.ac 2007-02-28 07:20:24 UTC (rev 2976)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.6.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.7, galago-devel at lists.freedesktop.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2006 Christian Hammond])
@@ -14,8 +14,8 @@
dnl ################################################################
NOTIFICATION_DAEMON_MAJOR_VERSION=0
NOTIFICATION_DAEMON_MINOR_VERSION=3
-NOTIFICATION_DAEMON_MICRO_VERSION=6
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MICRO_VERSION=7
+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