summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ba650d220..183fcd87f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-24 Harish Krishnaswamy <kharish@novell.com>
+
+ * NEWS, configure.in: Release updates. Bump version.
+ ***** Release 1.7.1 *****
+
2006-04-24 Devashish Sharma <sdevashish@novell.com>
* configure.in : Added a configure time switch to support dynamic
diff --git a/NEWS b/NEWS
index 40f56ea5a..f0d2d451b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Evolution-Data-Server 1.7.1, 2006-04-24
+----------------------------------------
+
+First release of 1.7 development series.
+
+What is new ?
+-------------
+
+* Capability to link dynamically to libdb.
+* Integration with gnome-keyring.
+
Evolution-Data-Server 1.5.92, 2006-02-27
----------------------------------------
Bug fixes since last release :
diff --git a/configure.in b/configure.in
index ba109d816..97835c8c9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution-data-server, 1.5.92)
+AC_INIT(evolution-data-server, 1.7.1)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -19,7 +19,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files
dnl
dnl This should always be the major/minor of the stable version or stable version to be
dnl *************************************************************************************************
-BASE_VERSION=1.6
+BASE_VERSION=1.8
API_VERSION=1.2
AC_SUBST(BASE_VERSION)
AC_SUBST(API_VERSION)