[Galago-commits] r2694 - trunk/galago-daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Apr 10 00:35:38 PDT 2006


Author: chipx86
Date: 2006-04-10 00:35:36 -0700 (Mon, 10 Apr 2006)
New Revision: 2694

Modified:
   trunk/galago-daemon/ChangeLog
   trunk/galago-daemon/Makefile.am
   trunk/galago-daemon/NEWS
   trunk/galago-daemon/configure.ac
Log:
- Updated the news.
- Fix make distcheck.
- Bump to version 0.5.0.


Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog	2006-04-10 07:13:27 UTC (rev 2693)
+++ trunk/galago-daemon/ChangeLog	2006-04-10 07:35:36 UTC (rev 2694)
@@ -1,3 +1,12 @@
+Mon Apr 10 00:28:49 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* Makefile.am:
+	* NEWS:
+	* configure.ac:
+	  - Updated the news.
+	  - Fix make distcheck.
+	  - Bump to version 0.5.0.
+
 Mon Apr 10 00:13:20 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* configure.ac:

Modified: trunk/galago-daemon/Makefile.am
===================================================================
--- trunk/galago-daemon/Makefile.am	2006-04-10 07:13:27 UTC (rev 2693)
+++ trunk/galago-daemon/Makefile.am	2006-04-10 07:35:36 UTC (rev 2694)
@@ -22,4 +22,4 @@
 	$(service_in_files) \
 	configure.ac
 
-CLEANFILES = $(services_DATA)
+CLEANFILES = $(service_DATA)

Modified: trunk/galago-daemon/NEWS
===================================================================
--- trunk/galago-daemon/NEWS	2006-04-10 07:13:27 UTC (rev 2693)
+++ trunk/galago-daemon/NEWS	2006-04-10 07:35:36 UTC (rev 2694)
@@ -1,3 +1,18 @@
+version 0.5.0:
+	* Updated for all the libgalago 0.5.0 protocol and API changes.
+	* Now requires D-BUS v0.36 or higher.
+	* Fixed bugs in meta-person merging, including memory leaks and missing
+	  ID merges.
+	* Fixed lookups of some meta-persons (including the "me" meta-person)
+	  by ID.
+	* Fixed the logging code to properly treat glib log level flags as
+	  bitmasks instead of integers. This closes bug #17.
+	* Moved to a new model for handling persistent people. People no longer
+	  have IDs unless explicitly provided by a feed. The IDs then match,
+	  for example, an Evolution person ID. This provides better reliability
+	  than any previous methods for ensuring that an ID will remain persistent.
+	* Now computes the object paths for Galago objects.
+
 version 0.3.4 (August 27, 2005):
 	* Confirmed to work with D-BUS 0.22.
 	* Renamed the D-BUS service files to be more compliant with

Modified: trunk/galago-daemon/configure.ac
===================================================================
--- trunk/galago-daemon/configure.ac	2006-04-10 07:13:27 UTC (rev 2693)
+++ trunk/galago-daemon/configure.ac	2006-04-10 07:35:36 UTC (rev 2694)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(galago-daemon, 0.3.4.90, chipx86 at chipx86.com)
+AC_INIT(galago-daemon, 0.5.0, chipx86 at chipx86.com)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@@ -12,9 +12,9 @@
 dnl # Version information
 dnl ################################################################
 GALAGOD_MAJOR_VERSION=0
-GALAGOD_MINOR_VERSION=3
-GALAGOD_MICRO_VERSION=4
-GALAGOD_DEVEL_VERSION=90
+GALAGOD_MINOR_VERSION=5
+GALAGOD_MICRO_VERSION=0
+GALAGOD_DEVEL_VERSION=0
 
 GALAGOD_VERSION=$GALAGOD_MAJOR_VERSION.$GALAGOD_MINOR_VERSION.$GALAGOD_MICRO_VERSION
 



More information about the galago-commits mailing list