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


2011-11-05  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* Version Alpha_31.1 release.

	* src/apps/file/ChangeLog: fixed Bug #31115 - Assert in file-list if
	the --public and --md5 options are specified and the public file has no
	MD5 sum stored.
        <SVN-4925> <SVN-4926>


2011-11-04  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/util/ChangeLog: fixed Bug #34701 - changed so print statment
	triggers on the last chuck of each gigabyte and fixed print statement
	to calculate values correctly.  Also added printing of block subtotals
	on each line.
	<SVN-4920>


2011-10-30  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/file/ChangeLog: renamed symbolic link for file-check to ofk
	to match the symbolic link for archive-check (oak).
        <SVN-4918>


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

	<These changes were made on the alpha_31_branch>

	* include/objectify.h (MatchCode): added IgnoreCase.
	<SVN-4916>
	* src/lib/objectify/ChangeLog: added nwos_find_file_path_ignore_case
	function.
	<SVN-4914>
	* src/apps/file/ChangeLog: added ignore-case option to file-verify.
	<SVN-4915>


2011-06-20  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/file/ChangeLog: fixed file-verify to free temporary path and
	file association object that can be returned if ignore-path flag is
	set.
	<SVN-4909>
	* src/lib/objectify/ChangeLog: fixed Bug #33591, changed
	nwos_find_matching_path_and_file_association to create a temporary path
	and file association object to return when ignore path is set.
	<SVN-4907> <SVN-4908>
	* include/objects.h (nwos_free_temporary_object_from_reference): added
	external declaration for.
	<SVN-4906>


2011-05-10  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/fine/ChangeLog: fixed play_music to compile in new directory
	structure and newer version of Fine compiler.
	<SVN-4900> <SVN-4901> <SVN-4902> <SVN-4903>


2011-05-04  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/util/ChangeLog: fixed Bug #33224 - changed the archive-sync
	chunk_info post verify loop to deal with empty chunks in both the
	source and desination archives correctly.
	<SVN-4897> <SVN-4898>


2011-04-22  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/util/ChangeLog: fixed archive-sync so that it works
	correctly when the destination archive is empty and to keep a count of
	empty chunks in the  source archive directly instead of trying to
	calculate it.
	<SVN-4895>


2011-04-21  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	* include/reference.h (nwos_word_to_ref): change to use a temporary
	variable to eliminate compiler warning about aliasing.
	* src/lib/objectify/ChangeLog: eliminated compiler warning in objects.c
	file.
	* src/apps/data/ChangeLog: eliminated compiler warning in object-dump.c
	file.
	* src/apps/util/ChangeLog: eliminated compiler warnings in
	archive-compress.c, compressed-diff.c, and compressed-patch.c files.
	<SVN-4892> <SVN-4893>


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

	<These changes were made on the alpha_31_branch>

	* src/apps/util/ChangeLog: changed archive-sync so that the destination
	archive can have empty chunks that don't exist in the source archive.
	<SVN-4890>


2011-03-12  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/music/ChangeLog: changed opod.c to read multiple files.
	<SVN-4883> <SVN-4884> <SVN-4885> <SVN-4886> <SVN-4887> <SVN-4888>


2011-03-11  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/music/ChangeLog: changed opod.c to read the file from an
	Objectify archive.
	<SVN-4879> <SVN-4880> <SVN-4881>


2011-03-10  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/apps/music: new directory
	* src/apps/music/opod.c: new file
	* src/apps/music/ChangeLog: new file
	<SVN-4876> <SVN-4877>


2011-02-20  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/lib/objectify/ChangeLog: fixed a couple of bugs introduced in
	revision 4868.
	<SVN-4869> <SVN-4870>

	* include/reference_list.h (nwos_free_ref_lists): added external
	reference for new function.
	* src/lib/objectify/ChangeLog: split up 
	<SVN-4868>
	Note: these changes were made on 2011-01-05 but not checked in.


2011-01-30  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/lib/objectify/ChangeLog: fixed Bug #32454 - use new
	nwos_is_file_class_reference function to determine if a reference is a
	file class reference.
	<SVN-4864> <SVN-4866>
	* include/class_definition.h (nwos_is_file_class_reference): added 
	external reference for.
	* src/lib/objectify/ChangeLog: created new nwos_is_file_class_reference
	function.
	<SVN-4862> <SVN-4863>


2011-01-25  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* ChangeLog renamed to ChangeLog-2010 and new ChangeLog file for 2011
	created.
	<SVN-4860>


2011-01-19  J. Scott Edwards  <j.scott.edwards.nwos@gmail.com>

	<These changes were made on the alpha_31_branch>

	* src/lib/objectify/ChangeLog: Fix Bug #28419 - reading reference list
	into cache gets stuck in infinite loop if decryption fails.
	<SVN-4859>


For entries prior to 2011 see the ChangeLog-2006, 2007, 2008, 2009, and 2010
files.

