summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS26
-rw-r--r--configure.in2
3 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3af86821..dd4bf82de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-26 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution Data Server 2.22.2 release.
+
2008-05-05 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517244
diff --git a/NEWS b/NEWS
index 2c4631a80..d02baef4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Evolution-Data-Server 2.22.2 2008-05-26
+---------------------------------------
+
+Bug Fixes:
+ #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent. (Matthew Barnes)
+ #354923: Store passwords in the keyring by server, username and protocol (Matthew Barnes)
+ #388579: (Novell Bugzilla) Exchange crashes everytime on startup. A regression patch for the leak fixes. (Chenthill Palanisamy)
+ #517244: Add test for nl_langinfo(CODESET). Defines HAVE_CODESET (Matthew Barnes)
+ #523541: Fix a memory leak (Milan Crha)
+ #530514: Added a necessary condition to handle a specific server response and to prevent a crash (Sankar P)
+ #530543: Large memory leak while syncing mails for offline usage (Sankar P)
+ #530763: Return NULL if the value of dest_folder is disturbed to prevent the crash (Bharath Acharya)
+ #531009: Use the right iterator to prevent a crash in offline mail movement (Sankar P)
+ #531439: Prevent GPG passphrases from destroying other passwords (Matthew Barnes)
+ #532284: Fixes a double free (Sankar P)
+ #533058: Enable GROUPWISE_DEBUG logs. (Sankar P)
+ #534077: Don't use freed memory (Paul Smith)
+
+Updated Translations:
+ Ivar Smolin (et)
+ Gil Forcada (ca)
+ Luca Ferretti (it)
+ Jorge Gonzalez (es)
+ Jonh Wendell (pt_BR)
+ Theppitak Karoonboonyanan (th)
+
Evolution-Data-Server 2.22.1.1 2008-05-02
-----------------------------------------
diff --git a/configure.in b/configure.in
index daca4c0ac..254341d76 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.22.1.1)
+AC_INIT(evolution-data-server, 2.22.2)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.