From 4edb4c6aa555497de71a2e27f51e5520ff5629119457eacf0f0aefe10479a422 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 8 Jul 2013 21:15:42 +0000 Subject: [PATCH] Accepting request 182542 from home:dimstar:branches:GNOME:Factory Update to 3.9.4 OBS-URL: https://build.opensuse.org/request/show/182542 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=208 --- evolution-3.9.3.tar.xz | 3 --- evolution-3.9.4.tar.xz | 3 +++ evolution.changes | 24 ++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.9.3.tar.xz create mode 100644 evolution-3.9.4.tar.xz diff --git a/evolution-3.9.3.tar.xz b/evolution-3.9.3.tar.xz deleted file mode 100644 index f236f6f..0000000 --- a/evolution-3.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26acb617da1ef23e2dee01727f2e2171de724a66a0cd5c86379afc866792d25b -size 12425428 diff --git a/evolution-3.9.4.tar.xz b/evolution-3.9.4.tar.xz new file mode 100644 index 0000000..ec64506 --- /dev/null +++ b/evolution-3.9.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff58b9a5183a972dbf1c15ca024ac56fefaaa04d0b5261d640c52d1e34936062 +size 12426676 diff --git a/evolution.changes b/evolution.changes index 5982476..2b4ca4f 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jul 8 17:10:00 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.4: + + User documentation updates. + + More ETable/ETree refactoring. + + Heavy GalView refactoring, replace "Define Views..." menu item + with "Delete Current View", delete GalViewFactory. + + Make Ctrl+C/V/X work while editing text in calendar views. + + EMFolderTreeModel: Listen for "folder-info-stale" signals and + regenerate the folder tree for that mail store. + + EUrlEntry: Replace the big, bulky "open" button with clickable + inline icon. + + Notify user about question dialogs. + + Add ETreeViewFrame. + + Set network-available on a CamelSession when going online. + + Fix typo: appointmenet -> appointment. + + Contacts view: Add 'Refresh' into books context menu. + + Bugs fixed: bgo#386113, bgo#641711, bgo#689640, bgo#693216, + bgo#699576, bgo#702006, bgo#702454, bgo#702664, bgo#702710, + bgo#702796, bgo#703053, bgo#703181, bgo#703194, bgo#703638, + bgo#703732. + + Updated translations. + ------------------------------------------------------------------- Fri Jun 21 15:58:53 UTC 2013 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index c482a72..716c0dc 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.9.3 +Version: 3.9.4 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]+')