From 14aef288787a8ccd0d0d52e8dc4bc21bddebcf93 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 16 Jan 2017 10:26:36 +0100 Subject: [PATCH] NEWS update for 3.23.4 --- NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/NEWS b/NEWS index 88768c4742..b98f82a394 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +Evolution 3.23.4 2017-01-16 +--------------------------- + +Bug Fixes: + Bug 773419 - Age limit for offline message download (Milan Crha) + Bug 773548 - Be able to convert composed mail to meeting request (Milan Crha) + Bug 773316 - Better error message when web process crashes (Milan Crha) + Bug 776044 - Alignment and spacing improvements for the contact editor (Jean-François Fortin Tam) + Bug 776194 - [Gpg] Better encrypt error message when no key for recipient (Milan Crha) + Bug 776224 - Workaround crash in WebKit on drag over preview (Milan Crha) + Bug 776243 - Cannot change sign/encrypt by default without certificate (Milan Crha) + Bug 776563 - Can't build without gnome-autoar and with libcryptui (Milan Crha) + Bug 776584 - Remember last selected file chooser folder (Milan Crha) + Bug 776803 - [ENameSelectorEntry] Preserve selection on focus change (Milan Crha) + Bug 489466 - Right-clicking empty space in an ETable does not show context menu (Milan Crha) + Bug 776813 - Keyboard shortcut for "Paste As Text" (Milan Crha) + Bug 776969 - Huge icons in meeting invites when using SVG icon theme (Milan Crha) + Bug 776958 - Treat categories as multivalue in component editor (Milan Crha) + Bug 776415 - Cancel request, rather than redirect to about:blank, in composer (Milan Crha) + Bug 777071 - Hide Memos Start date in editor when not supported (Milan Crha) + Bug 777141 - Mail addresses pasted in the To: field are cleared (Milan Crha) + Bug 774494 - ENameSelectorDialog slow with large address books (Mike Gorse) + +Miscellaneous: + Fix a crash when deleting a meeting without DTEND (Milan Crha) + Fix a use-after-free after editor's WebKitWebProcess crash (Milan Crha) + Resave .ui files with latest glade and bump gtk+ requirement to 3.10 (Milan Crha) + Attached meeting invitations not shown properly (Milan Crha) + Crash on paste of a vCard into a message composer body (Milan Crha) + "Insert text file" sensitive to HTML-significant characters (Milan Crha) + EWeekView could write out of rows_per_day array (Milan Crha) + Replace deprecated icalproperty_remove_parameter() with icalproperty_remove_parameter_by_kind() (Milan Crha) + Replace deprecated icaltime_from_timet() with icaltime_from_timet_with_zone() (Milan Crha) + Show available server tags (aka possible Labels) in Folder Properties (Milan Crha) + Fix few memory leaks (Milan Crha) + Use a single WebProcess for test-html-editor-units by default (Milan Crha) + Fix few memory leaks when converting composer text to plain text (Milan Crha) + Avoid a (rather rare) crash under message-list.c::build_tree() (Milan Crha) + Destroy associated activity before Folder Properties dialog is shown (Milan Crha) + +Translations: + Daniel Mustieles (es) + Fabio Tomat (fur) + Marek Černocký (cs) + Kjartan Maraas (nb) + Baurzhan Muftakhidinov (kk) + Mario Blättermann (de) + Rafael Fontenelle (pt_BR) + Christian Kirbach (de) + Evolution 3.23.3 2016-12-12 ---------------------------