From 2884a48aa63ae6a8ad299f69b58cc380d93c5a9a581bb67914b548798708a7e2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Oct 2022 12:29:57 +0000 Subject: [PATCH] Accepting request 1030294 from GNOME:Next - Update to version 3.46.1: + po: Merge .source files back to the POTFILES.in + IMAPX: Hide complete requests in debug logs for some sensitive commands + Handle negative value for GUri's port + CamelDB: Fix an uninitialized variable warning + Bugs Fixed: - LDAP: . Possible memory leak in build_mods_from_contacts() . Use valid values for error paths of contact create/remove - Serialize OAuth2 token refresh for an account - IMAP: Does not forget renamed folders on the server - Tautology in e_named_parameters_equal() - camel-db.c: Rearrange transaction handling + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1030294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=423 --- evolution-data-server-3.46.0.tar.xz | 3 --- evolution-data-server-3.46.1.tar.xz | 3 +++ evolution-data-server.changes | 19 +++++++++++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.46.0.tar.xz create mode 100644 evolution-data-server-3.46.1.tar.xz diff --git a/evolution-data-server-3.46.0.tar.xz b/evolution-data-server-3.46.0.tar.xz deleted file mode 100644 index aaf8948..0000000 --- a/evolution-data-server-3.46.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5fa28095a183f7ab5a928e35a828379b481ddef83ed4c7b51a2e3c4aef5cdab -size 4817048 diff --git a/evolution-data-server-3.46.1.tar.xz b/evolution-data-server-3.46.1.tar.xz new file mode 100644 index 0000000..658a02b --- /dev/null +++ b/evolution-data-server-3.46.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55e72cff4190b42e63dd6eabc6dce48a1a1f79040531f1af6d51c1efa4aa6eb +size 4843728 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index f264b60..106cb48 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Oct 21 06:44:20 UTC 2022 - Bjørn Lie + +- Update to version 3.46.1: + + po: Merge .source files back to the POTFILES.in + + IMAPX: Hide complete requests in debug logs for some sensitive + commands + + Handle negative value for GUri's port + + CamelDB: Fix an uninitialized variable warning + + Bugs Fixed: + - LDAP: + . Possible memory leak in build_mods_from_contacts() + . Use valid values for error paths of contact create/remove + - Serialize OAuth2 token refresh for an account + - IMAP: Does not forget renamed folders on the server + - Tautology in e_named_parameters_equal() + - camel-db.c: Rearrange transaction handling + + Updated translations. + ------------------------------------------------------------------- Fri Sep 16 07:01:21 UTC 2022 - Bjørn Lie diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 10e0c3b..293e063 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ %bcond_without introspection Name: evolution-data-server -Version: 3.46.0 +Version: 3.46.1 Release: 0 Summary: Evolution Data Server License: LGPL-2.0-only