* Thu Dec 07 2017 dimstar@opensuse.org
- Escape the usage of %{VERSION} when calling out to rpm.
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
* Fri Sep 08 2017 fabian@ritter-vogt.de
- Reduce runtime Requires, akonadi-runtime shouldn't be used anymore,
but just built against
- Needed for libqt4-sql-mysql removal
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Mon Nov 14 2016 wbauer@tmo.at
- Use shared-mime-info macros (boo#979301)
Version: 1.13.0-2.1
* Tue Jun 30 2015 lbeltrame@kde.org
- Add do-not-leak-old-external-payload-files.diff: do not leak
external payload files, fixes disk usage of akonadi file_db_data
(kde#341884)
* Sun Nov 09 2014 Led <ledest@gmail.com>
- fix bashisms in post/postun scripts
* Wed Oct 29 2014 olaf@aepfle.de
- Package sqldrivers depending on its availibility instead of
a given suse_version number
* Thu Sep 11 2014 hrvoje.senjan@gmail.com
- Add baselibs.conf, needed for kdebase4-workspace-libs-32bit
* Fri Aug 15 2014 tittiatcoke@gmail.com
- Update to 1.13.0
* Fixed virtual collections statistics
* Fixed tag RID fetch
* Fixed HRID-based fetches
* Fixed race condition in StorageDebugger
* Use FindBacktrace.cmake from CMake 3.0 instead of our own
detection
* Thu Jul 10 2014 cgiboudeaux@gmx.com
- Update to 1.12.91
* MERGE command for faster synchronization
* Optimizations in various commands handlers
* SELECT command is obsolete now
* Performance and concurrency improvements in QSQLITE3 driver
* Introduced Collection sync preferences as an improvement over the IMAP-based subscription model
* Disable filesystem copy-on-write for DB files when running on Btrfs
* Introduced direct streaming of external parts
* Fixed SearchManager DBus interface not being registered to DBus
* Fixed handling of tags in AK-APPEND and MERGE commands
* Various fixes in virtual collections handling
- Drop 0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch (merged upstream)
* Tue Apr 22 2014 hrvoje.senjan@gmail.com
- Added 0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch,
resolves migration problems from earlier akonadi versions, kde#331867
* Tue Apr 08 2014 tittiatcoke@gmail.com
- Update to 1.12.1
* Bugfix releases. Resolves performance issues with the baloo
indexer and prevents dataloss when copying large email collections
* Thu Mar 27 2014 tittiatcoke@gmail.com
- Update to 1.12.0
- KDE 4.13 RC release
* See http://www.kde.org/announcements/announce-4.13-beta3.php
- Drop upstreamed patch do-not-emit-itemchanged.diff.
* Sun Mar 23 2014 tittiatcoke@gmail.com
- Add upstream patch do-not-emit-itemchanged.diff to prevent
baloo from constantly indexing the maildir
* Thu Mar 20 2014 tittiatcoke@gmail.com
- Update to 1.11.90
* KDE 4.13 Beta 3 release
* See http://www.kde.org/announcements/announce-4.13-beta3.php
- Drop upstreamed patches:
* janitor-move-parts-as-required-during-check.diff
* fix-postgresql-query.diff
* fix-mailrefresh.diff
* fix-postgresql-2.diff
* Fri Mar 14 2014 tittiatcoke@gmail.com
- Add upstream patch janitor-move-parts-as-required-during-check.diff
to increase performance of akonadictl fsck
* Wed Mar 12 2014 tittiatcoke@gmail.com
- Add upstream patches fix-postgresql-query.diff,
fix-postgresql-2.diff to fix the issue when migrating an existing
PostgreSQL database
- Add upstream patch fix-mailrefresh.diff to fix the issue around
automatically refreshing emails
* Fri Mar 07 2014 tittiatcoke@gmail.com
- Update to 1.11.80
* KDE 4.13 Beta 1 release
* See http://www.kde.org/announcements/announce-4.13-beta1.php
* Sat Feb 15 2014 hrvoje.senjan@gmail.com
- Remove sles checks
- Use kde4 macros
* Fri Nov 29 2013 hrvoje.senjan@gmail.com
- Update to 1.11.0
* Fixed joined UPDATE queries failing with SQLite
* Sat Nov 09 2013 hrvoje.senjan@gmail.com
- Update to 1.10.80
* Servser-side notification filtering
* GID support
* Export custom agent properties to clients
* Faster Akonadi shutdown
* Improved and faster database schema check on start
* Enabled C++11 support
* Optimize some SQL queries
* Store only relative paths to external payload files in database
- Drop gcc41.diff, not required anymore
* Fri Oct 04 2013 hrvoje.senjan@gmail.com
- Update to 1.10.3
* Fix support for latest PostgreSQL
* Check MySQL version at runtime, require at least 5.1
* Fix crash when destroying DataStore with backends other than MySQL
* Fix problem with too long socket paths
* Send dummy queries to MySQL to keep the connection alive
* Fix crash when no flags are changed
* For more details see:
http://www.progdan.cz/2013/10/akonadi-1-10-3-with-postgresql-fix/
* Thu Aug 01 2013 coolo@suse.com
- openSUSE defaults to mariadb, so let's do the same
* Thu Jul 25 2013 hrvoje.senjan@gmail.com
- Update to 1.10.2
* Fix PostgreSQL support (once more)
* Changes from version 1.10.1:
* Fix PostgreSQL support
* Optimize appending flags to items
* Introduce CHANGEDSINCE parameter to FETCH command