[Galago-commits] r2711 - trunk/eds-feed
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 12 00:23:52 PDT 2006
Author: chipx86
Date: 2006-04-12 00:23:50 -0700 (Wed, 12 Apr 2006)
New Revision: 2711
Modified:
trunk/eds-feed/ChangeLog
trunk/eds-feed/NEWS
trunk/eds-feed/configure.ac
Log:
- Bump the version to 0.5.0.
- Fill in the news.
Modified: trunk/eds-feed/ChangeLog
===================================================================
--- trunk/eds-feed/ChangeLog 2006-04-12 07:07:48 UTC (rev 2710)
+++ trunk/eds-feed/ChangeLog 2006-04-12 07:23:50 UTC (rev 2711)
@@ -1,3 +1,10 @@
+Wed Apr 12 00:21:37 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * NEWS:
+ * configure.ac:
+ - Bump the version to 0.5.0.
+ - Fill in the news.
+
Wed Apr 12 00:06:45 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* src/main.c:
Modified: trunk/eds-feed/NEWS
===================================================================
--- trunk/eds-feed/NEWS 2006-04-12 07:07:48 UTC (rev 2710)
+++ trunk/eds-feed/NEWS 2006-04-12 07:23:50 UTC (rev 2711)
@@ -1,3 +1,12 @@
+version 0.5.0:
+ * Updated to work with libgalago 0.5.0.
+ * Now compiles and runs against the D-BUS port of evolution-data-server.
+ (Bug #6)
+ * Improved photo support. (Bug #6)
+ * Fixed several memory leaks. (Bugzilla bug #5744)
+ * Fixed an empty string check when adding accounts. (Bug #13)
+ * Should no longer deadlock when galago-daemon quits.
+
version 0.3.2 (August 28, 2005):
* No longer passes the configure stage when evolution-data-server
development files are unavailable.
Modified: trunk/eds-feed/configure.ac
===================================================================
--- trunk/eds-feed/configure.ac 2006-04-12 07:07:48 UTC (rev 2710)
+++ trunk/eds-feed/configure.ac 2006-04-12 07:23:50 UTC (rev 2711)
@@ -3,7 +3,7 @@
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT(eds-feed, 0.3.2.90, chipx86 at gnupdate.org)
+AC_INIT(eds-feed, 0.5.0, chipx86 at gnupdate.org)
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 ################################################################
EDS_FEED_MAJOR_VERSION=0
-EDS_FEED_MINOR_VERSION=3
-EDS_FEED_MICRO_VERSION=2
-EDS_FEED_DEVEL_VERSION=90
+EDS_FEED_MINOR_VERSION=5
+EDS_FEED_MICRO_VERSION=0
+EDS_FEED_DEVEL_VERSION=0
EDS_FEED_VERSION=$EDS_FEED_MAJOR_VERSION.$EDS_FEED_MINOR_VERSION.$EDS_FEED_MICRO_VERSION
@@ -61,7 +61,7 @@
PKG_CHECK_MODULES(PACKAGE, \
glib-2.0 >= 2.2.2 \
- libgalago >= 0.3.3.90 \
+ libgalago >= 0.5.0 \
libxml-2.0)
# Check which version of eds we're using
More information about the galago-commits
mailing list