KDE Applications 18.12.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=178
This commit is contained in:
parent
abfa3dfe07
commit
3e0df47dec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fca6bcdc962ceebe1d7e95650a0b67afd698104f654ff34a15494b7c526e1b9c
|
|
||||||
size 1553596
|
|
3
akonadi-18.12.3.tar.xz
Normal file
3
akonadi-18.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f930deaade1cac1488b8af05cc28f4a78a441c34dbe875b673af3423f8a14658
|
||||||
|
size 1555044
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 09 08:03:10 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.12.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.12.3.php
|
||||||
|
- Changes since 18.12.2:
|
||||||
|
* Small code cleanup: use local var instead of pimItems.at(i) many times
|
||||||
|
* Fix intermittent race in collectionattributetest
|
||||||
|
* Use an emit syntax that QtCreator understands better.
|
||||||
|
* Remove unneeded warning for killed subjobs, error string was just "".
|
||||||
|
* Add missing Q_EMIT before signal emission.
|
||||||
|
* collectionattributetest: small cleanups
|
||||||
|
* Server: Improve debug, warning and error log messages
|
||||||
|
* Destroy the Connection Through the Session Thread (kde#381636)
|
||||||
|
* Akonadi: fix racy code in (MimeType|Resource)::retrieveByNameOrCreate
|
||||||
|
* Akonadi: fix timing-dependent failure of partstreamertest
|
||||||
|
* Akonadi: add missing dependencies on included XSL files
|
||||||
|
* Fix SQLite backend foreign key PRAGMAs
|
||||||
|
* Simplify AggregatedFetchScope code, removing all setters.
|
||||||
|
* Fix tag change notification shipping a bogus name.
|
||||||
|
* AggregatedFetchScope: fix fetchAllAttributes for tags.
|
||||||
|
* Properly clean up scopes when deregistering a subscriber.
|
||||||
|
* Fix "QIODevice::read" warnings.
|
||||||
|
* autotests: partstreamertest: show more info on failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 09 08:24:47 UTC 2019 - lbeltrame@kde.org
|
Sat Feb 09 08:24:47 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: akonadi-server
|
Name: akonadi-server
|
||||||
Version: 18.12.2
|
Version: 18.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user