summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-09-03 02:57:12 +0000
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-09-03 02:57:12 +0000
commit3784870ddee356797285a6bd13f39c910d801084 (patch)
tree8238d73215f308f41af713187852264efa5e8988
parent7f84ee73ab81a10bbea9fbac0500a3910a423205 (diff)
downloadevolution-data-server-3784870ddee356797285a6bd13f39c910d801084.tar.gz
Evolution Data Server 2.23.91 release and version bump.EVOLUTION_DATA_SERVER_2_23_91
2008-09-01 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution Data Server 2.23.91 release and version bump. svn path=/trunk/; revision=9467
-rw-r--r--ChangeLog4
-rw-r--r--NEWS28
-rw-r--r--configure.in2
3 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b62fa5b76..8358c8d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-01 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS: Evolution Data Server 2.23.91 release and version bump.
+
2008-09-01 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
diff --git a/NEWS b/NEWS
index 83936c318..a4e975af6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Evolution-Data-Server 2.23.91 2008-09-01
+----------------------------------------
+
+Bug Fixes:
+ #213072: Sort mbox/spool summary uids by from_pos (Srinivasa Ragavan)
+ #391936: (Novell Bugzilla) To solve hang issue after e-d-s crash (Ashish Shrivastava)
+ #418080: (Novell Bugzilla) Support 'not' operator in search (Srinivasa Ragavan)
+ #466754: Sort the model itself by category name, so that new categories appear in the appropriate place in the list (Vingnesh Prabhu)
+ #518728: Fix subtle link error: system libs before Evolution libs (Patrick Ohly)
+ #546926: Explicitly call camel_shutdown() instead of g_atexit() or atexit() (Matthew Barnes)
+ #548331: Put back the summary mismatch. It is more serious now (Srinivasa Ragavan)
+ #548565: Add 'void' to make it built on Solaris. (Shuai Liu)
+ #548865: Dont crash, if the folder isn't there (Srinivasa Ragavan)
+ #550072: Allow evolution-rss content type on body-search (Lucian Langa)
+
+Updated Translations:
+ Shankar Prasad (kn)
+ Daniel Nylander (sv)
+ Kjartan Maraas (nb)
+ Ilkka Tuohela (fi)
+ Runa Bhattacharjee (bn_IN)
+ Leonardo Ferreira Fontenelle (pt_BR)
+ Takeshi AIHANA (ja)
+ Inaki Larranaga Murgoitio (eu)
+ Robert-André Mauchin (fr)
+ Ignacio Casal Quinteiro (gl)
+ Theppitak Karoonboonyanan (th)
+
Evolution-Data-Server 2.23.90 2008-08-18
----------------------------------------
diff --git a/configure.in b/configure.in
index 4837abbfb..3f7cdb4c2 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
# Evolution-Data-Server version */
m4_define([eds_major_version], [2])
m4_define([eds_minor_version], [23])
-m4_define([eds_micro_version], [91])
+m4_define([eds_micro_version], [92])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])