Skip to content

Commit

Permalink
- Updated docs for 0.118_01 beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasei committed Feb 25, 2010
1 parent bda5431 commit f24f1cd
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
29 changes: 29 additions & 0 deletions RDF-Trine/Changes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@
dcterms:references <http://kasei.us/code/rdf-trine/#project> .


<http://kasei.us/code/files/RDF-Trine-0.118.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.117.tar.gz> ;

doap:Version [
doap:revision "0.118" ;
doap:created "2010-XX-XX" ;
];
asc:changes [
asc:addition "Added RDF::Trine::Parser::TriG." ;
asc:addition "Added RDF::Trine::Parser::parse_file_into_model method." ;
asc:addition "Added RDF::Trine::Serializer::NQuads." ;
asc:addition "Added RDF::Trine::Serializer::negotiate constructor." ;
asc:addition "Added RDF::Trine::Serializer::new constructor based on requested serializer name." ;
asc:addition "Added RDF::Trine::Exporter::CSV for serializing variable bindings." ;
asc:addition "Added Text::CSV and HTTP::Negotiate to RDF::Trine prereq list." ;
asc:update "Fixed exception thrown on unrecognized parser name." ;
asc:update "Removed dependency list and added perlrdf link to POD in RDF::Trine and RDF::Query." ;
asc:update "Updated RDF::Trine::Serializer::Turtle->new API to take %args instead of \\%namespaces." ;
asc:update "Updated RDF::Trine::Serializer::RDFXML to take %args and properly accept and serialize xmlns namespaces." ;
asc:update "Updated RDF::Trine::Parser::RDFa to use streaming parsing (instead of materializing the graph first)." ;
asc:update "Updated RDF::Trine::Model::_debug to use quad semantics when getting statement iterator." ;
asc:update "Updated t/parser-turtle.t to use File::Glob::bsd_glob for cases where the test directory's path contains whitespace." ;
asc:update "Removed redundant parse_into_model methods from RDF::Trine::Parser subclasses." ;
asc:update "Renamed examples/create_store.pl to examples/foaf_labels.pl." ;
asc:update "Fixed bug in turtle serializer that improperly serialized bnode objects 'belonging' to a parent bnode." ;
] .


<http://kasei.us/code/files/RDF-Trine-0.117.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.116.tar.gz> ;
Expand Down
2 changes: 1 addition & 1 deletion RDF-Trine/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ meta-spec:
version: 1.3
url: http://module-build.sourceforge.net/META-spec-v1.3.html
name: RDF-Trine
version: 0.117
version: 0.118_01
abstract: An RDF framework, providing a triplestore, parsers, serializers, and common classes for nodes, triples, quads, etc.
author:
- Gregory Todd Williams <gwilliams@cpan.org>
Expand Down
26 changes: 26 additions & 0 deletions RDF-Trine/README
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ REQUIREMENTS
* Digest::MD5
* Digest::SHA1
* Error
* HTTP::Negotiate
* JSON
* LWP::UserAgent
* List::Util
Expand All @@ -32,6 +33,7 @@ REQUIREMENTS
* Math::Combinatorics
* Scalar::Util
* Set::Scalar
* Text::CSV
* Text::Table
* Time::HiRes
* Unicode::Escape
Expand Down Expand Up @@ -62,6 +64,30 @@ INSTALLATION

VERSION HISTORY

Version 0.118 (2010-XX-XX)

* Added RDF::Trine::Parser::TriG.
* Added RDF::Trine::Parser::parse_file_into_model method.
* Added RDF::Trine::Serializer::NQuads.
* Added RDF::Trine::Serializer::negotiate constructor.
* Added RDF::Trine::Serializer::new constructor based on requested serializer name.
* Added RDF::Trine::Exporter::CSV for serializing variable bindings.
* Added Text::CSV and HTTP::Negotiate to RDF::Trine prereq list.
* Fixed exception thrown on unrecognized parser name.
* Removed dependency list and added perlrdf link to POD in RDF::Trine and RDF::Query.
* Updated RDF::Trine::Serializer::Turtle->new API to take %args instead of \%namespaces.
* Updated RDF::Trine::Serializer::RDFXML to take %args and properly accept and serialize xmlns namespaces.
* Updated RDF::Trine::Parser::RDFa to use streaming parsing (instead of materializing the graph first).
* Updated RDF::Trine::Model::_debug to use quad semantics when getting statement iterator.
* Updated t/parser-turtle.t to use File::Glob::bsd_glob for cases where the test directory's path contains whitespace.
* Removed redundant parse_into_model methods from RDF::Trine::Parser subclasses.
* Renamed examples/create_store.pl to examples/foaf_labels.pl.
* Fixed bug in turtle serializer that improperly serialized bnode objects 'belonging' to a parent bnode.

Version 0.117 (2010-02-04)

* Fixed bug in RDF::Trine::Iterator::Bindings::as_json when using empty iterator.

Version 0.116 (2010-01-31)

* Fixed bug in RDF::Trine::Serializer::RDFXML when serializing empty models.
Expand Down

0 comments on commit f24f1cd

Please sign in to comment.