evolution-sharp r178 - trunk
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-sharp r178 - trunk
- Date: Mon, 12 May 2008 06:35:53 +0100 (BST)
Author: jjohnny
Date: Mon May 12 05:35:52 2008
New Revision: 178
URL: http://svn.gnome.org/viewvc/evolution-sharp?rev=178&view=rev
Log:
0.17.2 release updates.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon May 12 05:35:52 2008
@@ -1,3 +1,11 @@
+Version 0.17.2
+12 May 2008
+
+* Update to support 2.23.2 development series of Evolution-Data-Server.
+
+Bug Fixes:
+ #519284 - beagled: double free or corruption (Johnny Jacob)
+------------------------------------------------------
Version 0.17.1
21 April 2008
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon May 12 05:35:52 2008
@@ -1,7 +1,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(evolution-sharp, 0.17.1)
+AM_INIT_AUTOMAKE(evolution-sharp, 0.17.2)
AM_MAINTAINER_MODE
AC_PROG_INSTALL
@@ -15,8 +15,8 @@
# If you change these, update the error text below.
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_8, evolution-data-server-1.2 >= 1.8 evolution-data-server-1.2 < 1.9, edsver="1.8", AC_MSG_RESULT([no]))
PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_9, evolution-data-server-1.2 >= 1.9 evolution-data-server-1.2 < 1.10, edsver="1.9", AC_MSG_RESULT([no]))
-PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 2.23.2, edsver="1.10", AC_MSG_RESULT([no]))
-PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.23.2, edsver="unsupported", AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 2.23.3, edsver="1.10", AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.23.3, edsver="unsupported", AC_MSG_RESULT([no]))
if test "x$edsver" = "x1.8"; then
EDS_VERSION=-1.2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]