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

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Jonathan Yu, Ryan Niebur, Nathan Handler
  • Date: 2009-08-12 09:42:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090812094224-bo487a59xgom7d8l
Tags: 0.45-1
[ Jonathan Yu ]
* New upstream release
  + UTF-8 handling fixed
  + Self-closing nodes are now printed by the XML function
* Added myself to Uploaders and Copyright
* Use new debhelper 7 short rules format
* Standards-Version 3.8.2 (no changes)
* Rewrote control description
* New upstream release
  + Prevent XML corruption during XML saving
  + Fix strange compilation problems by removing line number defines

[ Ryan Niebur ]
* add debian/clean
* Add myself to Uploaders

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
XML::Bare Changelog
2
2
 
 
3
0.45
 
4
  - Missing UTF8 test files now included
 
5
  - XML Saving functionality now does size checks to ensure concurrency
 
6
    issues do not corrupt XML.
 
7
  - Linking under Solaris should now be fixed
 
8
  - Line number defines removed from XS compilation to attempt to
 
9
    fix some strange compilation problems.
 
10
 
 
11
0.44
 
12
  - Self closing nodes now printed by xml function
 
13
  - UTF8 Handling fixed; thanks go to Nigel Metheringham for the fix
 
14
    recommendation as well as the test files
 
15
  - Static linking has been fixed
 
16
  - 'cc' now used properly in cases where 'gcc' is absent
 
17
 
3
18
0.43 ( 3-17-09 )
4
19
  - Fixed newly broken add_node problem from 0.42
5
20
  - Added a new test to detect fixed problem