~ubuntu-branches/ubuntu/utopic/libfile-chmod-perl/utopic

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-12-27 21:43:17 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131227214317-56ntbqakib5po1nk
Tags: 0.40-1
* New upstream release.
* Install new CONTRIBUTING file.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension File-chmod.
2
2
 
 
3
0.40      2013-11-15
 
4
        - fix prototype mismatch with chmod() when autodie is used. GH #3 (arrestee)
 
5
        [DEPRECATIONS]
 
6
        - undeprecating the default of $UMASK is true
 
7
          tested against my local chmod and it does obey umask. This will no
 
8
          longer be removed.
 
9
 
3
10
0.39      2013-09-14
4
11
        - fix tests failing to run as user with override privileges
5
12
          RT #88543 ( zefram )