[Galago-commits] r2783 - trunk/notification-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 26 01:33:20 PDT 2006
Author: chipx86
Date: 2006-04-26 01:33:17 -0700 (Wed, 26 Apr 2006)
New Revision: 2783
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
Log:
- Bump the version to 0.3.5.
- Add the release marker and the news timestamp.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-04-26 08:31:06 UTC (rev 2782)
+++ trunk/notification-daemon/ChangeLog 2006-04-26 08:33:17 UTC (rev 2783)
@@ -1,3 +1,11 @@
+==================== 0.3.5 ====================
+
+Wed Apr 26 01:32:17 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * NEWS:
+ * configure.ac:
+ - Bump the version to 0.3.5.
+
Sun Apr 23 16:30:28 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* src/daemon.c:
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2006-04-26 08:31:06 UTC (rev 2782)
+++ trunk/notification-daemon/NEWS 2006-04-26 08:33:17 UTC (rev 2783)
@@ -1,4 +1,4 @@
-version 0.3.5:
+version 0.3.5 (26-April-2006):
* Add three new required theme functions:
- theme_check_init - determines if the theme is compatible with the
running version of notification-daemon.
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-04-26 08:31:06 UTC (rev 2782)
+++ trunk/notification-daemon/configure.ac 2006-04-26 08:33:17 UTC (rev 2783)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.4.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.5, 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=4
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MICRO_VERSION=5
+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