2008-04-06 08:06:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 6 02:09:29 CEST 2008 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.17
|
|
|
|
* Added two new JSON serializers: resource-centric 'json'
|
|
|
|
(Talis RDF/JSON) and triple-centric 'json-triples'
|
|
|
|
* Added a new public XML SAX2 API class
|
|
|
|
* Added a new error handling structure
|
|
|
|
* Made the I/O Stream class support reading
|
|
|
|
* Added several new API methods.
|
|
|
|
* Made several fixes, portability and resilience improvements.
|
|
|
|
* Fixed reported issues: 0000252 and 0000245.
|
|
|
|
|
2007-12-19 22:14:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 19 20:03:46 CET 2007 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- missing pkg-config in buildrequires
|
|
|
|
|
2007-10-29 10:24:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 28 08:41:27 CET 2007 - stbinner@suse.de
|
|
|
|
|
|
|
|
- update to version 1.4.16:
|
|
|
|
* 100% support for the GRDDL W3C Recommendation of 2007-09-11
|
|
|
|
* Turtle parser and serializer were updated to support @base
|
|
|
|
* Turtle and RDF/XML serializers had performance improvements
|
|
|
|
for large graphs.
|
|
|
|
* Added a TRiG Parser based on Turtle with named graph support.
|
|
|
|
* Several other API changes, fixed and improvements were made.
|
|
|
|
* Many other fixes and improvements.
|
|
|
|
|
2007-05-04 17:09:39 +02:00
|
|
|
-------------------------------------------------------------------
|
2007-08-09 21:14:21 +02:00
|
|
|
Tue Aug 7 07:43:21 CEST 2007 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- as per http://lists.opensuse.org/opensuse-packaging/2007-07/msg00049.html
|
|
|
|
taking manteniance of this package
|
|
|
|
- use system libcurl for web access
|
|
|
|
- use libxslt as well (adds grdd parser support)
|
|
|
|
- remove nasty la file that causes significant bloat
|
|
|
|
- Fix build and devel package dependencies (raptor.h only requires glibc-devel)
|
|
|
|
- remove static libraries
|
|
|
|
- run ldconfig correctly
|
|
|
|
- run make check on rpm check section.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-05-04 17:09:39 +02:00
|
|
|
Fri May 4 08:42:11 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- libraptor -> libraptor1
|
|
|
|
|
2007-05-04 00:23:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 4 00:19:52 CEST 2007 - lrupp@suse.de
|
|
|
|
|
|
|
|
- libraptor1-devel -> libraptor-devel
|
|
|
|
|
2007-05-03 06:41:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 3 06:39:07 CEST 2007 - lrupp@suse.de
|
|
|
|
|
|
|
|
- add Provides/Obsoletes: raptor-devel
|
|
|
|
|
2007-05-02 20:15:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 2 15:48:53 CEST 2007 - wstephenson@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.4.15:
|
|
|
|
* Mostly pass GRDDL W3C Working Draft 2 March 2007 parser test suite
|
|
|
|
* Turtle parser was changed to accept the N3 mime type text/rdf+n3
|
|
|
|
at low Q(quality) so it might work for N3 that is the RDF subset.
|
|
|
|
* Changed the RSS Tag Soup parser and RSS 1.0 serializer to stop
|
|
|
|
sharing use of the declared namespaces so that when using both
|
|
|
|
at the same time, there is no double-free of the same objects.
|
|
|
|
* Correct the content: namespace URI in the RSS parser and serializers.
|
|
|
|
* rapper gains a -t/--trace option to show URIs traversed.
|
|
|
|
* raptor_uri_resolve_uri_reference() buffer overrun fixed
|
|
|
|
* Enhanced XML error message reporting
|
|
|
|
- version 1.4.14:
|
|
|
|
* Added a Turtle Terse RDF Triple Language serialiser by Dave Robillard
|
|
|
|
based on the existing RDF/XML-Abbrev serialiser.
|
|
|
|
* Added a GraphViz DOT format serialiser by Evan Nemerson.
|
|
|
|
* The GRDDL parser now does namespace and profile URI recursion and
|
|
|
|
has other improvements and fixes.
|
|
|
|
* The libxml minimum version is now 2.6.8
|
|
|
|
- version 1.4.13:
|
|
|
|
* Prevent losing memory for a raptor_xml_writer when a serializer
|
|
|
|
is reused several times.
|
|
|
|
* Fixed Issue#0000134: Check for equal scheme and authority during
|
|
|
|
construction of relative URIs from two absolute URIs, from the
|
|
|
|
Redland Issue Tracker.
|
|
|
|
|
2007-01-16 00:34:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 12 18:23:41 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.4.12:
|
|
|
|
* Make serialization order compatible with 1.4.10
|
|
|
|
* Added raptor_get_feature_count()
|
|
|
|
* Added raptor_www_set_uri_filter()
|
|
|
|
* Fixed raptor_namespaces_qname_from_uri to be public
|
|
|
|
* Fix misc bugs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 23 16:48:05 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.4.10:
|
|
|
|
* Fixed crash with RSS Tag Soup parser generating triples too late
|
|
|
|
* Fixed a crash with the RDF/XML parser
|
|
|
|
* Parsers no longer generate any triple parts of type
|
|
|
|
RAPTOR_IDENTIFIER_TYPE_ORDINAL
|
|
|
|
- remove -fno-strict-aliasing.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 15 14:33:22 CEST 2006 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.4.9.
|
|
|
|
* new tutorial documents
|
|
|
|
* fixes for 64bit systems
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:41:05 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 21 16:43:18 CET 2005 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.4.4.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 5 16:17:26 CEST 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.3.2.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 26 17:17:21 CET 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.2.0.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 13 20:16:10 CET 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
- build as non-root.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 9 17:35:59 CET 2004 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.1.0.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 18 19:13:46 CEST 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
- fixed the invalid use of va_list.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 6 17:38:35 CEST 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
- updated to version 0.9.10.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 2 15:13:55 CEST 2003 - tiwai@suse.de
|
|
|
|
|
|
|
|
- initial version: 0.9.9.
|
|
|
|
|