20000428
	version: rpmproc 1.0
	- initial release

20000501
	version: rpmproc 1.1
	- fix bug with emptying destination upload directories
	- added altdir to upload function

20000504
	version: rpmproc 1.2
	- support for multiple files with same prefix (ie. prefix and prefix-sub)
	- added sendmail support (requires Mail::Sendmail)

20000610
	version: rpmproc 1.3
	- added configuration file /etc/rpmproc.conf
	- made using rpmlint configurable
	- added more error handling code
	- optimize code a little bit more

20000617
	version: rpmproc 1.4
	- cleaned up the directory cleaning and file copying code in the
	  upload function
	- better testing for files to test with rpmlint
	- fixed qmail sending, no longer sends as user "vdanen"
	- fixed error if you ran rpmproc in a directory other than
          $ROOT_RPM/SPECS.  it no longer leaves you in the ./SPECS/
          directory
	- made architecture-independant RPM types specified in the config
          file as ARCH.  this will allow for specifying alpha, sparc, k6,
          and other archs other than just the previously hard-coded
          i386/i586/i686
	- no longer any need to escape the "@" character in email addresses
	  in the config file
	- no longer do the keywords in the config file have to be in upper
	  case

20000727
	Changes submitted by Alexander Skwar <ASkwar@DigitalProjects.com>
	version: rpmproc 1.5
	- added configuration file ~/.rpmprocrc
	- use the old configuration file /etc/rpmproc.conf only if
	  ~/.rpmprocrc is not available
	- new configuration parameter: HEADER.  This takes a line of text
	  and makes it the first line of the message
	- now also uses TRAILER when using sendmail

20000806
	version: rpmproc 1.6
	- better handling of RPM pattern matching (ie. using "qmail" would
	  before match qmail*, including qmail-* and qmailanalog-*)
	- remove MAILER keyword.  No need to specify your mailer type
	  anymore, however this now requires Mail::Sendmail
	- added new keyword SMTP, which defines your SMTP server (either
	  localhost or your ISP's server or whatever)
	- added X-Mailer header to email messages
	Changes submitted by Alexander Skwar <ASkwar@DigitalProjects.com>:
	- rpmproc refuses to send empty changelog messages (usually a result
	  of specifying a non-existant RPM)

20001009
	version: rpmproc 1.7
	- added Message-ID header to email messages (very basic routine to
	  obtain a somewhat decent msgid).  This helps with programs like
	  hypermail that require a Message-ID header to function
	- added support for cleaning source and spec files using the rpm
	  --rmspec and --rmsource command line options to save space on the
	  build host.  New keyword CLEANSOURCE in config file.

20001011
	Changes submitted by Alexander Skwar <ASkwar@DigitalProjects.com>:
	- changed rpmproc.conf to indicate how to have email sent to
	  multiple recipient addresses

20010507
	version: rpmproc 1.8
	- changed FTP-specific sending to "Delivery Agent" to allow scp
	  (secure transfers using ssh) as well.  Obsolete keyword FTP is now
	  AGENT.
	Changes submitted by Guillaume Rousse <Guillaume.Rousse@univ-reunion.fr>:
	- forced locales to US to prevent date localization when invoking
	  rpm
20010903
	version: rpmproc 1.9
	Changes submitted by Guillaume Rousse <rousse@ccr.jussieu.fr>:
	- complete rewrite of remote and local upload functions (were contrib and
	  local), using Perl modules instead of system calls. They now support:
	  - configurable destination directory
	  - configurable files perms
	  - configurable old files cleaning
	  - configurable rpm type selection (source, binary, all)
	- new alternate configuration file command line option
	- all configuration files are now parsed sequentialy, allowing overriding
	- prefixing of all configuration variables to make clear to which function
	  they are related
	- unification of boolean configuration variables semantic through application:
	  1 means true, anything else means false
	- new general verbosity configuration option
	- rewrite of dump function, to accomodate those changes

20011125
	version: rpmproc 1.10
	- new config option BUILD_RPMTARGET to specify what version of rpm
	  you use (>=4.0.3, <4.0.3) to know how to use --target
	Changes submitted by Guillaume Rousse <rousse@ccr.jussieu.fr>:
	- you can now use any number of actions (build, mail, upload) on any
	  number of packages, with no specific order or arguments as it uses
	  Get Opts
	- enforced more strict pattern matching on rpm names
	- grouped all major and minor functions together
	- kept uppercase for global variables
	- changed major functions main argument name:
	  - $name is the software name
	  - $rpm is one of the package composing this software
	- some harmonization between function code
	- CHANGELOG_* in config is now MAIL_*
	- many config changes, be sure to check them

20011220
	version: rpmproc 2.0.0
	- major rewrite, based on spec file analysis
	- new versioning scheme
	- use strict
	- use a hash for configuration
	- allow command-line configuration override
	- one only build function
	- all configuration check in one place
	- more explicit variable names
	- auto-check of exact rpm version
	- md5sum use also for remote upload

20020217
	version: rpmproc 2.0.1
	- better macro handling in spec file analysis
	- fixed -n option for %files sections
	- support for nosrc packages
	- replaced umask setting by explicit files and directories perms
	- use of install command for remote task by scp agent

20020311
	version: rpmproc 2.1.0
	- yet another major rewrite, using data structure for caching information
	- each task is processed for every package before switching to next one
	- arbitrary splitting of package files for uploading
	- scp and ftp are now two different tasks
	- dropped short versions of tasks command-line arguments
	- use of install command for local task
	- manual html page

20020315
	version: rpmproc 2.1.1
	- fixed several directive name in configuration file
	- fixed option management for package unit computing
20020422
	version: rpmproc 2.1.2
	- fixed md5sum file creation
	- fixed md5sum local upload
	- fixed nosrc package management
	- fixed wrong error message for changelog function
	- support for evaluated macros

20020506
	version: rpmproc 2.1.3
	- fixed stupid syntax error
	- fixed install script anormal persistence

20020510
	version: rpmproc 2.1.4
	- new info action
	- trim spaces/tabs around tags values
	- bash completion :-)
