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.
|
|
|
|
|