Bugs migrated to Launchpad
[safe-rm.git] / Changes
blob5d03e0bfb5b39a8b48311353f2b97df7161f54ee
1 0.9 (UNRELEASED)
2   - Mention rmfd in the README
4 0.8 (2009-10-15)
5   - Remove unnecessary dependency on English.pm
7 0.7 (2009-09-23)
8   - Add CDPATH to the variables to untaint
10 0.6 (2009-05-22)
11   - Allow the deletion of symlinks to protected paths
12   - Change the "skipping" message to make it obvious that it comes from safe-rm
14 0.5 (2009-04-02)
15   - Add basic support for wildcards in config files
16   - Always run rm even when there are no arguments
17   - Add contents to the manpage
18   - Much cleaner code (almost at PerlCritic Level 1)
19   - Turn on taint mode
20   - Update author's email address
22 0.4 (2008-11-01)
23   - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
24   - Add some setup instructions in the README file
25   - Mention the new homepage in the README file
27 0.3 (2008-09-09)
28   - Look at the full path of files in the current directory to make sure they are
29     checked against the blacklist (thanks to Yi-Feng Tzeng!)
31 0.2 (2008-06-09)
32   - Add support for system-wide protected path list
33   - Add support for user-specific protected path list
34   - Better instructions in the POD manpage
35   - Check for infinite loops before using the "real" rm
36   - Restore the original pathname when realpath fails
38 0.1 (2008-06-08)
39   - Initial public release