[Galago-commits] r2556 - trunk/notification-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sat Feb 4 20:19:20 PST 2006
Author: chipx86
Date: 2006-02-04 20:19:16 -0800 (Sat, 04 Feb 2006)
New Revision: 2556
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/NEWS
trunk/notification-daemon/configure.ac
Log:
- Add info to the NEWS.
- Bump the version to 0.3.4.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-02-05 04:01:20 UTC (rev 2555)
+++ trunk/notification-daemon/ChangeLog 2006-02-05 04:19:16 UTC (rev 2556)
@@ -1,3 +1,12 @@
+==================== 0.3.4 ====================
+
+Sat Feb 04 20:18:54 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ * NEWS:
+ - Add info to the NEWS.
+ - Bump the version to 0.3.4.
+
Sat Feb 04 20:01:09 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* configure.ac:
Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS 2006-02-05 04:01:20 UTC (rev 2555)
+++ trunk/notification-daemon/NEWS 2006-02-05 04:19:16 UTC (rev 2556)
@@ -1,3 +1,29 @@
+version 0.3.4 (4-February-2006):
+ * Added a Close button to notifications. This closed ticket #8. Thanks
+ to Michael Vogt for the basis of this patch.
+ * Fixed a few bugs (including crashes) involving the freeing of
+ memory when notifications and theme enginers are destroyed.
+ * Fixed the theme engines to be installed as unversioned libraries.
+ Thanks to Rodney Dawes for this patch.
+ * Fixed a bug where the notification window was not realized, causing
+ a crash. This fixes bug #10.
+ * Fixed a crash in the Bubble theme when clicking an action.
+ * Fixed action ordering in the Bubble theme.
+ * Made the destroy_notification, show_notification, hide_notification,
+ and set_notification_hints theme engine functions optional.
+ * Added set_notification_timeout and notification_tick theme engine
+ functions.
+ * Made several improvements to the Standard theme:
+ - The left-hand color stripe has been made smaller and now reflects
+ the urgency level set.
+ - Added a pie-based countdown timer for notifications containing
+ actions. This allows the user to see how long they have to react to
+ a notification.
+ - Converted the action links into buttons. These are now left-aligned
+ and make a reasonable attempt to find an appropriate stock icon.
+ - Allow the notification to be very short when no icons, body text or
+ actions are specified.
+
version 0.3.3 (25-January-2006):
* Install and check for engines in
$(libdir)/notification-daemon-1.0/engines, as opposed to
Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac 2006-02-05 04:01:20 UTC (rev 2555)
+++ trunk/notification-daemon/configure.ac 2006-02-05 04:19:16 UTC (rev 2556)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(notification-daemon, 0.3.3.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.4, 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=3
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MICRO_VERSION=4
+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