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