From: Matthew Barnes Date: Mon, 2 Mar 2009 16:22:07 +0000 (+0000) Subject: Evolution Data Server 2.25.92 release X-Git-Tag: upstream/3.7.4~4180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d9802b87d5dd468ebf05ccf8bb59c004ea1eb6;p=platform%2Fupstream%2Fevolution-data-server.git Evolution Data Server 2.25.92 release 2009-03-02 Matthew Barnes * NEWS: Evolution Data Server 2.25.92 release svn path=/trunk/; revision=10122 --- diff --git a/ChangeLog b/ChangeLog index e45cc03..85143e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-02 Matthew Barnes + + * NEWS: Evolution Data Server 2.25.92 release + 2009-02-27 Matthew Barnes ** Re-fixes bug #570696 diff --git a/NEWS b/NEWS index 72a3f6b..3fd643a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,78 @@ +Evolution-Data-Server 2.25.92 2009-03-02 +---------------------------------------- + +Updated Translations: + Alexander Shopov (bg) + Andre Gondim (pt) + Arangel Angov (mk) + Changwoo Ryu (ko) + Chao-Hsiung Liao (zh) + Claude Paroz (fr) + Clytie Siddall (vi) + Daniel Nylander (sv) + David Planella (ca) + Duarte Loreto (pt) + Gabor Kelemen (hu) + Ilkka Tuohela (fi) + Inaki Larranaga Murgoitio (eu) + Ivar Smolin echo + Jani Monoses (ro) + Jiri Eischmann (cs) + Jorge Gonzalez (es) + Kenneth Nielsen (da) + Kjartan Maraas (nb) + Luca Ferretti (it) + Philip Withnall (en) + Robert Sedak (hr) + Sweta Kothari (gu) + Takeshi AIHANA (ja) + Theppitak Karoonboonyanan (th) + Vladimir Melo (pt) + Wadim Dziedzic (pl) + Wouter Bolsterlee (nl) + +Bug Fixes: + #266147 : Verify signature of the encrypted text, if any (Milan Crha) + #273233 : Show to user also reason why the operation failed (Milan Crha) + #477535 : Randomly mail status changes were not getting stored in server (Sankar P) + #534938 : Remember which IDs we added to the folder and ignore these in report of recent messages (Milan Crha) + #555888 : Use proxy configurable within Evolution (Milan Crha) + #563212 : Track state of the operation, three states WAITING, PROCESSING, CANCELLING and cancel or process only those WAITING (Milan Crha) + #567008 : Avoiding the clearing of the uids in the spool summary if forceindex is true (Jeff Cai) + #567861 : Two sources also differ when one has set color_spec and the other not (Milan Crha) + #569459 : Revert back to including (Suman Manjunath) + #570653 : Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead (Matthew Barnes) + #570696 : Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0 (Matthew Barnes) + #570765 : Do not store UTC to the component (Milan Crha) + #571046 : Always strip trailing white-spaces added during message transmission, before verifying message signature (Milan Crha) + #571726 : Fix a translatable string typo (Matthew Barnes) + #571761 : Stop using deprecated GtkType macros (Matthew Barnes) + #572268 : Do not create duplicate folder infos (Milan Crha) + #572566 : Do not set/access NULL pointers (Milan Crha) + #572950 : Fix ordering of -I compiler directives (Daniel Macks) + #573175 : Use a proper format string to call g_set_error with (Tobias Mueller) + #573240 : Do not disconnect on user canceled (Milan Crha) + #573497 : Use "%s" as format-string to g_set_error (Tobias Mueller) + #566984 : (Tom Parker) + #570696 : Remove unnecessary dependencies from libgdata (Daniel Macks) + #573183 : Use a gint64 for a format string with the macro PRId64 (Tobias Mueller) + #573494 : Use a const char[] instead of a const char* for a fixed sized format-string to increase auditability (Tobias Mueller) + #549838 : Entity-encode the text and target URL of links when formatting plain text mail to HTML for display (Matt McCutchen) + +Other contributions: + AC_HELP_STRING instead of AS_HELP_STRING (Tor Lillqvist) + Add a "no space" error (Ross Burton) + Add e_contact_field_id_from_vcard() (Ross Burton) + Add EVC_X_SIP and E_CONTACT_SIP (Ross Burton) + Comment too recent error codes (Milan Crha) + Fix -Wold-style-definition warnings (Andre Klapper) + Handle EContactName structures containing NULLs (Ross Burton) + Move e_book_view_set_book to -private (Ross Burton) + Recompute digests from the signed message content (Nalin Dahyabhai) + Some help comments for the future maintainers (Sankar P) + Include (Suman Manjunath) + Use correct server parameter for getting folder information (Sankar P) + Evolution-Data-Server 2.25.90 2009-02-02 ---------------------------------------- diff --git a/configure.in b/configure.in index 204e4d8..33c1e39 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], [91]) +m4_define([eds_micro_version], [92]) m4_define([eds_version], [eds_major_version.eds_minor_version.eds_micro_version])