diff --git a/evolution-3.16.4.tar.xz b/evolution-3.16.4.tar.xz deleted file mode 100644 index 0d6be4c..0000000 --- a/evolution-3.16.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f -size 11946404 diff --git a/evolution-3.16.5.tar.xz b/evolution-3.16.5.tar.xz new file mode 100644 index 0000000..b0404b5 --- /dev/null +++ b/evolution-3.16.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef4e8d0a81dc4562f984dddc5ccfee885506a2e030692b5ac6cd50e32efce37 +size 11962476 diff --git a/evolution.changes b/evolution.changes index c62679e..cad3669 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Aug 10 06:07:16 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.16.5: + + EHTMLEditorSelection: + - Copy&pasting quoted content in plain text composer preserves + formatting. + - Wrapping of a block can leave the block unwrapped. + - Wrong block format detected in HTML mode. + - Warning emitted when going through element with font size set + in increment. + + EHTMLEditorView: + - Pasting content from message source into plain text composer + preserves formatting. + - Undoing the 'Wrap Lines' action doesn't work. + - Lines of text appended after the signature are sent on one + line. + - Don't try to wrap the already wrapped blocks. + + Do not create Contacts source for GMail accounts. + + All-day event covers two days in the mini-calendar. + + EBufferTagger::markup_text: Use character offset when tagging + links. + + Do not install tests as writable and executable for everyone. + + Correct categories_icon_theme_hack() function. + + Bugs fixed: bgo#724017, bgo#746276, bgo#751225, bgo#752637, + bgo#753029, bgo#752997, bgo#753059, bgo#752994, bgo#347846. + ------------------------------------------------------------------- Mon Jul 13 08:59:58 UTC 2015 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 04c855f..de9a508 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.16 -Version: 3.16.4 +Version: 3.16.5 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]+')