diff --git a/evolution-3.22.0.tar.xz b/evolution-3.22.0.tar.xz deleted file mode 100644 index 5a1da59..0000000 --- a/evolution-3.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e4742032b450cd8752097ba7e56302134e3653d510d4c53196654fb353ebbeb -size 12261264 diff --git a/evolution-3.22.1.tar.xz b/evolution-3.22.1.tar.xz new file mode 100644 index 0000000..b9ea9af --- /dev/null +++ b/evolution-3.22.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa652d830f4185c33666770e6e9cfcc39d5e2f09486bbd63a084f3527064e52e +size 12257260 diff --git a/evolution.changes b/evolution.changes index 0524023..f8ac1cc 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Oct 10 09:20:10 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.1: + + Missing declaration for DOMGetActiveSignatureUid. + + Extra new line on the end of mail and after citation end. + + Introduce new debug domains for WebKit parts. + + Cannot switch the list type when it has just one level. + + Simplify a bit how the selection is saved. + + Only update the composer colors when the web extension is + ready. + + Correct external editor plugin to work again. + + Optimise how a quote element is created. + + Optimize various DOM operations when searching elements. + + Some text could be skipped when converting the HTML to + plain text. + + Pressing the Backspace key to decrease indentation level is + wrong for content that was not written in Evolution. + + Correctly process a WebKitDOMHTMLCollection objects. + + When creating a plain text version of a message process the + nodes in right order. + + Correctly process and remove the BODY attributes. + + Deleting a quoted content could leave paragraph that cannot + be focused. + + Correct possible uninitialized variable usage. + + Bugs fixed: bgo#771347, bgo#771493, bgo#771651, bgo#771268, + bgo#770662, bgo#772015, bgo#772171, bgo#770067, bgo#769752, + bgo#772233, bgo#772513. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 19 08:44:55 UTC 2016 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index dc86f5f..6946364 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.22 -Version: 3.22.0 +Version: 3.22.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]+')