[Galago-commits] r1925 - trunk/galago-daemon
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Jun 5 15:48:27 PDT 2005
Author: chipx86
Date: 2005-06-05 15:48:23 -0700 (Sun, 05 Jun 2005)
New Revision: 1925
Modified:
trunk/galago-daemon/ChangeLog
trunk/galago-daemon/Makefile.am
trunk/galago-daemon/NEWS
trunk/galago-daemon/configure.ac
Log:
- Fixed a packaging issue where galago-daemon.service wasn't being rebuilt.
- Bump to v0.3.2.90.
Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog 2005-06-05 02:44:54 UTC (rev 1924)
+++ trunk/galago-daemon/ChangeLog 2005-06-05 22:48:23 UTC (rev 1925)
@@ -1,3 +1,12 @@
+Sun Jun 05 15:47:41 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
+
+ * Makefile.am:
+ * NEWS:
+ * configure.ac:
+ - Fixed a packaging issue where galago-daemon.service wasn't being
+ rebuilt.
+ - Bump to v0.3.2.90.
+
Thu May 26 20:05:57 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
* debian/changelog:
Modified: trunk/galago-daemon/Makefile.am
===================================================================
--- trunk/galago-daemon/Makefile.am 2005-06-05 02:44:54 UTC (rev 1924)
+++ trunk/galago-daemon/Makefile.am 2005-06-05 22:48:23 UTC (rev 1925)
@@ -6,7 +6,6 @@
autogen.sh \
galago-daemon.conf \
galago-daemon.spec.in \
- galago-daemon.service \
galago-daemon.service.in \
configure.ac
Modified: trunk/galago-daemon/NEWS
===================================================================
--- trunk/galago-daemon/NEWS 2005-06-05 02:44:54 UTC (rev 1924)
+++ trunk/galago-daemon/NEWS 2005-06-05 22:48:23 UTC (rev 1925)
@@ -1,3 +1,6 @@
+version 0.3.3:
+ * Fixed a packaging issue where galago-daemon.service wasn't being rebuilt.
+
version 0.3.2 (May 26, 2005):
* Added suppor for D-BUS 0.3x. 0.23.x is the minimum version required.
* Updated for the new protocol changes that libgalago 0.3.2 requires.
Modified: trunk/galago-daemon/configure.ac
===================================================================
--- trunk/galago-daemon/configure.ac 2005-06-05 02:44:54 UTC (rev 1924)
+++ trunk/galago-daemon/configure.ac 2005-06-05 22:48:23 UTC (rev 1925)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(galago-daemon, 0.3.2, chipx86 at gnupdate.org)
+AC_INIT(galago-daemon, 0.3.2.90, chipx86 at gnupdate.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@@ -14,7 +14,7 @@
GALAGOD_MAJOR_VERSION=0
GALAGOD_MINOR_VERSION=3
GALAGOD_MICRO_VERSION=2
-GALAGOD_DEVEL_VERSION=0
+GALAGOD_DEVEL_VERSION=90
GALAGOD_VERSION=$GALAGOD_MAJOR_VERSION.$GALAGOD_MINOR_VERSION.$GALAGOD_MICRO_VERSION
More information about the galago-commits
mailing list