
2008-03-14  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: added 'add_class' program.

	* add_class (main): changed to create a SHA512 class.


2008-03-13  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: added 'add_class_revision' program.

	* add_class_revision (main): changed to create a new FILE class with
	a SHA512 checksum.


2008-02-16  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* log_file.c (main): changed to call new nwos_add_info_to_existing_file
	function in file.c to add the, size, time_stamp, SHA1, and SHA256
	checksums to existing file created with only an MD5.
	* read_md5_file.c (main): changed to call new
	nwos_create_file_with_only_md5 function for each entry read from the
	MD5 file.


2008-02-15  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* log_file.c (main): changed AccessType to PUBLIC.

	* Makefile.in: added file.o to list of object files to be compiled in
	public mode.  Also added log_file.c to dependencies for log_file
	target.


2008-02-14  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* read_md5_file.c: new program to read a file of MD5 sums into the
	public objects.


2008-02-09  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: new file to build the object files for this directory,
	I seem to have lost my old compile.sh script.  This initial version
	builds the log_file program which logs public files.


2008-01-02  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* fix_dif.c: new program to repair .dif files that had duplicate blocks
	in them because of Bug #1862306.


2007-12-23  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* link_img_files.c: Old file from 2007-06-16 11:37 to link together
	img*.jpg files with the same names.  This was a hack to link photos
	that had been edited with the original versions from the camera.


2007-12-09  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* eliminate_one_block_chunks.c: new program that reads a compressed
	file and finds (16 megabyte) chunks that only have 1 (256 byte) block
	in them and moves that block to an adjacent block.  This is to reduce
	the amount of space required for storage.
	* diff_eliminated: new program created from diff_compressed to diff the
	output of eliminate_one_block_chunks.


2007-11-24  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>
	
	* log_file.c: new program to add files to public objects.

