From 550a859edd4d0b8d8e0a67c6ad6e6f1096bdb8c7cf71c6ff7addc5d973fe1dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 14 Oct 2013 14:38:02 +0000 Subject: [PATCH] Accepting request 203211 from home:dimstar:branches:GNOME:Factory Update to 3.10.1 - Stable branch, bugfixes and translations. OBS-URL: https://build.opensuse.org/request/show/203211 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=220 --- evolution-3.10.0.tar.xz | 3 --- evolution-3.10.1.tar.xz | 3 +++ evolution.changes | 21 +++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.10.0.tar.xz create mode 100644 evolution-3.10.1.tar.xz diff --git a/evolution-3.10.0.tar.xz b/evolution-3.10.0.tar.xz deleted file mode 100644 index 2fad1d6..0000000 --- a/evolution-3.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e64fabc07e1126b80ef8354411d8232aee6e45cfece040a99d494d77df040064 -size 12465764 diff --git a/evolution-3.10.1.tar.xz b/evolution-3.10.1.tar.xz new file mode 100644 index 0000000..a3c2d2c --- /dev/null +++ b/evolution-3.10.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1aacab365f27feed74cb89d03c2f4847fef7c5370d0fd84b04ab24ada83546 +size 12398140 diff --git a/evolution.changes b/evolution.changes index c796b37..36aaf87 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Oct 14 07:29:32 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.1: + + Show both component summary and alarm description in + Reminders. + + Auto-wrap long anchors. + + Signature/encryption bar may not inherit text color from + theme. + + bgo#689787: Prefer-plain can hide message body for composer. + + bgo#699997: Show unreferenced images in multipart/related + parser. + + bgo#707856: Custom recurrence dropped on event editor save. + + bgo#708347: Memory leak from EWebView/webkit. + + bgo#708349: Memory leaks around mail config. + + bgo#708390: text-highlight: Don't interfere with printing. + + bgo#708682: Move with 'End' key with collapsed threads fails. + + bgo#708840: Crash when closing subscription dialog with running + operation. + + Updated translations. + ------------------------------------------------------------------- Sat Sep 21 15:29:46 UTC 2013 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 954762b..543909b 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.10 -Version: 3.10.0 +Version: 3.10.1 Release: 0 # _version needs to be %{version} stirpped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')