2 - Remove unnecessary dependency on Env
5 - Read user config from $XDG_CONFIG_HOME/safe-rm too
6 - Update URL and email address (safe-rm.org.nz is deprecated)
9 - Add IFS to the list of environment variables to untaint
12 - Add /lib32 and /lib64 to the default blacklist (bug #1097972)
13 - Mention rmfd in the README
16 - Remove unnecessary dependency on English.pm
19 - Add CDPATH to the variables to untaint
22 - Allow the deletion of symlinks to protected paths
23 - Change the "skipping" message to make it obvious that it comes from safe-rm
26 - Add basic support for wildcards in config files
27 - Always run rm even when there are no arguments
28 - Add contents to the manpage
29 - Much cleaner code (almost at PerlCritic Level 1)
31 - Update author's email address
34 - Allow the root directory to be in the protected paths (thanks to Mubeen Jukaku!)
35 - Add some setup instructions in the README file
36 - Mention the new homepage in the README file
39 - Look at the full path of files in the current directory to make sure they are
40 checked against the blacklist (thanks to Yi-Feng Tzeng!)
43 - Add support for system-wide protected path list
44 - Add support for user-specific protected path list
45 - Better instructions in the POD manpage
46 - Check for infinite loops before using the "real" rm
47 - Restore the original pathname when realpath fails
50 - Initial public release