2 - Add /usr/local/etc/safe-rm.conf as alternative config file (bug #1893500).
3 - Upgrade links to HTTPS and fix dead ones.
6 - Remove unnecessary dependency on Env
9 - Read user config from $XDG_CONFIG_HOME/safe-rm too
10 - Update URL and email address (safe-rm.org.nz is deprecated)
13 - Add IFS to the list of environment variables to untaint
16 - Add /lib32 and /lib64 to the default exclusions (bug #1097972)
17 - Mention rmfd in the README
20 - Remove unnecessary dependency on English.pm
23 - Add CDPATH to the variables to untaint
26 - Allow the deletion of symlinks to protected paths
27 - Change the "skipping" message to make it obvious that it comes from safe-rm
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)
35 - Update author's email address
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
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!)
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
54 - Initial public release