Update to soprano 2.5.2
Soprano 2.5.2 is the second maintenance release of the 2.5 series. * Fixed a crash in the Soprano local socket client which could occur when a multi-threaded client tries to reconnect * Adjusted the default value for the ServerThreads parameter in the Virtuoso backend to match the documentation. Soprano 2.5.1 is the first maintenance release of the 2.5 series. It features only one change important to the KDE SC: the working directory of the Virtuoso process is set to the storage directory to avoid random checkpoint_in_progress files popping up all over the place. Soprano 2.5.0 - the release to go with KDE SC 4.5. * New qHash implementation for Statement * New methods Node::fromN3, Node::fromN3Stream, and stream operator which allows to parse nodes from N3 encoding. * Updated NRL ontology namespace * New comparison 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.
This commit is contained in:
parent
ef5119cabd
commit
47761a520f
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2010/09/14 11:01:16 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2010/10/25 19:57:57 markd Exp $
|
||||
|
||||
DISTNAME= soprano-2.4.1
|
||||
PKGREVISION= 2
|
||||
DISTNAME= soprano-2.5.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2010/04/10 00:02:03 markd Exp $
|
||||
$NetBSD: distinfo,v 1.9 2010/10/25 19:57:57 markd Exp $
|
||||
|
||||
SHA1 (soprano-2.4.1.tar.bz2) = 83ce403616cf8580f238e44903d8c813c73d0656
|
||||
RMD160 (soprano-2.4.1.tar.bz2) = bf214e19ec9b17d2e17c8a33b2fc2fb539c67852
|
||||
Size (soprano-2.4.1.tar.bz2) = 1945249 bytes
|
||||
SHA1 (soprano-2.5.2.tar.bz2) = 618a402c5042b3524a0bc64d775cf2454bcb369e
|
||||
RMD160 (soprano-2.5.2.tar.bz2) = 5703cf16982cf938c3be71fd06bcd01238c48fb4
|
||||
Size (soprano-2.5.2.tar.bz2) = 1944325 bytes
|
||||
|
|
Loading…
Reference in a new issue