From af8e9aea50b78525307d3512e2fe95232512d9be Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 10 Jul 2007 04:38:29 +0000 Subject: Evolution Data Server 1.11.5 release svn path=/trunk/; revision=7867 --- ChangeLog | 4 ++++ NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4a46df51..d50d2925a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Srinivasa Ragavan + + * NEWS, configure.in: Evolution Data Server 1.11.5 release + 2007-07-03 Milan Crha ** Fix for bug #364731 diff --git a/NEWS b/NEWS index 586cc8d2e..e270c17c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +Evolution-Data-Server 1.11.5 2007-07-09 +--------------------------------------- + +New in 1.11.5 + + Exchange delegation support (Bharath and Suman) + +Bug fixes: + #307410: Fix prompting for IMAP password a second time after + canceling first request (Milan Crha) + #311098: Changes to appointment is visible across restarts (Milan + Crha) + #352284: Do not fetch the message from server - instead use the + header information to calculate the expiry period. (Veerapuram + Varadhan) + #364731: Fix error dialog when creating searches with negative score + (Milan Crha) + #394572: Include a missing forward http proxy in caldav module (Jari + Urpalainen) + #410823: Fixed a crash when clicking on an URL and then closing the + browser (Srinivasa Ragavan) + #412735: Fix a typo avoiding open_brace to be initialized (Pascal + Terjan) + #434356: Fix USENET crash when retrieving gmane.linux.kernel + (Jindrich Makovicka) + #448947: Fixed a cyclic configure option (Karsten Bräckelmann) + #449531: Fix partial email display when GPG verification fails + (Milan Crha) + #452996: Fix a typo and wording (Christian Kirbach) + #454570: Fix build with gcc 2.x (Jens Granseuer) + +Updated Translations: + Ankit Patel (gu) + Jorge Gonzalez (es) + Nguyễn Thái Ngọc Duy (vi) + Clytie Siddall (vi) + Daniel Nylander (sv) + Funda Wang (zh_CN) + I. Felix (ta) + Evolution-Data-Server 1.11.4 2007-06-18 --------------------------------------- diff --git a/configure.in b/configure.in index 524923a37..977d24517 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.11.4) +AC_INIT(evolution-data-server, 1.11.5) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. -- cgit v1.2.1