[Galago-commits] r2498 - trunk/notification-daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Wed Jan 25 00:30:23 PST 2006


Author: chipx86
Date: 2006-01-25 00:30:20 -0800 (Wed, 25 Jan 2006)
New Revision: 2498

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/NEWS
   trunk/notification-daemon/configure.ac
Log:
Bump the version to 0.3.3. Prepare for release.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-01-25 08:22:43 UTC (rev 2497)
+++ trunk/notification-daemon/ChangeLog	2006-01-25 08:30:20 UTC (rev 2498)
@@ -1,3 +1,12 @@
+==================== 0.3.3 ====================
+
+Wed Jan 25 00:29:59 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* ChangeLog:
+	* NEWS:
+	* configure.ac:
+	  - Bump the version to 0.3.3. Prepare for release.
+
 Wed Jan 25 00:21:49 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/daemon.c:

Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS	2006-01-25 08:22:43 UTC (rev 2497)
+++ trunk/notification-daemon/NEWS	2006-01-25 08:30:20 UTC (rev 2498)
@@ -1,9 +1,12 @@
-version 0.3.3:
+version 0.3.3 (25-January-2006):
 	* Install and check for engines in
 	  $(libdir)/notification-daemon-1.0/engines, as opposed to
 	  $(libdir)/notification-daemon/engines.
 	* Notifications no longer appear over full screen windows or
 	  screensavers.
+	* When using icontheme icons, the icon with a size closest to 48x48
+	  is used. If the icon is smaller than 48x48, the icon is left unscaled,
+	  but if it's larger, it's scaled down.
 
 version 0.3.2 (23-January-2006):
 	* Renamed the program back to notification-daemon.

Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac	2006-01-25 08:22:43 UTC (rev 2497)
+++ trunk/notification-daemon/configure.ac	2006-01-25 08:30:20 UTC (rev 2498)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(notification-daemon, 0.3.2.90, galago-devel at lists.freedesktop.org)
+AC_INIT(notification-daemon, 0.3.3, 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=2
-NOTIFICATION_DAEMON_DEVEL_VERSION=90
+NOTIFICATION_DAEMON_MICRO_VERSION=3
+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