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