summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2c1506c3..53becdd45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-30 Harish Krishnaswamy <kharish@novell.com>
+
+ * configure.in : Updated 1.4.2.1 release with a fix for a crasher
+ in calendar caused by an incorrect assert for sequence numbers.
+
2005-11-29 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Update version to 1.4.2 (GNOME 2.12.2 release).
diff --git a/configure.in b/configure.in
index b4c2dceab..7ce707ca4 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.4.2)
+AC_INIT(evolution-data-server, 1.4.2.1)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)