From 0c3b9850da9f45aa9bc373069e32170176ccab11 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 2 Jun 2008 03:04:55 +0000 Subject: Evolution Data Server 2.22.2 release. 2008-05-26 Srinivasa Ragavan * NEWS, configure.in: Evolution Data Server 2.22.2 release. svn path=/branches/gnome-2-22/; revision=8886 --- ChangeLog | 4 ++++ NEWS | 26 ++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3af86821..dd4bf82de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-26 Srinivasa Ragavan + + * NEWS, configure.in: Evolution Data Server 2.22.2 release. + 2008-05-05 Matthew Barnes ** 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. -- cgit v1.2.1