~ubuntu-branches/ubuntu/vivid/libxml-bare-perl/vivid

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, Ryan Niebur, Ansgar Burchardt, gregor herrmann
  • Date: 2012-02-11 20:39:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120211203933-kaqjkdxlqgircomq
Tags: 0.47-1
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Email change: Jonathan Yu -> jawnsy@cpan.org
* Email change: Ryan Niebur -> ryan@debian.org

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ gregor herrmann ]
* New upstream release.
* Switch to "3.0 (quilt)" source format.
* debian/copyright: update formatting, upstream and packaging copyright
  information.
* Switch to debhelper compatibility level 9 to pass CFLAGS to
  Makefile.PL/Build.PL.
* Add /me to Uploaders.
* Update build dependencies.
* Bump Standards-Version to 3.9.2 (no further changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
XML::Bare Changelog
2
2
 
 
3
0.47      2012-02-08 20:24:24 Europe/London
 
4
  - Preping release unchanged from trial release.
 
5
    The 0.45 release and previous set particular compile options for several different
 
6
    platforms.  My release refactoring stripped the Makefile.PL customisations, however
 
7
    it appears these are not needed by any of the smoker CPANTS systems, so am releasing
 
8
    with really basic compilation driver - see how it goes...
 
9
 
 
10
0.46_03   2012-01-28 20:48:45 Europe/London
 
11
  - Bug #49906 Simple mode reports content of empty node as integer 1
 
12
  - Bug #52762 XML::Simple compatibility mode doesn't support CDATA with attributes
 
13
  - Bug #52832 Several memory leaks
 
14
  - XML quote decoding on XML read
 
15
 
3
16
0.45
4
17
  - Missing UTF8 test files now included
5
18
  - XML Saving functionality now does size checks to ensure concurrency