From d17cadb481d567d6594c2802e118cecdfb6cc0036d915f6665e12d738f907b0f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Jul 2014 18:17:20 +0000 Subject: [PATCH] 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 --- evolution-3.12.3.tar.xz | 3 --- evolution-3.12.4.tar.xz | 3 +++ evolution.changes | 24 ++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.12.3.tar.xz create mode 100644 evolution-3.12.4.tar.xz diff --git a/evolution-3.12.3.tar.xz b/evolution-3.12.3.tar.xz deleted file mode 100644 index 542726b..0000000 --- a/evolution-3.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:980988cf3d1f537102f4a3143a2c251ac812666b8f0936afd6bdde0fe5a96fea -size 12123820 diff --git a/evolution-3.12.4.tar.xz b/evolution-3.12.4.tar.xz new file mode 100644 index 0000000..bcb3411 --- /dev/null +++ b/evolution-3.12.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e52f46038a859179a2a20c13d2bf9ad6ea240f03ec9e54661f813b0582905a2 +size 12135060 diff --git a/evolution.changes b/evolution.changes index ec12961..23c262e 100644 --- a/evolution.changes +++ b/evolution.changes @@ -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 diff --git a/evolution.spec b/evolution.spec index 9f38f76..2494813 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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]+')