Accepting request 348981 from home:Zaitor:branches:GNOME:Factory

New stable

OBS-URL: https://build.opensuse.org/request/show/348981
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=282
This commit is contained in:
Bjørn Lie 2015-12-16 13:21:03 +00:00 committed by Git OBS Bridge
parent bbc8fe24da
commit 975474342d
4 changed files with 70 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91b83efaba7e6964657eaa17d4ba820335688fe78c6e85d4a0d337303ed14a8c
size 12036024

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

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

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 15 13:30:00 UTC 2015 - zaitor@opensuse.org
- Update to version 3.18.3:
+ [EActivityBar] Do not remove timeout GSource twice in dispose.
+ [libgnomecanvas] Drag end not recognized with gtk+ 3.18.x.
+ [EMailBrowser] Free MessageList on close.
+ Do not leak a GalView in a GalViewInstance.
+ Read link/visited-link colors also from the style context
flags.
+ Disable animation of the GtkInfoBar's revealer.
+ Fix possible memory leak with attachments in message preview.
+ Ask for a forced quit when a user tries to re-close the window.
+ Attachment's List View passes mouse events to the parent
widget.
+ Add <kudos/> into appdata/metainfo files.
+ EAttachment/Store not freed in the message preview panel.
+ Composer:
- Last empty block in pasted content could be inaccessible.
- Set GObject's data on history event instead on its data and
rename them.
- Partially revert previous commit as EHTMLEditorHistoryEvent
is not GObject.
+ EHTMLEditorView:
- Add an extra debug message when inserting a new history
event.
- Fix a link detection when ending a link with the Return key.
- Don't leak the WebKitDOMRange object when undoing the Return
key press.
- New lines could be skipped when parsing the mail content into
the composer.
- Correctly remove the HISTORY_AND events from history.
- Post-process every HISTORY_DELETE event.
- After undoing the HISTORY_DELETE operation always re-wrap and
re-quote current block.
- Don't save history when undoing/redoing a paste of content.
- Check if the Backspace or Delete operation can remove
anything.
- Warning printed on console after pressing Enter and
Tabulator.
- Don't include non-breaking space while recognizing links.
- Links could not be recognized after deleting them and later
undoing it.
- Caret is put on wrong place when pasting into quoted content.
- Don't include non-breaking space while recognizing links.
- Don't check for links if we cannot obtain valid block.
- Undoing and redoing Return press in the beginning of citation
is wrong.
- 'Paste Quotation' action in HTML mode is not setting the
caret to the right position.
- Replace the preedit-* signals with compositionstart and
compositionend HTML events.
- Rename variables and functions to more reflect previous
change.
- Note a type of DOMRange comparison in comment.
+ EHTMLEditorSelection:
- Remove previously inserted BR if correcting wrapping around
selection markers.
- Editor is not marked as changed after doing paste action.
+ EMailPrinter: Clean the unused variables.
+ Bugs fixed: bgo#757658, bgo#598037, bgo#692713, bgo#744859,
bgo#241050, bgo#710761, bgo#758015, bgo#757887, bgo#758191,
bgo#758152, bgo#758650, bgo#758665, bgo#752543, bgo#758827,
bgo#758827, bgo#758851, bgo#758846, bgo#758849, bgo#758747,
bgo#757939, bgo#759046, bgo#759337, bgo#749712.
-------------------------------------------------------------------
Mon Nov 9 09:31:41 UTC 2015 - zaitor@opensuse.org

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.18
Version: 3.18.2
Version: 3.18.3
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]+')