From: Srinivasa Ragavan Date: Mon, 4 Jun 2007 13:09:27 +0000 (+0000) Subject: Evolution Data Server 1.11.3 release X-Git-Tag: upstream/3.7.4~5724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afb06a8c7a467641dc230ac8ff482bedf497a673;p=platform%2Fupstream%2Fevolution-data-server.git Evolution Data Server 1.11.3 release svn path=/trunk/; revision=7804 --- diff --git a/ChangeLog b/ChangeLog index 1533840..71de8eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-14 Srinivasa Ragavan + + * NEWS, configure.in: Evolution Data Server 1.11.3 release. + 2007-06-03 Ross Burton * configure.in: diff --git a/NEWS b/NEWS index 322dd63..92b70e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Evolution-Data-Server 1.11.3 2007-06-04 +--------------------------------------- + +New in 1.11.3: + Addressbook optimizations (Ross Burton) + Introduced search capabilities in calendar (Keshav Upadhyaya, + Abhishek Parwal) + +Bug fixes: + #360114: Use g_list_prepend/reverse rather than append (Paolo + Borelli) + #409542: Fix various linking issues in e-d-s (Loic Minier) + #425129: Added timezone for Asia/Jerusalem, Australia/Perth and + fixed the crash when there is no tzname. (Pascal Terjan) + #438577: Fix some distcheck errors (Matthew Barnes) + #438577: Don't install implementation detail headers (Ross Burton) + #438727: Hide implementation details from public headers (Ross + Burton) + support (Ross Burton) + #440524: Memory leak fixes (Srinivasa Ragavan) + #442187: Fix to open default memo component (John Stowers) + #438928: Ability to build EDS with just addressbook only. + Evolution-Data-Server 1.11.2 2007-05-14 --------------------------------------- diff --git a/configure.in b/configure.in index a30fee6..832e3d3 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.2) +AC_INIT(evolution-data-server, 1.11.3) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. @@ -47,9 +47,9 @@ LIBEDATABOOK_CURRENT=6 LIBEDATABOOK_REVISION=1 LIBEDATABOOK_AGE=4 -LIBEBOOK_CURRENT=9 -LIBEBOOK_REVISION=2 -LIBEBOOK_AGE=0 +LIBEBOOK_CURRENT=10 +LIBEBOOK_REVISION=0 +LIBEBOOK_AGE=1 LIBEGROUPWISE_CURRENT=13 LIBEGROUPWISE_REVISION=1