raptor/raptor.changes

269 lines
10 KiB
Plaintext

-------------------------------------------------------------------
Fri Apr 6 17:18:13 UTC 2012 - tittiatcoke@gmail.com
- Update to v2.0.7
* CVE-2012-0037 fixed (bnc#745298)
* Removed Expat support
* Removed internal Unicode NFC code for better and optional ICU
* Added options for denying file requests and XML entity loading
* Added options for SSL certificate verifying
-------------------------------------------------------------------
Fri Apr 6 17:18:13 UTC 2012 - tittiatcoke@gmail.com
- Update to v2.0.7
* CVE-2012-0037 fixed
* Removed Expat support
* Removed internal Unicode NFC code for better and optional ICU
* Added options for denying file requests and XML entity loading
* Added options for SSL certificate verifying
-------------------------------------------------------------------
Wed Dec 21 12:41:18 UTC 2011 - tittiatcoke@gmail.com
- Update to v2.0.6
* Handle libCurl SSL options before 7.16.4 (2007)
* Add a few sequence utility methods for sort, reverse and
permute
* All parsers and serializers use the W3C Format URIs as their
primary URI
* N-Quads parser can now handle optional context/graph URI
* Turtle serializer uses official text/turtle mime type
* Added some additional UTF-8 and snprintf utility functions
* No longer needs math functions trunc, lround and round.
* Several internal code style fixes and cleanups
-------------------------------------------------------------------
Sat Oct 1 03:35:30 UTC 2011 - crrodriguez@opensuse.org
- Do not require gtk-doc to build
-------------------------------------------------------------------
Mon Sep 19 11:41:09 UTC 2011 - tittiatcoke@gmail.com
- update to raptor2 v2.0.4
+ RDF/JSON parser now supports YAJL V2
+ Support libcurl 7.21.7 that removed the curl/types.h header
+ TRiG parser now supports the optional ':' in 'uri : { }' syntax
+ WWW module now supports setting SSL client side certificates
+ various bugfixes
+ see also http://librdf.org/raptor/RELEASE.html#rel2_0_4
-------------------------------------------------------------------
Thu Aug 11 19:07:13 UTC 2011 - aj@suse.de
- Remove inclusion of <curl/types.h>, it's obsolete in curl since
2004.
-------------------------------------------------------------------
Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com
- added 32bit compatibility libraries
- removed package name from summary (fix for RPMLINT warning)
-------------------------------------------------------------------
Sat Apr 10 06:44:32 UTC 2010 - davejplater@gmail.com
- Update to 1.4.21:
This is a bug fix only release with no new features. New development
has moved to raptor 2 where a planned ABI and API break is underway.
RDFa parser buffer management problems were fixed.
Turtle parser and serializer now use QNames correctly against
specification
RDF/XML parser now resets correctly to detect duplicate rdf:IDs
Made a few other minor bug and build fixes
Fixed reported issues: 0000318, 0000319, 0000326, 0000331, 0000332 and
0000337
See the Raptor 1.4.21 ChangeLog for the full details of the
changes.
-------------------------------------------------------------------
Thu Dec 3 19:19:21 CET 2009 - dmueller@suse.de
- update to 1.4.20:
Turtle serializing performance improvement by Chris Cannam
librdfa RDFa parser updates to fix empty datatype, xml:lang and 1-char
prefixes by Manu Sporny
Fix a crash when the GRDDL parser reported errors
Enable large file support for 32-bit systems
Several resilience improvements by Lauri Aalto
Other minor portability and bug fixes
Fixed reported issues: 0000306 0000307 0000310 and 0000312.
-------------------------------------------------------------------
Mon Sep 15 17:45:24 CEST 2008 - dmueller@suse.de
- fix -devel pckage requires
-------------------------------------------------------------------
Fri Jul 25 00:33:26 CEST 2008 - dmueller@suse.de
- update to 1.4.18:
Added an RDFa parser using an embedded version of librdfa by Manu
Sporny of Digital Bazaar.
Added an Atom 1.0 (RFC 4287) serializer with several output parameters.
Improved RSS 1.0 serializer functionality and resilience.
Added new API methods for qname, serializer, sequence and XML writer
classes.
Many other fixes and resilience improvements.
Fixed reported issues: 0000186 and 0000255.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed Dec 19 20:03:46 CET 2007 - crrodriguez@suse.de
- missing pkg-config in buildrequires
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri May 4 08:42:11 CEST 2007 - dmueller@suse.de
- libraptor -> libraptor1
-------------------------------------------------------------------
Fri May 4 00:19:52 CEST 2007 - lrupp@suse.de
- libraptor1-devel -> libraptor-devel
-------------------------------------------------------------------
Thu May 3 06:39:07 CEST 2007 - lrupp@suse.de
- add Provides/Obsoletes: raptor-devel
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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.