[Galago-commits] r1928 - in trunk/galago-daemon: . debian
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Jun 7 01:00:24 PDT 2005
Author: chipx86
Date: 2005-06-07 01:00:21 -0700 (Tue, 07 Jun 2005)
New Revision: 1928
Modified:
trunk/galago-daemon/ChangeLog
trunk/galago-daemon/NEWS
trunk/galago-daemon/configure.ac
trunk/galago-daemon/debian/changelog
Log:
Bump to version 0.3.3.
Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog 2005-06-05 23:05:05 UTC (rev 1927)
+++ trunk/galago-daemon/ChangeLog 2005-06-07 08:00:21 UTC (rev 1928)
@@ -1,3 +1,10 @@
+Tue Jun 07 00:59:42 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
+
+ * debian/changelog:
+ * NEWS:
+ * configure.ac:
+ - Bump to version 0.3.3.
+
Sun Jun 05 16:04:42 PDT 2005 Christian Hammond <chipx86 at chipx86.com>
* src/person-db.c:
Modified: trunk/galago-daemon/NEWS
===================================================================
--- trunk/galago-daemon/NEWS 2005-06-05 23:05:05 UTC (rev 1927)
+++ trunk/galago-daemon/NEWS 2005-06-07 08:00:21 UTC (rev 1928)
@@ -1,4 +1,4 @@
-version 0.3.3:
+version 0.3.3 (June 7, 2005):
* Fixed a packaging issue where galago-daemon.service wasn't being rebuilt.
* Upgraded binreloc, fixing some portability issues with x86_64, gcc4,
and when disabling binreloc during compile time.
Modified: trunk/galago-daemon/configure.ac
===================================================================
--- trunk/galago-daemon/configure.ac 2005-06-05 23:05:05 UTC (rev 1927)
+++ trunk/galago-daemon/configure.ac 2005-06-07 08:00:21 UTC (rev 1928)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(galago-daemon, 0.3.2.90, chipx86 at gnupdate.org)
+AC_INIT(galago-daemon, 0.3.3, chipx86 at gnupdate.org)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(config.h.in)
AC_COPYRIGHT([Copyright 2004-2005 Christian Hammond])
@@ -13,8 +13,8 @@
dnl ################################################################
GALAGOD_MAJOR_VERSION=0
GALAGOD_MINOR_VERSION=3
-GALAGOD_MICRO_VERSION=2
-GALAGOD_DEVEL_VERSION=90
+GALAGOD_MICRO_VERSION=3
+GALAGOD_DEVEL_VERSION=0
GALAGOD_VERSION=$GALAGOD_MAJOR_VERSION.$GALAGOD_MINOR_VERSION.$GALAGOD_MICRO_VERSION
Modified: trunk/galago-daemon/debian/changelog
===================================================================
--- trunk/galago-daemon/debian/changelog 2005-06-05 23:05:05 UTC (rev 1927)
+++ trunk/galago-daemon/debian/changelog 2005-06-07 08:00:21 UTC (rev 1928)
@@ -1,3 +1,9 @@
+galago-daemon (0.3.3) hoary; urgency=low
+
+ * New upstream release.
+
+ -- Christian Hammond <chipx86 at chipx86.com> Tue, 7 Jun 2005 00:59:20 -0700
+
galago-daemon (0.3.2-1) hoary; urgency=low
* New upstream release
More information about the galago-commits
mailing list