Changelog for
soprano-debugsource-2.9.3-2.1.i586.rpm :
* Thu Jul 11 2013 cgiboudeauxAATTgmx.com- Update to 2.9.3
* Fix bugs in FilterModel
* Optimize literal to N3 conversion
* Virtuoso Backend - Optimize by around 5x
* Fix potential memory leak in ErrorCache
* Thu Jun 13 2013 hrvoje.senjanAATTgmail.com- Update to 2.9.2
* Fix a crash in ServerCore on shutdown
* Do no require X11 - not needed for compilation
* Generate tag file for API docs- Drop add-a-stop-method-which-closes-all-servers.patch, fix is included in this release
* Wed May 08 2013 hrvoje.senjanAATTgmail.com- Revert add-a-stop-method-which-closes-all-servers.patch, as that commit uses method available only with future KDE 4.11, and breaks 4.10
* Thu May 02 2013 hrvoje.senjanAATTgmail.com- Update to 2.9.1
* Faster streaming for datetime literals
* Add a stop method in the LocalServer
* Fixed bugs in LocalSocket and AsyncQuery
* Wed Jan 02 2013 hrvoje.senjanAATTgmail.com- Update to 2.9.0
* Better error handling on the Client::LocalSocketClient
* New DataStream class which shares code between the server and client
* New boolean option \"emptyGraphs\" in the Virtuoso backend, which can enable/disable checks for empty graphs
* New boolean option \"fakeBooleans\" in the virtuoso backend, which can enable/disable fake boolean support
* Client and Server code optimizations- Drop no-qdebug-output-in-non-debug-modes.patch applied upstream
* Sun Nov 25 2012 hrvoje.senjanAATTgmail.com- Added no-qdebug-output-in-non-debug-modes.patch from upstream, so soprano doesn\'t emmit qDebug output, fixes kde#247483
* Wed Nov 21 2012 cgiboudeauxAATTgmx.com- Fix build on SLES (%make_install is not expanded)
* Wed Jun 27 2012 toddrme2178AATTgmail.com- Update to 2.8.0
* Improved NRLModel query prefix expansion.
* Support for plain SQL queries in the Virtuoso backend (required for improvements in Nepomuk).
* Introduced new query language flag QueryLanguageSparqlNoInference. This language is not supported by any backends. It is supposed to be used in clients like Nepomuk to avoid the usage of long user types which are harder to read.
* Convert Virtuoso IRI_ID values into simple literal strings. At some point if the need arises we might call ID_TO_IRI() to convert them into URIs.
* New boolean option \"noStatementSignals\" in the Virtuoso backend which will disable Model::statementsAdded() and friends.
* Improved local unix socket communication in the server/client system: A custom socket implementation as a replacment for QLocalSocket makes it possible to use one socket across threads
* Fri May 18 2012 Nico.Laus.2001AATTgmx.de- Update to 2.7.6:
* Support for the new SPARQL 1.1 DELETE statement which omits the graph to delete from for faster removeAllStatement execution in the Virtuoso backend.
* Support for the new default graph query result format of Virtuoso >= 6.1.5.
* Fixed apidox generation with Doxygen 1.8.0.
* Mon Mar 05 2012 asterios.dramisAATTgmail.com- Update to 2.7.5:
* Be less strict when converting a string to a QDateTime: + Allow an empty time part, ie. \"2011-10-04\". + Allow the usage of a space instead of \"T\" to separate date from time.
* Fixed URI parsing in the SparqlModel.
* Fixed an endless loop in the VirtuosoModel destruction which can happen in rare error cases.
* Fixed serialization of non-string literal values.
* Support Turtle result encoding in the SPARQL model.
* Sun Dec 04 2011 asterios.dramisAATTgmail.com- Update to 2.7.4:
* Enabled large file support (_FILE_OFFSET_BITS=64) to fix large DB file locking on 32bit machines.
* Do not use an event loop when waiting for Virtuoso to initialize.
* In the socket client: simply close the connection in case of a timeout. We cannot recover from it anyway.
* Tue Nov 15 2011 tittiatcokeAATTgmail.com- Remove the build-require for CLucene-devel. The CLucene full text indexer is no longer used and has issues with newer versions of clucene-core.
* Sat Nov 05 2011 asterios.dramisAATTgmail.com- Update to 2.7.3:
* Added new signal in the Virtuoso backend which signals when the server goes down.
* Soprano can be built with cmake 2.6.4 again.- Removed 2_7_BRANCH.diff patch (included in the package).
* Wed Oct 26 2011 asterios.dramisAATTgmail.com- Fix package licenses (bnc#726055).
* Tue Oct 25 2011 wstephensonAATTsuse.com- Add patch from 2.7 branch to allow clients to react in case of an unexpected Virtuoso server termination
* Sat Oct 22 2011 asterios.dramisAATTgmail.com- Update to 2.7.2:
* Reverted a change which was introduced in 2.7.1 to use a separate QDBusConnection for the DBusExportModel. It made things worse.
* Fixed a crash in NRLModel caused by a non-mutex-protected hash.
* Fixed the Virtuoso backend\'s option \"forcedstart\". Now the backend waits for the running instance to be shut down before trying to start a new one. From 2.7.1:
* Lowered the min Raptor version to 2.0.0 since it was only a runtime dependancy for KDE.- Spec file updates:
* Changes based on spec-cleaner run.
* Changed License: to LGPL-2.0+.
* Removed boost-devel and raptor from BuildRequires: (not needed).
* Mon Sep 19 2011 tittiatcokeAATTgmail.com- Update to 2.7.0
* Use the new Virtuoso parameter XAnyNormalization to use normalized accents for full-text searching by default.
* Updated NAO Vocabulary namespace to include changes from SDO 0.7.
* Added method LiteralValue::fromVariant which provides some useful type conversions.
* Fixed incorrect binding names counting in redland queries.
* Ported Raptor serializer and parser plugins to Raptor2.
* Thu Jul 21 2011 idonmezAATTnovell.com- Update to 2.6.51 needed for KDE 4.7rc2
* Mon May 16 2011 asterios.dramisAATTgmail.com- Update to 2.6.0:
* Fixed handling of xsd:boolean in SPARQL queries in the Virtuoso backend (this is a hack that might not work in all situations)
* Added new parameter for the Virtuoso backend: QueryTimeout allows to set a maximum query exeution time.
* Added new parameter for the Virtuoso backend: RestartOnCrash will restart the Virtuoso server if it crashes.
* QueryResultIterator::next() now always returns false for boolean results. This breaks behaviour compared to previous versions. However, always returning true as before results in endless loops if the client does not check the type of the query result. Thus, in the interest of stability this change has been made anyway.
* Lock the storage dir of a running virtuoso instance to avoid reusing it.- Spec file updates:
* Changes based on spec-cleaner run.
* Changed License: to LGPLv2+.
* Updates in Summary, %description and Group entries.
* Added librasqal-devel in BuildRequires:.
* Removed fdupes from BuildRequires: for sesame and virtuoso backends (not needed).
* Minor other updates.- Fixed rpmlint warning \"untranslated-desktop-file\".
* Tue Dec 14 2010 wstephensonAATTnovell.com- specfile cleanup: remove outdated versions and correct typos
* Fri Nov 19 2010 tittiatcokeAATTgmail.com- update to 2.5.63
* onto2vocabularyclass now extracts the nrl graph
* Fixed default for ServerThreads parameter to match the docu
* Additional settings to limit query time of Virtuoso
* Wed Oct 06 2010 cooloAATTnovell.com- update to 2.5.0:
* New public qHash method for Statement
* New Node::fromN3 method and operator>> which allows to parse nodes from N3 encoding.
* Updated NRL ontology namespace
* New operator== for BindingSet
* Ported the DBus service watching to QDBusServiceWatcher
* Highly improved server socket handling in the local and tcp socket server implementation.
* Several improvements in the Virtuoso backend plugin.
* Wed Jul 28 2010 dmuellerAATTsuse.de- update to 2.4.64:
* beta release
* more bugfixes over 2.4.63, no major changes
* Wed May 05 2010 tittiatcokeAATTgmail.com- update to 2.4.63 (svn snapshot)
* Added comparison operators for BindingSet
* soprano prepared for wince
* Slightly better way to detect graph query results
* Thu Apr 22 2010 tittiatcokeAATTgmail.com- Update to 2.4.62 (svn snapshot)
* qHash fix, as confirmed by thiago
* Shut down Virtuoso using the SIGINT signal to make sure it does a checkpoint.
* Allow to Build soprano with -fvisibility=hidden -fvisibility-inlines-hidden, patch by Modestas Vainius of Debian
* Wait for the terminated virtuoso instance to be gone before continuing.
* Use a portable include path: wait.h doesn\'t exist on BSD and Mac, sys/wait.h should be used instead.
* Added pkgconfig files for sopranoclient, sopranoserver, and sopranoindex.
* Check if we have a connection before attempting to send a command -> less crash.
* Optimizations in the way the Qt sockets are created
* Try to be compatible with Virtuoso 6.1.1 which renamed the results vars
* Wed Apr 21 2010 bitshufflerAATTopensuse.org- Update to 2.4.2
* LocalSocketClient and TcpClient: do not re-establish a connection on model deletion. (This fixes a crash when using a client as a global static)
* Properly protect ErrorCache from multithread clashes. (Thanks to Andreas Hartmetz for the patch)
* Slight optimizations in the Virtuoso backend.
* Do not crash in ClientModel when the connection is lost.
* Tue Mar 09 2010 wstephensonAATTnovell.com- Update to 2.4.1
* Virtuoso backend improvements: o New parameter \"forcedstart\" which when set will make the backend shut down any running Virtuoso instance already accessing the storage dir (does not work on Windows). o Shut down Virtuoso using the SIGINT (instead of SIGTERM) signal to ensure a checkpoint (not available on Windows).
* Allow to build Soprano with -fvisibility=hidden - fvisibility-inlines-hidden
* New pkgConfig files for sopranoclient, sopranoserver, and sopranoindex.
* Thu Feb 11 2010 wstephensonAATTsuse.de- Update to 2.4.0.1
* Fix threading error causing deadlocks (bko#226218, bko#226154)
* Thu Feb 11 2010 wstephensonAATTnovell.com- Update to 2.4.0
* New methods Client::SparqlModel::listStatementsAsync and Client::SparqlModel::listContextsAsync.
* Automatic query prefix expansion in NRLModel.
* Automatic NRL metadata graph removal in NRLModel.
* ServerCore is now fully multithreaded allowing two clients perform read-only commands simultaneously.
* New Virtuoso storage backend which can either connect to a running Virtuoso instance or spawn one locally.
* New convenience methods to handle BackendSettings.
* New class AsyncQuery which will spawn a new thread for real asnycroneous query execution (in contrast to AsyncModel which only performs the actual query call in another thread while the iteration is synchronous).
* Removed redland/librdf dependancy from raptor parser.
* Sopranocmd improvements: o New paramter --nrl for sopranocmd which will trigger automatic query prefix expansion based on prefixes stored in the underlying model, automatic context creation for imported statements that do not have one set, and automatic meta data graph removal on removeContext calls. o New parameter --graphselect which allows to convert SPARQL select query results into a graph result. This is very usable since SPARQL construct queries do not support contexts/named graphs. o New command \'rmgraph\' which allows to delete a list of graphs/contexts. o New parameter --foo which enables scriptable binding results without variable names.
* Sun Jan 31 2010 jengelhAATTmedozas.de- package baselibs.conf
* Wed Jan 06 2010 dmuellerAATTsuse.de- add dependency to virtuoso-server to virtuoso backend
* Sat Jan 02 2010 dmuellerAATTsuse.de- fix build against redland 1.0.10
* Sat Dec 19 2009 dmuellerAATTsuse.de- remove datadir.diff as it breaks the include detection
* Sat Dec 19 2009 llunakAATTnovell.com- add soprano-backend-redland to libsoprano-devel requires, as it is in practice needed by for building with soprano anyway
* Tue Dec 15 2009 dmuellerAATTsuse.de- soprano now recommends virtuoso backend
* Tue Dec 01 2009 dmuellerAATTsuse.de- updaet to 2.3.70 final
* Sat Nov 28 2009 tittiatcokeAATTgmail.com- update to 2.3.70svn1055474
* Improved documentation
* Several Fixes for virtuoso
* Mon Nov 23 2009 tittiatcokeAATTgmail.com- Update to 2.3.69svn1053174
* Improved connection cleanup
* Added maximum connection limit which allows to restrict the number of server threads.
* Also find Virtuoso driver in special Virtuoso plugins installation dir as used by Mandriva (and possibly others)
* Thu Nov 19 2009 tittiatcokeAATTgmail.com- Update to 2.3.67svn1051506
* Enhancements to Virtuoso backend.
* Fri Nov 13 2009 dmuellerAATTsuse.de- update to 2.3.1:
* Changed installation path of cmake modules (SopranoAppOntology.cmake) to
* Prevent the redland backend to add one statement multiple times.
* Properly handle class names containing a dash \'-\' in onto2vocabularyclass
* sopranocmd: Fail if trying to export a non-graph query
* Wed Sep 09 2009 dmuellerAATTsuse.de- fix description of sesame package- install Soprano cmake modules into a kde4 independent location
* Tue Aug 11 2009 llunakAATTsuse.cz- fix java requires ... again (bnc#461599)
* Wed Aug 05 2009 beineriAATTopensuse.org- don\'t create soprano-backend-virtuoso.spec if it\'s not supposed to be built
* Wed Jul 22 2009 dmuellerAATTsuse.de- update to 2.3.0:
* http://soprano.sourceforge.net/node/35
* Wed Jun 24 2009 llunakAATTsuse.cz- require java-devel for sesame (bnc#461599)
* Wed Jun 24 2009 dmuellerAATTsuse.de- update to 2.2.69:
* Introduction of LanguageTag class
* Support for plain RDF literals
* Mon May 11 2009 llunakAATTsuse.cz- build the Virtuoso backend separately
* Mon May 11 2009 llunakAATTsuse.cz- build also Virtuoso backend
* Mon May 11 2009 llunakAATTsuse.cz- update to 2.2.67:
* new backend Virtuoso