Accepting request 435375 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/435375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=188
This commit is contained in:
commit
5219bafe10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e4742032b450cd8752097ba7e56302134e3653d510d4c53196654fb353ebbeb
|
||||
size 12261264
|
3
evolution-3.22.1.tar.xz
Normal file
3
evolution-3.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa652d830f4185c33666770e6e9cfcc39d5e2f09486bbd63a084f3527064e52e
|
||||
size 12257260
|
@ -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
|
||||
|
||||
|
@ -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]+')
|
||||
|
Loading…
Reference in New Issue
Block a user