[Galago-commits] r2475 - trunk/notification-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jan 23 00:39:07 PST 2006
Author: chipx86
Date: 2006-01-23 00:39:06 -0800 (Mon, 23 Jan 2006)
New Revision: 2475
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
Log:
Add release news and bump the version up to 0.3.2.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-01-23 08:34:15 UTC (rev 2474)
+++ trunk/notification-daemon/ChangeLog 2006-01-23 08:39:06 UTC (rev 2475)
@@ -1,3 +1,9 @@
+Mon Jan 23 00:38:18 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ * NEWS:
+ - Add release news and bump the version up to 0.3.2.
+
Mon Jan 23 00:33:31 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* src/notificationdaemon.xml:
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2006-01-23 08:34:15 UTC (rev 2474)
+++ trunk/notification-daemon/NEWS 2006-01-23 08:39:06 UTC (rev 2475)
@@ -1,6 +1,42 @@
-notify-daemon 0.3.1
-===
+version 0.3.2 (23-January-2006):
+ * Renamed the program back to notification-daemon.
+ * Reverted the default look back to the notification-daemon 0.2.x look,
+ but with improvements, such as flexible arrow positioning and cleaner
+ action separators.
+ * Updated to match the notification spec correctly.
+ * Added the beginnings of theme support. The look from
+ notification-daemon v0.3.1 can be set in a GConf key, though it is
+ not yet fully functional.
+ * Added back action support.
+ * Added back support for D-BUS 0.36 and higher.
+ * Added back the GetCapabilities and GetServerInformation calls.
+ * Added back suppor for markup and hyperlinks in the new theme.
+ * Fix several cases of C99 usage, and other compiler problems.
+ * Fixed a bug where the desktop work area (the area excluding panels)
+ wasn't being taken into consideration when positioning notifications.
+ * Fixed several crash bugs.
-* First release of the notify daemon which supports the new 0.3.x protocol
-* Users of the older notification-daemon must make sure they uninstall it
- as it will try to catch messages ment for the notify-daemon
+version 0.3.1:
+ * First release of the notify daemon which supports the new 0.3.x protocol
+ * Users of the older notification-daemon must make sure they uninstall it
+ as it will try to catch messages ment for the notify-daemon
+
+version 0.2.4 (6-November-2005):
+ * Support clicking on hyperlinks.
+
+version 0.2.3 (6-November-2005):
+ * Depends on libsexy for the URL label.
+
+version 0.2.2 (10-August-2005):
+ * Fixed several run-time issues on PPC and AMD64 (Martin Pitt)
+ * Notifications that are created at the same time will disappear at
+ the same time.
+ * Notifications that don't expire until the user clicks on them will
+ no longer block notifications that do expire.
+
+version 0.2.1 (28-July-2005):
+ * Fixed hint support for D-BUS 0.3x.
+ * Fixed a compile issue with GCC 4.0.
+
+version 0.2.0 (28-July-2005):
+ * Initial public release.
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-01-23 08:34:15 UTC (rev 2474)
+++ trunk/notification-daemon/configure.ac 2006-01-23 08:39:06 UTC (rev 2475)
@@ -3,10 +3,10 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.1, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.2, galago-devel at lists.freedesktop.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
-AC_COPYRIGHT([Copyright 2005 John (J5) Palmieri])
+AC_COPYRIGHT([Copyright 2006 Christian Hammond])
dnl ################################################################
@@ -14,7 +14,7 @@
dnl ################################################################
NOTIFICATION_DAEMON_MAJOR_VERSION=0
NOTIFICATION_DAEMON_MINOR_VERSION=3
-NOTIFICATION_DAEMON_MICRO_VERSION=1
+NOTIFICATION_DAEMON_MICRO_VERSION=2
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