evolution-data-server r10122 - trunk



Author: mbarnes
Date: Mon Mar  2 16:22:07 2009
New Revision: 10122
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10122&view=rev

Log:
2009-03-02  Matthew Barnes  <mbarnes redhat com>

	* NEWS: Evolution Data Server 2.25.92 release



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar  2 16:22:07 2009
@@ -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 <libical/ical*.h> (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 <libical/ical*.h> (Suman Manjunath)
+	Use correct server parameter for getting folder information (Sankar P)
+
 Evolution-Data-Server 2.25.90 2009-02-02
 ----------------------------------------
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar  2 16:22:07 2009
@@ -4,7 +4,7 @@
 # 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]