diff --git a/evolution-3.18.1.tar.xz b/evolution-3.18.1.tar.xz deleted file mode 100644 index bdc6985..0000000 --- a/evolution-3.18.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31aa63c1b6e08ed07af92ffa104ef711d317cd91f9fb9d89fc1be33e09995aa4 -size 11990368 diff --git a/evolution-3.18.2.tar.xz b/evolution-3.18.2.tar.xz new file mode 100644 index 0000000..626a4cc --- /dev/null +++ b/evolution-3.18.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b83efaba7e6964657eaa17d4ba820335688fe78c6e85d4a0d337303ed14a8c +size 12036024 diff --git a/evolution.changes b/evolution.changes index 510552b..4bfd529 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 9 09:31:41 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.18.2: + + EHTMLEditorView: + - Pasting HTML content with new lines between elements inserts + these lines into composer. + - Extra new line added after credentials. + - Busy loop when replying to certain mail. + - Very long strings without spaces can overflow the paragraph. + - Quote symbols could be inserted twice around tabulator. + + EHTMLEditorSelection: + - Trailing and leading spaces could be lost. + - Replace g_strstr_len usage with strstr. + + Pack address book importers' selector into a scrollable window. + + Forward ETable/ETree background events to an ETableItem. + + Bugs fixed: bgo#756535, bgo#755730, bgo#756664, bgo#688368, + bgo#756707, bgo#735747, bgo#757246, bgo#757188, bgo#757348, + bgo#639299, bgo#757342, bgo#757594. + + Updated translations. + ------------------------------------------------------------------- Mon Oct 12 07:58:42 UTC 2015 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 9dbd6be..21089d7 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.18 -Version: 3.18.1 +Version: 3.18.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]+')