~ubuntu-branches/ubuntu/saucy/libconvert-pem-perl/saucy

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, gregor herrmann, Nathan Handler, Jose Luis Rivas
  • Date: 2010-12-25 15:58:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101225155817-mgdr457j5e61tvem
Tags: 0.08-1
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

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

[ gregor herrmann ]
* Change my email address.

[ Jose Luis Rivas ]
* New upstream release.
* debian/control: 
        + Added myself to uploaders field.
  + Refreshed.
  + Bumped to Standards-Version 3.9.1 by removing versioned perl and 
  versioning debhelper >= 7.
* debian/compat,copyright: refreshed.
* debian/rules: refreshed to tiny version using DH7.
* debian/libconvert-pem-perl.docs: Added.
* Switch to dpkg-source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: Changes 1832 2005-05-25 22:39:55Z btrott $
2
 
 
3
1
Revision history for Convert::PEM
4
2
 
 
3
0.08  2010.12.06
 
4
    - Altered explode() to canonicalize line endings to \n, handling
 
5
      DOS (\r\n) and older mac (\r) line breaks cleanly. Thanks to Matt
 
6
      Gramlich for the patch.
 
7
    - Removed sign() and auto_install() from Makefile.PL.
 
8
    - Removed magic svn keywords.
 
9
    - Converted test suite to Test::More.
 
10
    - Added author tests (xt/) and modified SYNOPSIS for all modules to
 
11
      make them pass the compilation test.
 
12
 
5
13
0.07  2005.05.25
6
14
    - Allow passing in Name and Macro parameters on encode and decode,
7
15
      rather than just at initialization.