[Galago-commits] r2925 - trunk/notification-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Oct 8 14:10:40 PDT 2006
Author: chipx86
Date: 2006-10-08 14:10:24 -0700 (Sun, 08 Oct 2006)
New Revision: 2925
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
Log:
Ah boooo. Forgot to commit these earlier.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-10-08 19:37:10 UTC (rev 2924)
+++ trunk/notification-daemon/ChangeLog 2006-10-08 21:10:24 UTC (rev 2925)
@@ -1,3 +1,5 @@
+==================== 0.3.6 ====================
+
Thu Sep 07 10:28:50 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* themes/standard/theme.c:
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2006-10-08 19:37:10 UTC (rev 2924)
+++ trunk/notification-daemon/NEWS 2006-10-08 21:10:24 UTC (rev 2925)
@@ -1,4 +1,4 @@
-version 0.3.6:
+version 0.3.6 (8-October-2006):
* Added a GConf key to allow users to specify which corner of the screen
notifications should appear in. Patch by M.S. (Ticket #57)
* Added a Dutch translation from Wouter Bolsterlee. (Bug #55)
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-10-08 19:37:10 UTC (rev 2924)
+++ trunk/notification-daemon/configure.ac 2006-10-08 21:10:24 UTC (rev 2925)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.5.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.6, 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=5
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MICRO_VERSION=6
+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