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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
librdf-trine-perl (1.002-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release.
 
4
    Highlights:
 
5
    + Replaced old Turtle and TriG parsers with new streaming
 
6
      implementations.
 
7
    + Added RDF::Trine::Node::Literal->canonicalize method.
 
8
    + Updated RDF::Trine::Parser::Redland to construct a new parser
 
9
      object on each parse (avoiding a bug in redland).
 
10
    + Applied partial patch to 'fix interaction with
 
11
      HTML::Data::Parser'.
 
12
    + Added POD to RDF::Trine and RDF::Trine::Store::DBI.
 
13
    + Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer.
 
14
    + Silenced warning of cartesian joins in
 
15
      RDF::Trine::Store::Hexastore.
 
16
 
 
17
  [ Jonas Smedegaard ]
 
18
  * Bump debhelper compatibility level to 8.
 
19
  * Update package relations:
 
20
    + (Build-)depend on libmoose-perl and libmoosex-arrayref-perl.
 
21
    + Relax to build-depend unversioned on cdbs: Needed version
 
22
      satisfied in stable, and oldstable no longer supported.
 
23
  * Update copyright file:
 
24
    + Expand Files section authored by Toby Inkster, and extend
 
25
      coverage.
 
26
    + Fix use comment and license pseudo-sections to obey silly
 
27
      restrictions of copyright format 1.0.
 
28
 
 
29
 -- Jonas Smedegaard <dr@jones.dk>  Tue, 11 Dec 2012 04:17:02 +0100
 
30
 
1
31
librdf-trine-perl (1.000-1) unstable; urgency=low
2
32
 
3
33
  * New upstream release.