From f5668f097b32b9cecfe4ffcc1c5858f1cb1bb4c2f313975739b4ba5773064df4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 14 Jul 2016 09:22:24 +0000 Subject: [PATCH] Accepting request 408280 from home:Zaitor:branches:GNOME:Factory Verbump OBS-URL: https://build.opensuse.org/request/show/408280 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=303 --- evolution-3.20.3.tar.xz | 3 --- evolution-3.20.4.tar.xz | 3 +++ evolution.changes | 50 +++++++++++++++++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.20.3.tar.xz create mode 100644 evolution-3.20.4.tar.xz diff --git a/evolution-3.20.3.tar.xz b/evolution-3.20.3.tar.xz deleted file mode 100644 index 8c062d4..0000000 --- a/evolution-3.20.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970 -size 12077272 diff --git a/evolution-3.20.4.tar.xz b/evolution-3.20.4.tar.xz new file mode 100644 index 0000000..ea80472 --- /dev/null +++ b/evolution-3.20.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c29733cb49042dca093bb4b3c4a3eb7fdc5d7437d1bd048fa39822f4d5436bc +size 12133788 diff --git a/evolution.changes b/evolution.changes index 9c0dbc7..1cc0557 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Jul 11 16:51:08 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.4: + + Crash under e_mail_folder_find_duplicate_messages_sync(). + + Create new events in the selected calendar in the left tree of + calendars. + + When pressing the Return key to end a list a new empty list is + created. + + Don't create unnecessary wrappers when quoting a text. + + Busy-loop when printing specifically formatted HTML message. + + GalA11yETableItem can have stored incorrect row count + sometimes. + + EHTMLEditorActions: Disable HTML actions in plain text mode. + + EHTMLEditorSelection: + - List alignment not detected properly. + - Indented block style could not be set properly. + - Use a faster way of quoting an element in the plain text + mode. + + EHTMLEditorView: + - Opening a draft that was not created in composer should + respect the wrap/don't wrap preference. + - Critical warning could be seen in console after pasting the + content. + - Don't leak a WebKitDOMNodeList instance. + - Pasting content into the indented block will not preserve + formatting. + - Don't add a new line for the empty list when generating a + plain text version of the content. + - Don't leak a WebKitODMNodeList instance. + - Always try to process the CID images when loading a content. + - Correct the situations when the 'Lose formatting' dialog is + showed. + - When the content is converted set the editor as changed. + - Plain text version of draft could lose formatting. + - Improve how the content is processed to plain text. + - Correctly remove images and its wrappers. + - Indented elements should be preserved when switching between + composer modes. + - Fix the build after doing a mistake in commits. + - Redoing a delete operation in a PRE element could wrap the + content in SPAN element. + - Some empty new lines in a quoted content could be lost. + - Don't modify a variable from arguments. + - Simplify how an element is quoted. + + Bugs fixed: bgo#767283, bgo#767236, bgo#767334, bgo#767542, + bgo#767364, bgo#767335, bgo#767780, bgo#767681, bgo#768013, + bgo#768369. + + Updated translations. + ------------------------------------------------------------------- Tue Jun 7 09:26:17 UTC 2016 - badshah400@gmail.com diff --git a/evolution.spec b/evolution.spec index aa72ae1..efd3b1e 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.20 -Version: 3.20.3 +Version: 3.20.4 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]+')