CHANGELOG for etc-saver

0.5 to 0.6
---------------------------------------------------------------------
* Fixed problem with removed files listing

* Switched from "--exclude <file>" to "-X <filename>" for excluding
  files from archive for more flexibility and correctness


0.4 to 0.5
---------------------------------------------------------------------
* Added '>> /dev/null 2>&1' to the mount statement to supress
  mount error messages from going to the console

* Documentation clean-up

* Fixed problem with hostname not appearing in email report


0.3 to 0.4
---------------------------------------------------------------------
* Cleaned up messages (grammar and readability).

* Added '>> /dev/null 2>&1' to the tar statement to suppress the "removing
  leading slash" message.


0.2 to 0.3
---------------------------------------------------------------------
* Removed perl script from the previous change, now uses
  simple awk command instead.

* Fixed bug where TARBALL would be written to disk when there
  was not enough space available.  Caused by failure to realize that
  mkfs.ext2 reserves 5% of filesystem capacity. 

* Changed all variables related to disk space to bytes (was blocks)
  for greater precision and ease-of-use (related to above fix)

* Added VERBOSITY switch for email report capability.

* Added check for TARBALL size greater than capacity of DEVICE (at this
  point I guess etc-saver is no longer of use to you unless you add
  more items to the EXCLUDE_TERMCAP variable.


0.1 to 0.2
---------------------------------------------------------------------
* Fixed bug where TARBALL_SIZE was only reported correctly when
  file size was 6 characters long (100000 - 999999 bytes).  This
  was caused by an incomplete understanding of how "cut" works.
  Substituted small perl script for cut command.

