Accepting request 408460 from GNOME:Factory

Verbump (forwarded request 408280 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/408460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=184
This commit is contained in:
Dominique Leuenberger 2016-07-21 05:52:50 +00:00 committed by Git OBS Bridge
commit a45bceeddc
4 changed files with 54 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f85675c12dc2c8e3a3a4fb65348ab0b9b078fd06e026208f2efe60d885b970
size 12077272

3
evolution-3.20.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c29733cb49042dca093bb4b3c4a3eb7fdc5d7437d1bd048fa39822f4d5436bc
size 12133788

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Mon Jul 11 16:51:08 UTC 2016 - zaitor@opensuse.org
- Update to version 3.20.4:
+ Crash under e_mail_folder_find_duplicate_messages_sync().
+ Create new events in the selected calendar in the left tree of
calendars.
+ When pressing the Return key to end a list a new empty list is
created.
+ Don't create unnecessary wrappers when quoting a text.
+ Busy-loop when printing specifically formatted HTML message.
+ GalA11yETableItem can have stored incorrect row count
sometimes.
+ EHTMLEditorActions: Disable HTML actions in plain text mode.
+ EHTMLEditorSelection:
- List alignment not detected properly.
- Indented block style could not be set properly.
- Use a faster way of quoting an element in the plain text
mode.
+ EHTMLEditorView:
- Opening a draft that was not created in composer should
respect the wrap/don't wrap preference.
- Critical warning could be seen in console after pasting the
content.
- Don't leak a WebKitDOMNodeList instance.
- Pasting content into the indented block will not preserve
formatting.
- Don't add a new line for the empty list when generating a
plain text version of the content.
- Don't leak a WebKitODMNodeList instance.
- Always try to process the CID images when loading a content.
- Correct the situations when the 'Lose formatting' dialog is
showed.
- When the content is converted set the editor as changed.
- Plain text version of draft could lose formatting.
- Improve how the content is processed to plain text.
- Correctly remove images and its wrappers.
- Indented elements should be preserved when switching between
composer modes.
- Fix the build after doing a mistake in commits.
- Redoing a delete operation in a PRE element could wrap the
content in SPAN element.
- Some empty new lines in a quoted content could be lost.
- Don't modify a variable from arguments.
- Simplify how an element is quoted.
+ Bugs fixed: bgo#767283, bgo#767236, bgo#767334, bgo#767542,
bgo#767364, bgo#767335, bgo#767780, bgo#767681, bgo#768013,
bgo#768369.
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 7 09:26:17 UTC 2016 - badshah400@gmail.com

View File

@ -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.20
Version: 3.20.3
Version: 3.20.4
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]+')