head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.12 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.10 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.8 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.6 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.4 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.10 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.8 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @// @; 1.3 date 2014.11.13.09.44.02; author markd; state dead; branches; next 1.2; commitid Bg9X3rVdvrgst0Yx; 1.2 date 2013.04.03.07.37.12; author markd; state Exp; branches; next 1.1; 1.1 date 2012.03.21.23.26.40; author markd; state Exp; branches; next ; desc @@ 1.3 log @Update akonadi to 1.13.0 1.13.0 10-August-2014 ---------------------------------------------- - 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 1.12.90 07-July-2014 ---------------------------------------------- - 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 1.12.1 07-April-2014 ---------------------------------------------- - Fixed deadlock in SearchManager - Fixed notification emission when appending items - Fixed ItemRetriever ignoring changeSince argument - Fixed X-AKAPPEND command response - Fixed RID-based FETCH - Fixed data loss in case of long-lasting copy or move operations 1.12.0 25-March-2014 ---------------------------------------------- - Improved 'akonadictl status' command output - Fixed indexing of items in collections with short cache expiration - Fixed building Akonadi in subdirectory - Fixed deadlock in SearchManager - Fixed runtime warnings 1.11.90 19-March-2014 ---------------------------------------------- - Fixed collection scheduling - Fixed indexing of expired items from local resources - Fixed database schema update with PostgreSQL - Fixes in searching and search updates 1.11.80 28-February-2014 ---------------------------------------------- - Server-search support - Search plugins support - Tags support - Fixes and improvements in search - Fixes in protocol parser - Fixed inter-resource moves - Fixed .desktop files parsing - Optimized collections tasks scheduling - Optimized flags handling - Optimized appending new items via AK-APPEND - Handle database transactions deadlocks and timeouts - Improved PostgreSQL support - Soprano is now an optional dependency - Removed MySQL Embedded support 1.11.0 28-November-2013 ---------------------------------------------- - fix joined UPDATE queries failing with SQLite 1.10.80 05-November-2013 ---------------------------------------------- - 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 1.10.3 04-October-2013 ---------------------------------------------- - 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 @ text @$NetBSD: patch-server_src_nepomuk_queryserviceclient.cpp,v 1.2 2013/04/03 07:37:12 markd Exp $ Workaround for gcc4.[12] https://bugs.kde.org/show_bug.cgi?id=295813 --- server/src/nepomuk/queryserviceclient.cpp.orig 2013-03-02 11:51:18.000000000 +0000 +++ server/src/nepomuk/queryserviceclient.cpp @@@@ -159,7 +159,7 @@@@ Nepomuk::Query::QueryServiceClient::~Que } -bool Nepomuk::Query::QueryServiceClient::query( const QString& query, const QHash &encodedRps ) +bool Nepomuk::Query::QueryServiceClient::query( const QString& query, const hss &encodedRps ) { close(); @@@@ -181,7 +181,7 @@@@ bool Nepomuk::Query::QueryServiceClient: -bool Nepomuk::Query::QueryServiceClient::blockingQuery( const QString& q, const QHash &encodedRps ) +bool Nepomuk::Query::QueryServiceClient::blockingQuery( const QString& q, const hss &encodedRps ) { if( query( q, encodedRps ) ) { QEventLoop loop; @ 1.2 log @Update to 1.9.1 1.9.1 02-March-2013 --------------------------------------------- - Disable query cache for Sqlite. - Handle missing mysqld better. - Ignore my.cnf settings when using the internal MySQL server. 1.9.0 23-December-2012 --------------------------------------------- - Respect collection cache policy refresh interval for collection tree sync. - Fix initialization of PostgreSQL database. - Correctly count items flags in virtual collections. - Notify parent virtual collections about item changes. - Require CMake >= 2.8.8. - Remove dependency to Automoc4. - Support Qt 5. 1.8.80 12-November-2012 --------------------------------------------- - Recover from lost external payload files. - Improve the virtual collections handling. - Notify clients about database schema updates. - Reduce item access time updates. - Make use of referential integrity if supported by the database backend. - Add prepared query cache. - Many code and queries optimizations. 1.8.1 14-October-2012 --------------------------------------------- - Fix payload loss on some move/copy scenarios. - Improve error reporting for failed item retrievals. 1.8.0 25-July-2012 --------------------------------------------- - Fix deadlock in ad-hoc Nepomuk searches. 1.7.95 11-July-2012 --------------------------------------------- - Fix Nepomuk queries getting stuck if Nepomuk service crashes. - Fix unecessary remote retrieval of already cached item parts. - Reset RID/RREV during cross-resource collection moves. - Increase timeout for remote item retrieval. 1.7.90 08-June-2012 --------------------------------------------- - Fix handling of large SPARQL queries. - Support cleanup of orphaned resources in the consistency checker. - Support compilation with Clang. @ text @d1 1 a1 1 $NetBSD: patch-server_src_nepomuk_queryserviceclient.cpp,v 1.1 2012/03/21 23:26:40 markd Exp $ @ 1.1 log @Add actually add the patches for the previous. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- server/src/nepomuk/queryserviceclient.cpp.orig 2012-01-23 16:33:32.000000000 +0000 d7 1 a7 1 @@@@ -150,7 +150,7 @@@@ Nepomuk::Query::QueryServiceClient::~Que d16 2 a17 2 @@@@ -164,7 +164,7 @@@@ bool Nepomuk::Query::QueryServiceClient: } @