From: Srinivasa Ragavan Date: Tue, 4 Dec 2007 07:58:40 +0000 (+0000) Subject: + + * NEWS, configure.in: Evolution Data Server 2.21.3 release. X-Git-Tag: upstream/3.7.4~5389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ae55d303679cf17f9c16842eccc853426d491ef;p=platform%2Fupstream%2Fevolution-data-server.git + + * NEWS, configure.in: Evolution Data Server 2.21.3 release. 2007-12-03 Srinivasa Ragavan + + * NEWS, configure.in: Evolution Data Server 2.21.3 release. svn path=/trunk/; revision=8264 --- diff --git a/ChangeLog b/ChangeLog index c51d36a..49eeaac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Srinivasa Ragavan + + * NEWS, configure.in: Evolution Data Server 2.21.3 release. + 2007-11-26 Milan Crha ** Fix for bug #308815 diff --git a/NEWS b/NEWS index bce4005..33f8d1b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Evolution-Data-Server 2.21.3 2007-12-03 +--------------------------------------- + +Bug Fixes: + #308815: Colors for categories can now be changed (Milan Crha) + #376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha) + #415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha) + #461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha) + #492426: Do not iterate beyond bounds of the array (Robert Noland) + #494314: Don't leak Cal object reference (Ondrej Jirman) + +Updated Translations: + Matej Urbanči (sl) + Ivar Smolin (et) + Yannig Marchegay (oc) + Changwoo Ryu (ko) + Evolution-Data-Server 2.21.2 2007-11-12 --------------------------------------- diff --git a/configure.in b/configure.in index fa0de2b..80fe92f 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.2) +AC_INIT(evolution-data-server, 2.21.3) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14.