I found a bug while talking to Martyn
[safe-rm.git] / Changes
blob5646364061449c1062a031b772548124cb726c14
1 0.5 (UNRELEASED)
2   - Always run rm even when there are no arguments
3   - Add contents to the manpage
4   - Much cleaner code (almost at PerlCritic Level 1)
5   - Turn on taint mode
6   - Update author's email address
8 0.4 (2008-11-01)
9   - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
10   - Add some setup instructions in the README file
11   - Mention the new homepage in the README file
13 0.3 (2008-09-09)
14   - Look at the full path of files in the current directory to make sure they are
15     checked against the blacklist (thanks to Yi-Feng Tzeng!)
17 0.2 (2008-06-09)
18   - Add support for system-wide protected path list
19   - Add support for user-specific protected path list
20   - Better instructions in the POD manpage
21   - Check for infinite loops before using the "real" rm
22   - Restore the original pathname when realpath fails
24 0.1 (2008-06-08)
25   - Initial public release