~ubuntu-branches/ubuntu/trusty/librdf-trine-perl/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, Jonas Smedegaard
  • Date: 2012-12-11 04:17:02 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121211041702-tfqq2grzobwynjpm
Tags: 1.002-1
* New upstream release.
  Highlights:
  + Replaced old Turtle and TriG parsers with new streaming
    implementations.
  + Added RDF::Trine::Node::Literal->canonicalize method.
  + Updated RDF::Trine::Parser::Redland to construct a new parser
    object on each parse (avoiding a bug in redland).
  + Applied partial patch to 'fix interaction with
    HTML::Data::Parser'.
  + Added POD to RDF::Trine and RDF::Trine::Store::DBI.
  + Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer.
  + Silenced warning of cartesian joins in
    RDF::Trine::Store::Hexastore.

[ Jonas Smedegaard ]
* Bump debhelper compatibility level to 8.
* Update package relations:
  + (Build-)depend on libmoose-perl and libmoosex-arrayref-perl.
  + Relax to build-depend unversioned on cdbs: Needed version
    satisfied in stable, and oldstable no longer supported.
* Update copyright file:
  + Expand Files section authored by Toby Inkster, and extend
    coverage.
  + Fix use comment and license pseudo-sections to obey silly
    restrictions of copyright format 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
VERSION HISTORY
70
70
 
71
 
  Version 0.140 (2012-06-29)
 
71
  Version 1.002 (2012-10-20)
 
72
 
 
73
     * OTHER
 
74
         Require Scalar::Util version 1.23.
 
75
 
 
76
  Version 1.001 (2012-10-05)
 
77
 
 
78
     * BUG FIXES
 
79
         Fixed bareword bug in RDF::Trine::Parser when UUID::Tiny is not available.
 
80
     * ENHANCEMENTS
 
81
         Replaced old Turtle and TriG parsers with new streaming implementations.
 
82
         Added RDF::Trine::Node::Literal->canonicalize method.
 
83
         Updated RDF::Trine::Parser::Redland to construct a new parser object on each parse (avoiding a bug in redland).
 
84
         Applied partial patch to "fix interaction with HTML::Data::Parser" (from Dorian Taylor; commit 9b713b23b6).
 
85
     * OTHER
 
86
         Added Moose and MooseX::ArrayRef to prerequisites list.
 
87
         Updated code style to work with Perl::Critic core policies.
 
88
         Added POD to RDF::Trine and RDF::Trine::Store::DBI (based on patch from Evan Carew).
 
89
         Updated required version of perl to 5.10.
 
90
         Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer.
 
91
         Silenced warning of cartesian joins in RDF::Trine::Store::Hexastore.
 
92
 
 
93
  Version 1.000 (2012-06-29)
72
94
 
73
95
     * API CHANGES
74
96
         Removed RDF::Trine methods count, add_extra_result_data, extra_result_data.