[Galago-commits] r2914 - trunk/libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Oct 8 10:23:36 PDT 2006
Author: chipx86
Date: 2006-10-08 10:23:30 -0700 (Sun, 08 Oct 2006)
New Revision: 2914
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/NEWS
trunk/libnotify/configure.ac
Log:
- Bump the version to 0.4.3.
- Add the release datestamp.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-10-07 17:46:00 UTC (rev 2913)
+++ trunk/libnotify/ChangeLog 2006-10-08 17:23:30 UTC (rev 2914)
@@ -1,3 +1,12 @@
+========================= 0.4.3 =========================
+
+Sun Oct 08 13:21:20 EDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * configure.ac:
+ * NEWS:
+ - Bump the version to 0.4.3.
+ - Add the release datestamp.
+
Sun Sep 03 23:48:29 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* libnotify/notification.c:
Modified: trunk/libnotify/NEWS
===================================================================
--- trunk/libnotify/NEWS 2006-10-07 17:46:00 UTC (rev 2913)
+++ trunk/libnotify/NEWS 2006-10-08 17:23:30 UTC (rev 2914)
@@ -1,4 +1,4 @@
-version 0.4.3:
+version 0.4.3 (8-October-2006):
* Fixed the raw image data support to send the correct array type.
Patch by mderezynski. (Bug #68)
* Fixed configure.ac to check for the required version of glib (2.6).
Modified: trunk/libnotify/configure.ac
===================================================================
--- trunk/libnotify/configure.ac 2006-10-07 17:46:00 UTC (rev 2913)
+++ trunk/libnotify/configure.ac 2006-10-08 17:23:30 UTC (rev 2914)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(libnotify, 0.4.2.90, chipx86 at chipx86.com)
+AC_INIT(libnotify, 0.4.3, chipx86 at chipx86.com)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@@ -14,8 +14,8 @@
dnl ################################################################
LIBGALAGO_MAJOR_VERSION=0
LIBGALAGO_MINOR_VERSION=4
-LIBGALAGO_MICRO_VERSION=2
-LIBGALAGO_DEVEL_VERSION=90
+LIBGALAGO_MICRO_VERSION=3
+LIBGALAGO_DEVEL_VERSION90
LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
@@ -43,7 +43,7 @@
dnl # CURRENT : REVISION : AGE
dnl #
LT_CURRENT=2
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=1
LT_RELEASE=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
More information about the galago-commits
mailing list