Accepting request 306454 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/306454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=169
This commit is contained in:
commit
a75f1bb219
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b62d07fd2ea79612326d68494e34cd9868c6eaa0747726f45c93b96f339a8d2
|
|
||||||
size 11841516
|
|
3
evolution-3.16.2.1.tar.xz
Normal file
3
evolution-3.16.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a97a94e7e2380ec135ebd1b56c98082e19fb08d8d73b12e980e9e8530ff91c22
|
||||||
|
size 11847956
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 11 14:09:04 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.2.1:
|
||||||
|
+ EMsgComposer - It is impossible to write 'Z' into composer.
|
||||||
|
- Changes from version 3.16.2:
|
||||||
|
+ Composer:
|
||||||
|
- Don't block selection-changed handlers if they are already
|
||||||
|
blocked.
|
||||||
|
- Insert credits, headers and other information in Normal
|
||||||
|
block.
|
||||||
|
- Undo initiated with shortcuts doesn't stop.
|
||||||
|
- Undo/Redo on operations with selection could be wrong.
|
||||||
|
+ EHTMLEditorView:
|
||||||
|
- Critical warning shown when declining a meeting invitation.
|
||||||
|
- Free an unused history event object when inserting the
|
||||||
|
tabulator fails.
|
||||||
|
- Avoid crash under force_spell_check_on_timeout().
|
||||||
|
- Pressing return on the end of HEADING element misbehaves.
|
||||||
|
- WebKitDOMRange is lost when editing quoted content.
|
||||||
|
- Surrounded links are wrong.
|
||||||
|
- Runtime warning when editing HTML message as new.
|
||||||
|
- Remove unneeded space.
|
||||||
|
- Fix the 'Paste Quotation' action.
|
||||||
|
- New line from the beginning of pasted text lost when pasting
|
||||||
|
- Preformated block in quoted content is wrapped when splitted
|
||||||
|
with new line.
|
||||||
|
- Minor code and style changes.
|
||||||
|
- Connect the 'changed::antialiasing' signal to the right
|
||||||
|
object.
|
||||||
|
- Don't print coordinates for HISTORY_AND and HISTORY_START
|
||||||
|
events.
|
||||||
|
- Replace g_timeout_add with g_timeout_add_seconds.
|
||||||
|
+ EHTMLEditorSelection:
|
||||||
|
- Don't perform actions on selection-changed callback when we
|
||||||
|
cannot obtain valid range.
|
||||||
|
- Fix text wrapping.
|
||||||
|
- Don't wrap every block in selection during 'Wrap lines'
|
||||||
|
action.
|
||||||
|
+ ESpellChecker: Correct typo in documentation.
|
||||||
|
+ Fix various memory leaks.
|
||||||
|
+ EMailRequest: SVG images in HTML email are not displayed.
|
||||||
|
+ Misleading counts of events in the Calendar view's
|
||||||
|
mini-calendar.
|
||||||
|
+ EHTMLEditorActions: Optimize history saving for 'Cut' action.
|
||||||
|
+ Attachment load/save should keep a reference to its top-level
|
||||||
|
window.
|
||||||
|
+ EHTTPRequest: GFileInfo not valid when machine is under heavy
|
||||||
|
load.
|
||||||
|
+ Bugs fixed: bgo#743996, bgo#746335, bgo#746276, bgo#747789,
|
||||||
|
bgo#691456, bgo#691493, bgo#747638, bgo#696552, bgo#745050,
|
||||||
|
bgo#701352, bgo#719476, bgo#705771, bgo#748636.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 06:15:19 UTC 2015 - dimstar@opensuse.org
|
Thu Apr 16 06:15:19 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
Name: evolution
|
Name: evolution
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.16
|
%define evolution_base_version 3.16
|
||||||
Version: 3.16.1
|
Version: 3.16.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
# _version needs to be %{version} stripped to major.minor.micro only...
|
# _version needs to be %{version} stripped to major.minor.micro only...
|
||||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
|
Loading…
Reference in New Issue
Block a user