summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-01-21 11:06:21 +0000
committerSrinivasa Ragavan <sragavan@src.gnome.org>2009-01-21 11:06:21 +0000
commit06587f76d92cd6a9f171d5ad97d51423573edf64 (patch)
treee47af26dcb3280f200d28c261b3a9c4aadd9ea72
parent4e853a78ca17bdcfd53ba68480946d1d7354a81a (diff)
downloadevolution-data-server-06587f76d92cd6a9f171d5ad97d51423573edf64.tar.gz
Evolution Data Server 2.25.5 releaseEVOLUTION_DATA_SERVER_2_25_5
2009-01-21 Srinivasa Ragavan <sragavan@novell.com> * NEWS: Evolution Data Server 2.25.5 release svn path=/trunk/; revision=9959
-rw-r--r--ChangeLog4
-rw-r--r--NEWS39
-rw-r--r--configure.in8
3 files changed, 47 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f03c82d1..d3c6521aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-21 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS: Evolution Data Server 2.25.5 release
+
2009-01-21 Suman Manjunath <msuman@novell.com>
** Fix for bug #541209
diff --git a/NEWS b/NEWS
index 0b5cc5ca4..ed4099d02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Evolution-Data-Server 2.25.5 2009-01-19
+---------------------------------------
+
+Updated Translations:
+ Andre Klapper (de)
+ Kjartan Maraas (nb)
+ Luca Ferretti (it)
+ Wadim Dziedzic (pl)
+
+Bug Fixes:
+ #303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
+ #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha)
+ #435599 : Don't do to displaying and creation of organization's contact in evolution. (Ashish Shrivastava)
+ #439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
+ #443296 (bugzilla.novell.com) : Free memory only after it is duped. (Suman Manjunath)
+ #443544 (bugzilla.novell.com) : Send a 'Free' block to the frontend if there are no 'Busy' blocks. Also set the start/end of the Free/Busy range. (Suman Manjunath)
+ #463095 : Fix cinfo parsing logic (Simon Brys)
+ #501298 : Make _open function quick as much as possible, to not block the sync_backend lock for long, thus other threads can work with it too. Do not search a book when it wasn't opened correctly. Do not ref/unref backend in a structure which backend holds itself. (Milan Crha)
+ #518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
+ #554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
+ #557348 : Re-did bits of threaded vfolder (Matt McCutchen)
+ #562200 : Define subclass of a GtkCellRendererToggle, which toggles itself only when user clicks over the toggle cell and not in any other case. of a GtkCellRendererToggle to prevent unnecessary toggling in a source selector when source itself doesn't have defined its color. (Milan Crha)
+ #564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
+ #564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
+ #564543 : Call soup_form_encode_hash() instead of soup_form_encode_urlencoded(). Call soup_session_add_feature() instead of soup_logger_attach(). Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
+ #564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
+ #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof )
+ #565376 : Support more search options (Milan Crha)
+ #567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)
+
+Other contributions:
+ DB Logging and DB Optimizations (Srinivasa Ragavan )
+ Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
+ Always send XEV headers with messages. (Srinivasa Ragavan)
+ Allowing devleoper to add migration code for in case the schema of Camel's summary SQLite data format changes. Also adds two columns, modified and created, to the summary data being stored and renames the column msg_security to dirty as requested by Srinivasa Ragavan and Sankar P. (Philip Van Hoof)
+ Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
+ Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
+ Sync using counting manually than the old approach (Srinivasa Ragavan)
+
Evolution-Data-Server 2.25.4 2009-01-05
---------------------------------------
diff --git a/configure.in b/configure.in
index def1e7bd7..5cdc7ac8d 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], [25])
-m4_define([eds_micro_version], [5])
+m4_define([eds_micro_version], [90])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])
@@ -74,15 +74,15 @@ LIBEDATABOOK_CURRENT=6
LIBEDATABOOK_REVISION=1
LIBEDATABOOK_AGE=4
-LIBEBOOK_CURRENT=11
+LIBEBOOK_CURRENT=12
LIBEBOOK_REVISION=0
-LIBEBOOK_AGE=2
+LIBEBOOK_AGE=3
LIBEGROUPWISE_CURRENT=13
LIBEGROUPWISE_REVISION=1
LIBEGROUPWISE_AGE=0
-LIBCAMEL_CURRENT=13
+LIBCAMEL_CURRENT=14
LIBCAMEL_REVISION=0
LIBCAMEL_AGE=0