~ubuntu-branches/ubuntu/quantal/libhttp-request-ascgi-perl/quantal

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-01-13 00:13:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100113001324-fv35t7pzw8d0mnmv
Tags: 1.2-1
* New upstream release
* Use new short debhelper 7 rules format
* Now install examples in examples/*
* Add myself to Uploaders and Copyright
* Rewrite control description
* Drop unnecessary version deps (satisfied by oldstable)
* Refresh copyright information to new DEP5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This file documents the revision history for Perl extension HTTP::Request::AsCGI.
2
2
 
3
 
1.0
 
3
1.2 2010-01-12
 
4
    - Fixed the %ENV concatenation that's broken in 1.1 but wasn't shipped to CPAN (miyagawa)
 
5
    - REQUEST_URI is trying to replicate as raw values as possible, without being canonicalized (miyagawa)
 
6
 
 
7
1.1 2009-12-07
 
8
        - added test to check that %ENV is preserved after setup is called
 
9
        - setup now concatenates its environment to %ENV instead of replacing it
 
10
 
 
11
1.0 2009-11-30
4
12
    - Change how PATH_INFO is decoded so that everything is decoded, including
5
13
      URI reserved characters (RT#50082)
6
14