diff --git a/evolution-3.17.91.tar.xz b/evolution-3.17.91.tar.xz deleted file mode 100644 index 31ba1e3..0000000 --- a/evolution-3.17.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:393e36d1af1d5fedb9309320335fc01f3929acd1a2e6d1bc1eeeb82cfbe8ed88 -size 11981892 diff --git a/evolution-3.17.92.tar.xz b/evolution-3.17.92.tar.xz new file mode 100644 index 0000000..b485075 --- /dev/null +++ b/evolution-3.17.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad0f134683a37412fdf658e814cd215145aba433234478495efbe69eb09d2ae +size 11983332 diff --git a/evolution.changes b/evolution.changes index 8cf4d9d..985fca8 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Sep 14 10:35:34 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.92: + + [Win32] Miscellaneous build changes. + + Extend ECanvas cursor positioning routine. + + Crash under e_mail_reader_destroy_menu_idle_cb(). + + Don't wrap on Unicode's non-breaking space character. + + EHTMLEditorSelection: + - Last word that could fit on one line is put on the following + line. + - Avoid wrong wrapping in some cases. + - Remove the GObject data after using it to avoid possible + mis-function. + - Correct wrapping when deleting characters in quoted content. + - Remove trailing spaces. + - Correctly wrap text nodes around selection markers. + - Just first line in block is wrapped. + - Dash is a valid character for wrapping only if it's not + surrounded by spaces. + - Correctly wrap text nodes around selection markers. + - If copy/pasting in composer WebKit wraps content in SPAN. + + EHTMLEditorUtils: Add argument where we can specify into what + level the node will be split. + + EHTMLEditorView: + - Try to merge adjacent blockquotes when editing quoted text. + - Avoid double quotes when deleting a text inside quoted + content. + - Modifying the text of a smiley should convert the smiley to a + text node. + - Bringing anchor from quoted text to body with Backspace + doesn't work. + - Avoid plain text quote characters to be inserted in HTML + mode. + - Undo/Redo history is wrong after redoing UNQUOTE operation. + - Avoid multiple unnecessary spell checking. + + Bugs fixed: bgo#661886, bgo#675154, bgo#754329. + + Updated translations. + ------------------------------------------------------------------- Mon Aug 31 17:13:02 UTC 2015 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 72931da..a42bcd3 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.17.91 +Version: 3.17.92 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]+')