~ubuntu-branches/ubuntu/lucid/libfile-remove-perl/lucid

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2006-01-16 18:27:31 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060116182731-crca2sen3ay4uv63
Tags: 0.31-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Revision history for Perl extension File::Remove.
 
2
 
 
3
0.31 Wed Dec 28 17:40:00 2005
 
4
    - Applied Eric Hanchrow's patch to support filenames with spaces.
 
5
    - Skip recycle tests unless recycle/trash support is available.
 
6
 
 
7
0.30 Wed Jul 14 19:12:00 2005
 
8
    - Applied CNANDOR's patch to fix trash() support on OS X 10.4.
 
9
 
 
10
0.29 Mon Dec 04 16:35:00 2004
 
11
    - Stabilize undelete support for OS X and Windows.
 
12
 
 
13
0.26 Mon Nov 16 07:31:00 2004
 
14
    - Fix the synopsis.
 
15
 
 
16
0.25 Mon Nov 15 12:04:00 2004
 
17
    - Renamed undelete() to trash(), to be more clear.
 
18
    - Allow users to provide their own rmdir/unlink to trash().
 
19
    - Re-disabled debugging by default.
 
20
 
 
21
0.24 Mon Nov 15 11:32:00 2004
 
22
    - Add undelete support for OS X (via Mac::Glue).
 
23
    - Fix undelete overloading of unlink/rmdir and update tests.
 
24
    - Fix the documentation to be readable with perldoc.
 
25
 
 
26
0.23 Mon Nov 15 09:45:00 2004
 
27
    - Add undelete supportand tests (currently only for Win32, via
 
28
      Win32::FileOp).
 
29
 
 
30
0.22 Mon Nov 15 08:17:00 2004
 
31
    - Add the first set of tests.
 
32
 
 
33
0.21 Tue Jul 20 10:17:00 2004
 
34
    - Converted the internals to File::Spec.
 
35
 
 
36
    - Maintenance transferred by modules@perl.org to Richard Soderberg.
 
37
      Please e-mail bug reports to <bug-File-Remove@rt.cpan.org>.
 
38
 
 
39
0.20 Tue Apr 15 23:34:25 1998
 
40
    - Now you can pass a scalar reference as the first argument and it
 
41
      will used as the recursive flag when removing directories.  With
 
42
      recursive flag set to 0 only the files in the directory are
 
43
      removed and no attempt is made to recurse into subdirectories.
 
44
      Nevertheless, if the directory becomes empty it is removed.
 
45
 
 
46
0.12 Tue Apr 14 15:50:56 1998
 
47
    - change the umask and set the permission on directories so we can
 
48
      remove the files
 
49
 
 
50
0.11 Mon Apr 13 16:37:30 1998
 
51
    - changed the return values to successes rather than failures since
 
52
      it makes more sense.
 
53
 
 
54
0.10  Fri Apr 10 22:32:13 EDT 1998
 
55
    - original version