summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-05-13 02:50:47 +0000
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-05-13 02:50:47 +0000
commit0320c1836c78ff850f7c233177a5b9ad7f6b068f (patch)
tree901825925a158c506b2454f805c364e5e522a82f
parent19b882def5d95e0b1164df449de139c57b2c9e2e (diff)
downloadevolution-data-server-0320c1836c78ff850f7c233177a5b9ad7f6b068f.tar.gz
Evolution Data Server 2.23.2 release and version bump. Build fix forEVOLUTION_DATA_SERVER_2_23_2
2008-05-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution Data Server 2.23.2 release and version bump. * Makefile.am: Build fix for release. svn path=/trunk/; revision=8784
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rw-r--r--NEWS38
-rw-r--r--configure.in2
4 files changed, 46 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 21fd87ffd..2d60c0956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-12 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution Data Server 2.23.2 release and version
+ bump.
+ * Makefile.am: Build fix for release.
+
2008-05-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #424744
diff --git a/Makefile.am b/Makefile.am
index 2d170dd42..b6c533220 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ CALENDAR_DIR = calendar
endif
SUBDIRS = $(LIBDB) win32 libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui src docs art po
-
+DIST_SUBDIRS= win32 libedataserver libebackend servers camel addressbook calendar libedataserverui src docs art po
changelogs = \
ChangeLog
diff --git a/NEWS b/NEWS
index ba78b08f1..f3b87c98b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Evolution-Data-Server 2.23.2 2008-05-12
+----------------------------------------
+
+Bug Fixes:
+ #182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
+ #274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
+ #301980: Warn user when Caps Lock is on (Milan Crha)
+ #316390: New API to support listening for changes in categories (Milan Crha)
+ #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
+ #330990: Allow remove only one instance of the recurring event (Milan Crha)
+ #338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
+ #347061: Don't limit references while loading the summary, etc to 500 entries - especially since we don't force the limit when outputting the summary (Jeffrey Stedfast)
+ #350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
+ #358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
+ #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
+ #358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
+ #381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
+ #382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
+ #424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
+ #502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
+ #517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
+ #520532: Support migration from password file to keyring (Matthew Barnes)
+ #530139: Do not ship .svn files (Matthew Barnes)
+ #530323: Don't free the same variable twice (Sebastien Bacher)
+ #530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
+ #532284: Fixes a double free (Sankar P)
+
+Other Contributors:
+ A lot of IMAP4 fixes (Jeffrey Stedfast)
+ Use new paths for header files that have been moved to libebackend (Rob Bradford)
+ Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)
+
+Updated Translations:
+ Yair Hershkovitz (he)
+ Jorge Gonzalez (es)
+ Kjartan Maraas (nb)
+ Ignacio Casal Quinteiro (gl)
+
Evolution-Data-Server 2.23.1 2008-04-21
----------------------------------------
diff --git a/configure.in b/configure.in
index da5a93702..c46a96ba4 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.23.2)
+AC_INIT(evolution-data-server, 2.23.3)
AC_CONFIG_SRCDIR(README)
# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.