Wolfgang Bauer 2019-06-07 18:53:13 +00:00 committed by Git OBS Bridge
parent 26cafcc622
commit b8f12e54f1
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b157c4199e3b913c4f684f56ed9d76bef67b3c120c319c88ae24bded6fc927bc
size 1572528

3
akonadi-19.04.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16e1c6dd48004d9b1ad0c1dc38372ccdd5529c7e360fce95f65067b83407b6d2
size 1576724

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jun 07 12:51:51 UTC 2019 - lbeltrame@kde.org
- Update to 19.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.2.php
- Changes since 19.04.1:
* Add some missing dependencies in KF5AkonadiConfig.cmake
* Fix QTimer being leaked in MonitorPrivate
* Port ExternalPartStorage::self to C++11 singleton syntax.
* autotests: fix leak of FakeServerData and FakeSession
* Fix FakeAkonadiServerCommands being leaked
* Fix leaking of requests in ItemRetriever::exec()
* Fix another null-sender warning in itemretrievertest
* monitornotificationtest: create FakeItemCache on stack
* Properly cleanup in notificationmanagertest
* Fix QObject::connect warning in itemretrievertest
* Remove dead code in NotificationManager
* itemsynctest: comment out the checks that make no sense.
* Fix memory leaks in attributefactorytest
* Fix memory leak of ItemRetrievalJobFactory in ItemRetrievalManager
* Fix previous commit, we can't use ecm_add_test because we do add_test ourselves
* Ensure that qsqlite3.so is found in the builddir while running tests.
* akonadi: port to ecm_add_test
* Fix memory leak due to getTestMonitor()
* Akonadi: fix compilation with clang
* Fix memory leaks (found by ASAN)
-------------------------------------------------------------------
Fri May 10 05:37:10 UTC 2019 - lbeltrame@kde.org

View File

@ -22,7 +22,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: akonadi-server
Version: 19.04.1
Version: 19.04.2
Release: 0
Summary: PIM Storage Service
License: LGPL-2.1-or-later