From 4dd6c220fd9c3b54fb94906c406ff6124dc4d8bbd628d713e3d0365d2189875f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 May 2015 07:01:09 +0000 Subject: [PATCH] Accepting request 306376 from home:Zaitor:branches:GNOME:Factory New stable OBS-URL: https://build.opensuse.org/request/show/306376 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=266 --- evolution-3.16.1.tar.xz | 3 --- evolution-3.16.2.1.tar.xz | 3 +++ evolution.changes | 54 +++++++++++++++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 58 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.16.1.tar.xz create mode 100644 evolution-3.16.2.1.tar.xz diff --git a/evolution-3.16.1.tar.xz b/evolution-3.16.1.tar.xz deleted file mode 100644 index f9f4aea..0000000 --- a/evolution-3.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b62d07fd2ea79612326d68494e34cd9868c6eaa0747726f45c93b96f339a8d2 -size 11841516 diff --git a/evolution-3.16.2.1.tar.xz b/evolution-3.16.2.1.tar.xz new file mode 100644 index 0000000..c2c38ee --- /dev/null +++ b/evolution-3.16.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97a94e7e2380ec135ebd1b56c98082e19fb08d8d73b12e980e9e8530ff91c22 +size 11847956 diff --git a/evolution.changes b/evolution.changes index 51d918a..e96aa50 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Mon May 11 14:09:04 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.2.1: + + EMsgComposer - It is impossible to write 'Z' into composer. +- Changes from version 3.16.2: + + Composer: + - Don't block selection-changed handlers if they are already + blocked. + - Insert credits, headers and other information in Normal + block. + - Undo initiated with shortcuts doesn't stop. + - Undo/Redo on operations with selection could be wrong. + + EHTMLEditorView: + - Critical warning shown when declining a meeting invitation. + - Free an unused history event object when inserting the + tabulator fails. + - Avoid crash under force_spell_check_on_timeout(). + - Pressing return on the end of HEADING element misbehaves. + - WebKitDOMRange is lost when editing quoted content. + - Surrounded links are wrong. + - Runtime warning when editing HTML message as new. + - Remove unneeded space. + - Fix the 'Paste Quotation' action. + - New line from the beginning of pasted text lost when pasting + - Preformated block in quoted content is wrapped when splitted + with new line. + - Minor code and style changes. + - Connect the 'changed::antialiasing' signal to the right + object. + - Don't print coordinates for HISTORY_AND and HISTORY_START + events. + - Replace g_timeout_add with g_timeout_add_seconds. + + EHTMLEditorSelection: + - Don't perform actions on selection-changed callback when we + cannot obtain valid range. + - Fix text wrapping. + - Don't wrap every block in selection during 'Wrap lines' + action. + + ESpellChecker: Correct typo in documentation. + + Fix various memory leaks. + + EMailRequest: SVG images in HTML email are not displayed. + + Misleading counts of events in the Calendar view's + mini-calendar. + + EHTMLEditorActions: Optimize history saving for 'Cut' action. + + Attachment load/save should keep a reference to its top-level + window. + + EHTTPRequest: GFileInfo not valid when machine is under heavy + load. + + Bugs fixed: bgo#743996, bgo#746335, bgo#746276, bgo#747789, + bgo#691456, bgo#691493, bgo#747638, bgo#696552, bgo#745050, + bgo#701352, bgo#719476, bgo#705771, bgo#748636. + + Updated translations. + ------------------------------------------------------------------- Thu Apr 16 06:15:19 UTC 2015 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index beba8fc..37da17a 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.16 -Version: 3.16.1 +Version: 3.16.2.1 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')