Accepting request 241276 from GNOME:Next
Update to 3.12.4 - stable branch OBS-URL: https://build.opensuse.org/request/show/241276 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=241
This commit is contained in:
parent
f1643793b1
commit
d17cadb481
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:980988cf3d1f537102f4a3143a2c251ac812666b8f0936afd6bdde0fe5a96fea
|
||||
size 12123820
|
3
evolution-3.12.4.tar.xz
Normal file
3
evolution-3.12.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e52f46038a859179a2a20c13d2bf9ad6ea240f03ec9e54661f813b0582905a2
|
||||
size 12135060
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 07:33:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.4:
|
||||
+ Fix possible crash after migrate of mbox to maildir.
|
||||
+ EClientSelector: Do not check connection for empty or
|
||||
"localhost" host.
|
||||
+ Fix memory leaks when generating message list.
|
||||
+ store_info_insert_folder_info: Use g_hash_table_replace() to
|
||||
avoid use-after-free.
|
||||
+ Reply to selection in text-highlight part loses white-spaces.
|
||||
+ Replace GtkStyle usages with GtkStyleContext.
|
||||
+ SMTP part of a new mail account dialog doesn't update UI
|
||||
properly.
|
||||
+ Disconnect the store when connected it on send from an Outbox.
|
||||
+ Remove usages of deprecated gtk_widget_ensure_style().
|
||||
+ Remove unused and obsolete evolution-zip.in.
|
||||
+ Correct draw of all-day events in a day/work-week view.
|
||||
+ Incorrect text color for selected cells in ETree/ETable.
|
||||
+ Bugs fixed: bgo#607753, bgo#652132, bgo#702703, bgo#704663,
|
||||
bgo#719379, bgo#722068, bgo#731231, bgo#731278, bgo#731549,
|
||||
bgo#731590, bgo#731604, bgo#731770, bgo#731872, bgo#732091,
|
||||
bgo#732091, bgo#732140, bgo#732180, bgo#732502, bgo#732541.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 17:17:13 UTC 2014 - 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.12
|
||||
Version: 3.12.3
|
||||
Version: 3.12.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]+')
|
||||
|
Loading…
Reference in New Issue
Block a user