
This is part of the Objectify project documentation.
Copyright (C) 2009, 2010   J. Scott Edwards
See the file README for copying conditions.


2010-09-05  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in (install): changed --no-dereference to -P and root:root
	to 0:0 so that it will install correctly on FreeBSD.
	<SVN-4673>


2010-01-21  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: added creation, clean, install, and uninstall of short
	three letter symbolic link names:
	  ooc -> object-check
	  ood -> object-dump
	<SVN-4475>

	* Makefile.in: reordered the apps so they are in alphabetical order
	again.
	<SVN-4474>

	* Makefile.in: renamed the apps to get rid of the underscores and make
	group them better.
	* check_objects.c: renamed to object-check.c.
	* dump_obj.c: renamed to object-dump.c.
	<SVN-4473>


2010-01-13  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: changed so distclean invokes clean instead of cleanall
	so that it doesn't try to clean the libraries, because the top level
	Makefile does that for distclean.


2010-01-03  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: changed so distclean invokes cleanall to purge the
	libraries.  Change was from 2009-10-25 but I forgot to check it in.
	<SVN-4421>


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-05  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* Makefile.in: copied from root directory Makefile.in and fixed to
	build just the check_objects, computer, and dump_obj programs.
	<SVN-4275>  <SVN-4277>

	* computer.c: removed include of crc32.h which is no longer necessary.
	<SVN-4276>


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

	* check_objects.c: moved from root directory.
	* computer.c: moved from root directory.
	* dump_obj.c: moved from root directory.
	<SVN-4261>

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

