summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--configure.in8
3 files changed, 26 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a08a68eb1..62b4e9e05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-12 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution Data Server 2.21.2 release.
+
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
diff --git a/NEWS b/NEWS
index c1603e91e..bce40055e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Evolution-Data-Server 2.21.2 2007-11-12
+---------------------------------------
+
+Bug Fixes:
+ #318842: Task lists should be sorted (Milan Crha)
+ #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
+ #359267: Not all memos are showed in calendar view (Milan Crha)
+ #430420: Returned size <= 0 is an error (Milan Crha)
+ #460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
+ #487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
+ #488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
+ #492130: ESourceSelector uses pointers to ESource (Milan Crha)
+ #494304: Fix leak (Ondrej Jirman)
+
+Updated Translations:
+ Ignacio Casal Quinteiro (gl)
+ Priit Laes (et)
+
Evolution-Data-Server 2.21.1 2007-10-29
---------------------------------------
diff --git a/configure.in b/configure.in
index 26100150b..fa0de2b91 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, 2.21.1)
+AC_INIT(evolution-data-server, 2.21.2)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
@@ -41,9 +41,9 @@ LIBEDATASERVER_CURRENT=10
LIBEDATASERVER_REVISION=0
LIBEDATASERVER_AGE=1
-LIBEDATASERVERUI_CURRENT=8
-LIBEDATASERVERUI_REVISION=2
-LIBEDATASERVERUI_AGE=0
+LIBEDATASERVERUI_CURRENT=9
+LIBEDATASERVERUI_REVISION=0
+LIBEDATASERVERUI_AGE=1
LIBECAL_CURRENT=7
LIBECAL_REVISION=3