1.1.1 (October 18, 2001)
- Added a FAQ
- Modified scripts to be more Solaris-friendly
- The MIME content-type is renamed whenever a file is renamed
- Uses generic filename if encoded filename is found (remove in defs.h)
- Now uses syslog. Enabled by default (remove in defs.h)
- More checks for buffer overflows in make_safe()
- Confirmed that it works fine with postfix and qmail
- The -v switch now shows version string
- Improved efficiency by strncmp'ing before sscanf'ing

1.1.0 (August 5, 2001)
- Added scripts! configure, make, install, uninstall
- Wrote a manpage
- Converted code to 100% pure C
- Upper limit placed on growing-dynamic-buffer algorithm
- Reads good and bad extensions lists from .conf file
- Partial mode renamed to badlist mode
- Default bad list made much more complete (see renattach.conf)

1.02 (February 22, 2001)
- Improved some error handling (nothing critical)
- Added goodlist mode; renames all except 'good' extensions
- Made code in is_match() more sleek
- Can now act as a procmail filter. See README-procmail
- Added switch to write to stdout [from Colin McKinnon]
- Modified file rename technique [from Colin McKinnon]

1.01 (January 20, 2001)
- Added MTA_TAIL (for customizing MTA switches)
- Added default sendmail switch (-i) to fix odd forwarding behaviour

1.00 (January 12, 2001)
- Now released under the GNU General Public License (GNU GPL)
- Greatly improved MIME file name parser
- Now uses dynamic buffer allocation
- Cleverly placed names can no longer "slip past" the filter
- Other minor changes (thanks to David F. Skoll for his suggestions)

0.16
- Corrected a couple "style" issues in the code
- Added ability to forward the filtered mail to another address
- Improved error handling; detects if mailers are not found on system
- Now can use an MTA (sendmail) to send mail to an external address

0.15
- Bugfix: extensions not recognized with multiple periods in filename
- Made improvements to documentation (incl. installation section)

0.14
- Added alternate installation method to documentation
- Now appends "Rename" to extension, as opposed to ".rename"

0.13
- "First" version

