diff --git a/evolution-3.20.1.tar.xz b/evolution-3.20.1.tar.xz deleted file mode 100644 index c70de9d..0000000 --- a/evolution-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:029567e20fa62263c5fcd2e7f3a0dff96364b647cf9d36a5b99a3abe3b0027d3 -size 12108464 diff --git a/evolution-3.20.2.tar.xz b/evolution-3.20.2.tar.xz new file mode 100644 index 0000000..4c2f882 --- /dev/null +++ b/evolution-3.20.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fa6e18c4e6a29c44870d5786e4dbb82507a8254bca9e27e802625081fca630 +size 12070916 diff --git a/evolution.changes b/evolution.changes index 2080c7c..f7aedb0 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue May 10 17:15:01 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.2: + + Optimize some of the DOM functions related to selection. + + EMsgComposer: Move the DOM manipulation to EHTMLEditorView. + + EHTMLEditorActions: 'Select All' action is always disabled. + + EHTMLEditorView: + - Deleting a content in a PRE element could wrap the content in + SPAN element. + - Moving a Preformatted block one level up in the quoted + content will change it to Normal. + - Restore the selection end mark correctly when processing HTML + to plain text. + - Redoing a citation split removes an extra text. + - Simplify and improve how the undo/redo of delete operation in + quoted content is performed. + + Recognize special folders for a global mail view also based on + flags. + + Rather hide, than disable, items in Taskpad/Memopad context + menus. + + Correct placement of emoticon and color chooser in composer + under Wayland. + + Bugs fixed: bgo#765090, bgo#765102, bgo#765202, bgo#765446, + bgo#765665, bgo#765636, bgo#435219, bgo#765950, bgo#766017. + + Updated translations. + ------------------------------------------------------------------- Mon Apr 25 20:21:39 UTC 2016 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index e996935..a256c96 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.1 +Version: 3.20.2 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]+')