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