[Evolution-hackers] Evolution 2.21.5 , Evolution-Data-Server 2.21.5 , GtkHTML3.17.5 and Evolution-Exchange 2.21.5 released



Hi All,

The Evolution Team is pleased to announce the release of Evolution
2.21.5. 

You can download the following :

http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/3.17/gtkhtml-3.17.5.tar.bz2
http://ftp.acc.umu.se/pub/gnome/sources/evolution-data-server/2.21/evolution-data-server-2.21.5.tar.bz2
http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.21/evolution-2.21.5.tar.bz2
http://ftp.acc.umu.se/pub/gnome/sources/evolution-exchange/2.21/evolution-exchange-2.21.5.tar.bz2

Upgrade Notes :
Evolution 2.21.x is the unstable series of 2.22 development.
(Note: Evolution/EDS/Exchange versions are synced with the GNOME
versions)

RELNOTE: If you have created labels/tags using Evolution 2.21.4. You
need to delete them and recreate using 2.21.5. We have changes the way
labels are stored now. It should be final now.

What is New ?
=============

Evolution:
==========
New in 2.21.5:
	Mail errors are now non-intrusive (Srinivasa Ragavan)
	RTL fixes - Mail and Addressbook (Djihed Afifi)
	Message Tagging (aka custom labels) Improvements (Milan Crha)

Bug fixes:
	#211353: Allow categories to be assigned to emails (Milan Crha)
	#219197: Quit application when session dies (Milan Crha)
	#270605: Skip disabled accounts. (Suman Manjunath)
	#300336: Added checkbox for "Enable Search Folders" option (Milan Crha)
	#300336: Ensure vfolder is running. (Milan Crha)
	#309432: Fix message headers for RTL languages. (Djihed Afifi)
	#317823: Bump GtkHTML requirement to 3.17.5 (Matthew Barnes)
	#317823: Save inline pictures embedded into HTML Mails (Milan Crha)
	#327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
	#329692: Get the content size of the MIME part (Jean-Christophe BEGUE)
	#333695: Print attenddes/roles in the print view (Milan Crha)
	#339813: Setting new option 'e_date_edit_set_twodigit_year_can_future' to FALSE (Milan Crha)
	#348638: Remove pre-edit buffer cleanly in day view (Mayank Jain)
	#350932: Enable the use of scrollable tabs in the mail-preferences dialog. (Gert Kulyk)
	#362638: Overhaul the message passing API (Matthew Barnes)
	#364642: New option in Composer tab to preset Request Read Receipt in composer (Milan Crha)
	#375580: Use ISO-8859-1 encoding to store contacts in iPod (João Vale)
	#448441: Disable "OK" and "Edit Full" buttons if no source is selected. Also set always book from combo, do not use the new created (Milan Crha)
	#457842: Do not call edit/start editing of the event when double clicked on the same component as is actually editing (Milan Crha)
	#474118: Check for the right type of store and invoke appropriate functions (Bharath Acharya)
	#476264: Add mnemonic_widget for default junk plugin (Andre Klapper)
	#488213: Fix locks when displaying e-mail with large tiff drawing attached (Milan Crha)
	#492188: Use the new Tangoized icons instead of deprecated icons from gnome-icon-theme. (Michael Monreal)
	#492702: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin (Srinivasa Ragavan)
	#496301: Clean up the schema (Martin Meyer)
	#496402: Do not synchronize blocked bodies from pidgin (Milan Crha)
	#497914: backport changes from the copy/pasted code in imap-headers plugin (Gilles Dartiguelongue)
	#498095: Fix mnemonic issues (David Turner)
	#499145: Follow RFC 3798 to send return receipts. (Colin Leroy)
	#502303: Plugins configure widgets are not freed correctly in plugin-mamager (Milan Crha)
	#502783: Restore message states (read receipt/priority) when opening from a draft (nickspoon0 gmail com)
	#502914: Do not write NULL into gconf (Milan Crha)
	#503954: Accept custom domain names while setting up account (Nyall Dawson)
	#504480: Increases the height of the ETaskBar to eliminate the constant resizing (Milan Crha)
	#504541: Add --with[out]-help option to make it possible to skip building and installing user documentation (Matthew Barnes)
	#506772: Not-NULL check for a string array before finding its length (Christian Krause)
	#506814: Add the signal only if the view is present (Srinivasa Ragavan)
	#507067: Can't save pictures embedded in HTML Mail when picture = link (Milan Crha)
	#507311: Submit bugs to the "BugBuddyBugs" Bugzilla component (Matthew Barnes)
	#507359: 
	#507363: Also check if toplevel widget has non-NULL window property (Milan Crha)
	#508282: Mark the window title for translation. (Changwoo Ryu)
	#508678: Included missing header glib/gi18n.h (Bharath Acharya)
	#508731: Have a safe default, if the values from gconf isn't so nice. (Srinivasa Ragavan)

Updated Translations:
	Amitakhya Phukan (as)
	Espen Stefansen (nb)
	Jorge Gonzalez (es)
	Luca Ferretti (it)
	Changwoo Ryu (ko)
	Inaki Larranaga Murgoitio (eu)
	Erdal Ronahi (ku)
	Clytie Siddall (vi)
	Kjartan Maraas (nb)
	Yannig Marchegay (oc)
	Wadim Dziedzic (pl)
	Daniel Nylander (sv)
	Seán de Búrca (ga)
	Djihed Afifi (ar)


Evolution-data-server:
=====================
New in 2.21.5
	Improved Mime header decoding (rfc 2047)(Jeffrey Stedfast) 
	(To read more about it, see  http://jeffreystedfast.blogspot.com/2007/12/christmas-vacation-hacks.html )
	
Bug Fixes:
	#224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
	#327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
	#329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
	#339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
	#341579: Improve SMTP error reporting (Milan Crha)
	#348149: Convert a g_assert to g_warning. (Sankar P)
	#361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
	#379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
	#405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
	#474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
	#500233: Handle empty strings (Srinivasa Ragavan)
	#503400: Remove excessive whitespace on password dialogs (Ted Percival)
	#504837: Do not ignore HELO failed message (Milan Crha)
	#506457: Fixed a crash in calendar (Ondrej Jirman)
	#508438: Extract error only if it is there (Srinivasa Ragavan)

Updated Translations:
	Inaki Larranaga Murgoitio (eu)
	Washington Lins (pt_BR)
	Clytie Siddall (vi)
	Yannig Marchegay (oc)
	Wadim Dziedzic (pl)
	Daniel Nylander (sv)
	Ivar Smolin (et)
	Seán de Búrca (ga)
	Andre Klapper (de)
GtkHTML
=======
Bug Fixes:
	#317823: Save inline pictures embedded into HTML Mails (Milan Crha)
	#447122: Move to next character when searching forward (Milan Crha)
	#467791: Do not crash on html messages that use "shape" without "map" (Andre Klapper)
	#493709: Remove deprecated GTK+ symbols (Matthew Barnes)
	#498089: Fix mnemonics issues (Alex Kloss)
	#504051: Do not load from file if url starts with "cid:" (Milan Crha)

Updated Translations:
	Changwoo Ryu (ko)
	Yannig Marchegay (oc)
	Ivar Smolin (et)
	Djihed Afifi (ar)

Evolution-Exchange:
===================

Bug Fixes:
	#404002: Set the default priority of tasks as 'Normal' for Outlook/OWA compatibility. (Suman Manjunath)
	#501567: If unsupported queries, don't crash (Srinivasa Ragavan)
	#503356: String change: "Ximian Connector" -> "Evolution Connector for Microsoft Exchange" (Martin Meyer)

Updated Translations:
	Andre Klapper (de)
	Inaki Larranaga Murgoitio (eu)
	Clytie Siddall (vi)
	Washington Lins (pt_BR)
	Kjartan Maraas (nb)
	Yannig Marchegay (oc)
	Wadim Dziedzic (pl)
	Daniel Nylander (sv)
	Djihed Afifi (ar)
	Jorge Gonzalez (es)

Reporting Bugs

If you have problems with 2.21.5, please take the time to submit the bug
using Bug Buddy or at http://bugzilla.gnome.org.  Try to fill in as much
detail as you can regarding the circumstances that lead to the problem.

If you have a feature request, you can also file that at
http://bugzilla.gnome.org/ don't be discouraged if you don't hear from
us right away, we get hundreds of feature requests a year.

You can also check if your bug has been reported before by using the
search functionality of Bugzilla.

More information is available at the project website
http://www.gnome.org/projects/evolution and the project wiki :
http://go-evolution.org/


Thanks,
Srini






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