Turn on taint mode, autodie and make perlcritic clean
[safe-rm.git] / Changes
blob3d155cccdab131b0270c5792300420891c2a8e4e
1 0.5 (UNRELEASED)
2   - Always run rm even when there are no arguments
3   - Update author's email address
5 0.4 (2008-11-01)
6   - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
7   - Add some setup instructions in the README file
8   - Mention the new homepage in the README file
10 0.3 (2008-09-09)
11   - Look at the full path of files in the current directory to make sure they are
12     checked against the blacklist (thanks to Yi-Feng Tzeng!)
14 0.2 (2008-06-09)
15   - Add support for system-wide protected path list
16   - Add support for user-specific protected path list
17   - Better instructions in the POD manpage
18   - Check for infinite loops before using the "real" rm
19   - Restore the original pathname when realpath fails
21 0.1 (2008-06-08)
22   - Initial public release