Accepting request 490210 from GNOME:Factory
(forwarded request 489569 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/490210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=195
This commit is contained in:
commit
fbc32143a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50813222ecf5593b526fedb7b88748df9d58f3417d6c999f59d6f420e80c8514
|
||||
size 12123644
|
3
evolution-3.24.1.tar.xz
Normal file
3
evolution-3.24.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2da4996285a3fe2eb48edf604772677e19ac91a44d2b776698141013c4c610f
|
||||
size 12127140
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 10:10:52 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.24.1:
|
||||
+ Fix few issues reported by Coverity scan.
|
||||
+ [EUndoRedoManager] Move two selection related functions to
|
||||
e-editor-dom-functions.h.
|
||||
+ Fix drag and drop in composer.
|
||||
+ Remove code that is not needed with WebKit2 anymore.
|
||||
+ Undo and redo buttons not active if switching from headers to
|
||||
editor.
|
||||
+ Fix the replace dialog functionality.
|
||||
+ Be more verbose about some of the history events.
|
||||
+ Allow the attachments and inline images to be dragged to the
|
||||
editor.
|
||||
+ Remove some of the WK2 FIXMEs.
|
||||
+ Undoing the HISTORY_IMAGE event won't remove the image.
|
||||
+ No initial paragraph presented if composing a new message.
|
||||
+ Possible deadlock in the replace dialog.
|
||||
+ Can't change the font color on caret in WebKitGTK+ 2.16.
|
||||
+ [Mail] Cached remote content not always found in cache.
|
||||
+ Use the right format string for WebPage's id.
|
||||
+ Don't hardcode base64 image data in tests.
|
||||
+ Last BR in inserted content is left marked.
|
||||
+ Remove duplicate function for determining the citation level.
|
||||
+ Minor code style fixes.
|
||||
+ Warning could be printed if debug enabled for undo&redo.
|
||||
+ Fix a compiler warning (maybe-uninitialized).
|
||||
+ Bugs fixed: bgo#780045, bgo#779907, bgo#780085, bgo#780080,
|
||||
bgo#726533, bgo#780275, bgo#780988.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 11:54:39 UTC 2017 - dimstar@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.24
|
||||
Version: 3.24.0
|
||||
Version: 3.24.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