Version 1.6 -> 1.6.1
- Fixed a problem where the URL would sometimes become corrupted when
  using anonymous FTP.
- Fixed a problem where extra spaces would sometimes show up in front
  of RPM names.
- Added the FTP_Timeout config file command.
- Fixed a problem where parenthesis inside of parameters in the config
  file were incorrectly parsed.

Version 1.5.9 -> 1.6
- Added support for ftp://ftp.somewhere.com style ftp site descriptors
- Added support for non-anonymous FTP
- I think that Passive/Proxy FTP modes should work better now... but
  I still need somebody to confirm this...
- Changed PGP_Require to a simple "Yes/No".
- Sped up the code a bit.
- Added an option in the config to set the umask.

Version 1.5.8 -> 1.5.9
- AutoRPM treats noarch RPMs correctly.... I am
  serious this time ;)
- Listings of files that could not be removed would
  sometimes get mixed up.  This is fixed now.
- I broke recursion when I fixed the "Caching & Relisting"
  bug in version 1.5.8.  Now the bug is still fixed *and*
  Recursion works.

Version 1.5.7 -> 1.5.8
- Passive and Firewall FTP should really work now.
- Fixed "Caching & Relisting" bug...
- Now creates a log file of RPM installations

Version 1.5.6 -> 1.5.7
- Fixed a small bug with the reporting of installation errors.
- Fixed some typos in man pages
- No longer will die when can't connect to FTP site
- Can properly handle RPMs on FTP sites that are really old.

Version 1.5.5 -> 1.5.6
- Fixed one little bug in the version comparison code

Version 1.5.4 -> 1.5.5
- Made Compare_To_Installed command work.
- Modified PGP_Require command, check autorpm.conf(5)
- Fixed some recursion bugs

Version 1.5.3 -> 1.5.4
- No longer dies with problem FTP sites.
- Added Compare_To_Installed command.

Version 1.5.2 -> 1.5.3
- No longer adds any extra carriage returns to RPM output
- Added Recursive_Copy_After_Install command.
- Really does know about 'noarch' now.
- Knows about "can't remove <file>" output from RPM.

Version 1.5.1 -> 1.5.2
- Hopefully 100% correct version comparison code.  I can't find
  a case where it fails...
- AutoRPM is smart enough to know that it just stored a file
  somewhere so that it doesn't download a file from an FTP
  site twice.
- AutoRPM now knows about 'noarch'... I kinda cheated and
  hard-coded it in...

Version 1.5 -> 1.5.1
- A print statement in the wrong place made output difficult
  to understand.  Now fixed.
- Will not die when a directory can't be accessed.

Version 1.4 -> 1.5
- Fixed bugs with the FTP_Passive and Hostname commands.
- Changed version comparison code and added version test mode.
- Now denotes NEW files in Interactive Install mode.

Version 1.3.2 -> 1.4
- Cleaned up and improved the reporting process significantly.
  See autorpm.conf(5) and the new default /etc/autorpm.conf
  for details.
- Added support for Passive FTP and Firewalls.  See autorpm.conf(5).
- Changed a few minor formatting things...

Version 1.3 -> 1.3.2
- Fixed bug with the checking of PGP signatures over FTP
- Made a few minor changes...
- Added mention of mailing lists

Version 1.2.1 -> 1.3
- RPM kept exiting w/ a status of -1 no matter what when AutoRPM
  is run from cron.  I no longer use the exit status of RPM
  except in Interactive-Mode.
- Can now make installation decisions based on the PGP signature
  of the RPM.  See autorpm.conf(5) for more details.
- Can now merge all mailings to a given address into one report,
  if desired.
- Can now only mail a report only if anything actually happened...
- Entry count for Interactive queue is now accurate if there
  are repeated entries.  The last entry for a repeated entry
  is the one used.
- A few other bug-prevention changes ;)

Version 1.2 -> 1.2.1
- Assumes 'rpm -qa' works in a cron-job, as it really does but
  doesn't look like it... don't know why...
- added --version switch

Version 1.1 -> 1.2
- Fixed a few small bugs
- Renamed a few commands, and added several, check out the
  commented config file.
- Fixed the actual RPM installation procedures as they didn't
  always work.  I made some bad assumption about how RPM works
  and how it reports errors, but it should be better now.
- Added tons of small features and made the program more
  tolerant to some errors.
- Finally! - a man-page for the configuration file!

Version 1.0 -> 1.1
- Regex commands actually work now!
- Only offers to delete non-FTP files
- AutoRPM now *remembers* when you remove a file from the queue.
  It remembers exactly which remote file (including version and
  original location) and which local file (or locally installed
  RPM) that made the original entry that you removed and will
  not ask about that particular pair again.  Thanks to
  John Johnson <jdjohnso@nc.com> for this Auto-Ignore idea.
- Checks PGP signatures
- Added 'Allow_Delete' option to prevent you from accidentally
  deleting what you don't want to...

