2 - Add IFS to the list of environment variables to untaint
5 - Add /lib32 and /lib64 to the default blacklist (bug #1097972)
6 - Mention rmfd in the README
9 - Remove unnecessary dependency on English.pm
12 - Add CDPATH to the variables to untaint
15 - Allow the deletion of symlinks to protected paths
16 - Change the "skipping" message to make it obvious that it comes from safe-rm
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)
24 - Update author's email address
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
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!)
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
43 - Initial public release