Evolution Data Server 1.11.3 release
authorSrinivasa Ragavan <sragavan@src.gnome.org>
Mon, 4 Jun 2007 13:09:27 +0000 (13:09 +0000)
committerSrinivasa Ragavan <sragavan@src.gnome.org>
Mon, 4 Jun 2007 13:09:27 +0000 (13:09 +0000)
svn path=/trunk/; revision=7804

ChangeLog
NEWS
configure.in

index 1533840..71de8eb 100644 (file)
--- 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  <ross@openedhand.com>
 
        * configure.in:
diff --git a/NEWS b/NEWS
index 322dd63..92b70e9 100644 (file)
--- 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
 ---------------------------------------
 
index a30fee6..832e3d3 100644 (file)
@@ -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