Use actual release date
[safe-rm.git] / Changes
blob18fe0b27b8afdd2eba4b516103727fdb84520346
1 0.13 (2020-09-05)
2   - Add /usr/local/etc/safe-rm.conf as alternative config file (bug #1893500).
3   - Upgrade links to HTTPS and fix dead ones.
5 0.12 (2014-11-03)
6   - Remove unnecessary dependency on Env
8 0.11 (2014-10-08)
9   - Read user config from $XDG_CONFIG_HOME/safe-rm too
10   - Update URL and email address (safe-rm.org.nz is deprecated)
12 0.10 (2013-06-09)
13   - Add IFS to the list of environment variables to untaint
15 0.9 (2013-01-11)
16   - Add /lib32 and /lib64 to the default exclusions (bug #1097972)
17   - Mention rmfd in the README
19 0.8 (2009-10-15)
20   - Remove unnecessary dependency on English.pm
22 0.7 (2009-09-23)
23   - Add CDPATH to the variables to untaint
25 0.6 (2009-05-22)
26   - Allow the deletion of symlinks to protected paths
27   - Change the "skipping" message to make it obvious that it comes from safe-rm
29 0.5 (2009-04-02)
30   - Add basic support for wildcards in config files
31   - Always run rm even when there are no arguments
32   - Add contents to the manpage
33   - Much cleaner code (almost at PerlCritic Level 1)
34   - Turn on taint mode
35   - Update author's email address
37 0.4 (2008-11-01)
38   - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
39   - Add some setup instructions in the README file
40   - Mention the new homepage in the README file
42 0.3 (2008-09-09)
43   - Look at the full path of files in the current directory to make sure they are
44     checked against the list of exclusions (thanks to Yi-Feng Tzeng!)
46 0.2 (2008-06-09)
47   - Add support for system-wide protected path list
48   - Add support for user-specific protected path list
49   - Better instructions in the POD manpage
50   - Check for infinite loops before using the "real" rm
51   - Restore the original pathname when realpath fails
53 0.1 (2008-06-08)
54   - Initial public release