
2009-08-15  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in (PROGS): renamed compress_sparse to compress_archive and
	expand_sparse to restore_archive.
	(compress_sparse): renamed to compress_archive.
	(expand_sparse): renamed to restore_archive.
	* compress_sparse.c: renamed to compress_archive.c.
	* expand_sparse.c: renamed to restore_archive.c.
	(print_usage): changed "input-file" to "compressed-file" in print
	statement.
	<SVN-4335>


2009-08-14  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* patch_compressed (main): added ignore-times option to usage print
	statement.
	<SVN-4331>


2009-08-13  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* sync_archive.c (main): changed warning message about block size
	mismatch to print source and destination instead of "compressed"
	which is incorrect and "disk" which is vague in this context.
	<SVN-4328>


2009-08-08  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: fixed to build correctly in new directory structure.
	<SVN-4310>


2009-08-06  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: copied from root level Makefile.in and fixed to build
	just the "utils" programs.
	<SVN-4291>

	* check_archive.c: removed gnu/ prefix from include of md5.h file.
	* compress_sparse.c: removed gnu/ prefix from includes of md5.h and
	sha1.h files.
	<SVN-4290>


2009-08-04  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* check_files.c: moved from root directory.
	* disc_list.c: moved from root directory.
	* export_file.c: moved from root directory.
	* identify_disc.c: moved from root directory.
	* import_file.c: moved from root directory.
	* list_discs.c: moved from root directory.
	* list_files.c: moved from root directory.
	* log_disc.c: moved from root directory.
	* remove_file.c: moved from root directory.
	* rename_file.c: moved from root directory.
	* verify_file.c: moved from root directory.
	<SVN-4265>

	* ChangeLog (this file): created new for the new src/apps/utils
	directory.  See the ChangeLog file in the root directory for
	changes to these files before 2009-08-04.

