From da65047cdbd3ab85be975e96ae45e2b6d8aa699f0dfd2d508ea9dcf8d9092524 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Apr 2017 08:41:19 +0000 Subject: [PATCH] Accepting request 489569 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/489569 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=331 --- evolution-3.24.0.tar.xz | 3 --- evolution-3.24.1.tar.xz | 3 +++ evolution.changes | 32 ++++++++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.24.0.tar.xz create mode 100644 evolution-3.24.1.tar.xz diff --git a/evolution-3.24.0.tar.xz b/evolution-3.24.0.tar.xz deleted file mode 100644 index 82b7e47..0000000 --- a/evolution-3.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50813222ecf5593b526fedb7b88748df9d58f3417d6c999f59d6f420e80c8514 -size 12123644 diff --git a/evolution-3.24.1.tar.xz b/evolution-3.24.1.tar.xz new file mode 100644 index 0000000..67e8854 --- /dev/null +++ b/evolution-3.24.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2da4996285a3fe2eb48edf604772677e19ac91a44d2b776698141013c4c610f +size 12127140 diff --git a/evolution.changes b/evolution.changes index 0f6b67a..9af7441 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Apr 19 10:10:52 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.1: + + Fix few issues reported by Coverity scan. + + [EUndoRedoManager] Move two selection related functions to + e-editor-dom-functions.h. + + Fix drag and drop in composer. + + Remove code that is not needed with WebKit2 anymore. + + Undo and redo buttons not active if switching from headers to + editor. + + Fix the replace dialog functionality. + + Be more verbose about some of the history events. + + Allow the attachments and inline images to be dragged to the + editor. + + Remove some of the WK2 FIXMEs. + + Undoing the HISTORY_IMAGE event won't remove the image. + + No initial paragraph presented if composing a new message. + + Possible deadlock in the replace dialog. + + Can't change the font color on caret in WebKitGTK+ 2.16. + + [Mail] Cached remote content not always found in cache. + + Use the right format string for WebPage's id. + + Don't hardcode base64 image data in tests. + + Last BR in inserted content is left marked. + + Remove duplicate function for determining the citation level. + + Minor code style fixes. + + Warning could be printed if debug enabled for undo&redo. + + Fix a compiler warning (maybe-uninitialized). + + Bugs fixed: bgo#780045, bgo#779907, bgo#780085, bgo#780080, + bgo#726533, bgo#780275, bgo#780988. + + Updated translations. + ------------------------------------------------------------------- Mon Mar 20 11:54:39 UTC 2017 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index e12237c..de06c2f 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.24 -Version: 3.24.0 +Version: 3.24.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]+')