diff --git a/evolution-3.22.3.tar.xz b/evolution-3.22.3.tar.xz deleted file mode 100644 index ee99594..0000000 --- a/evolution-3.22.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7328b0f225e41654643514eefafb02e6819660fd989ec1e8feab4f17e93dc00 -size 12269980 diff --git a/evolution-3.22.4.tar.xz b/evolution-3.22.4.tar.xz new file mode 100644 index 0000000..fa5cb3c --- /dev/null +++ b/evolution-3.22.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522209f022a468c9031fd393fe4ba6c655dedfa06dd6ae59d2d693d1485c690a +size 12272488 diff --git a/evolution.changes b/evolution.changes index 401af54..086cac2 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 17 10:34:41 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.22.4: + + Fix a crash when deleting a meeting without DTEND. + + Fix a use-after-free after editor's WebKitWebProcess crash. + + Attached meeting invitations not shown properly. + + Crash on paste of a vCard into a message composer body. + + "Insert text file" sensitive to HTML-significant characters. + + EWeekView could write out of rows_per_day array. + + Replace deprecated icalproperty_remove_parameter() with + icalproperty_remove_parameter_by_kind(). + + Replace deprecated icaltime_from_timet() with + icaltime_from_timet_with_zone(). + + Fix few memory leaks. + + Avoid a (rather rare) crash under message-list.c::build_tree(). + + Bugs fixed: bgo#776224, bgo#776584, bgo#489466, bgo#776813, + bgo#776969, bgo#776958, bgo#776415, bgo#777071. + + Updated translations. + ------------------------------------------------------------------- Mon Dec 12 19:33:14 UTC 2016 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 271fe6e..7edc97f 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,7 +1,7 @@ # # spec file for package evolution # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.22 -Version: 3.22.3 +Version: 3.22.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]+')