2007-04-30  Erez Zadok  <ezk@cs.sunysb.edu>

	* released version 0.2.1.

	* ctl.c (dump_branches): don't dereference possible NULL array
	pointer.
	(load_branches): return actual error value, not 0 always.  Bug
	report by Paul Hewlett (paul AT gccs co za).

	* unionctl.c (main): on error, display actual path which failed.

	* ctl.c, dbg.c, imap.c, unionctl.c, unionfs_utils.h, unionimap.c:
	remove trailing ^M chars.

2007-03-13  Erez Zadok  <ezk@cs.sunysb.edu>

	* start version 0.3pre.

	* released version 0.2.

2007-02-21  Erez Zadok  <ezk@shekel.local>

	* man/uniondbg.8: expand description of -g option.  Fix URL.

	* configure.ac: turn off maintainer-mode rules.

	* bootstrap: new bootstrap script, includes autoheader and more.

2006-12-13 Yiannis Pericleous <yiannnos@gmail.com>

	* configure.ac: changed prereq to v2.57

2006-12-09  Erez Zadok  <ezk@cs.sunysb.edu>

	* .cvsignore: don't ignore "source" files (so we sync up on a
	single good set of autotoo M4 macros).

	* man/.cvsignore: ignore generated files.

	* configure.ac: generate Makefile in man/ subdir.

	* bootstrap: proper order of commands and automake flags.
	Warn user on error.
	Don't run libtoolize each time, only once.

	* Makefile.am: move all man-page related commands to
	man/Makefile.am.

	* man/Makefile.am: new file for man pages (must have one for each
	separate dir in distro).

2006-11-17 Yiannis Pericleous <yiannnos@gmail.com>

	* INSTALL: removed makefile default, added utils
	specific instructions
	* unionfs_utils.spec: version 0.2pre

2006-10-12  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* vers.m4: 0.2pre

2006-10-12  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* config.h.in, .cvsignore: Some versions of autotools require
	config.h.in, updated .cvsignore

2006-10-24 Yiannis Pericleous <yiannnos@gmail.com>

	* AUTHORS, README: updated docs

2006-10-13 Yiannis Pericleous <yiannnos@gmail.com>

	* unionfs_utils.spec: Added man pages to rpm

2006-10-12  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* usercommon.c: Removed duplicate copyright header

2006-10-12 Yiannis Pericleous <yiannnos@gmail.com>

	* ctl.c, usercommon.c: Moved get_real_path function to usercommon.c
	from ctl.c, so that imap can find unions with relative paths.
	Also libtoolized usercommon.c and fixed some leaks in ctl.c

2006-10-12  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* vers.m4, configure.ac: Move version number out into a separate
	file - this will make it easier for the nightly snapshot scripts to
	do whatever they need (like rewriting the version number to include
	the date/time)

2006-10-11 Yiannis Pericleous <yiannnos@gmail.com>

	* unionimap.c, unionctl.c: some error reporting

2006-10-06 Yiannis Pericleous <yiannnos@gmail.com>
	* man: added man pages

2006-10-06 Yiannis Pericleous <yiannnos@gmail.com>

	* unionfs_utils.spec: changed install dir to /usr/
	* unioniamp: if no libuuid, imap does not compile
			slib compiles with warning

2006-10-05 Yiannis Pericleous <yiannnos@gmail.com>

	* union*.h: Some minor autotool modifications
	* rpm/unionfs_utils.spec: added rpm .spec file

2006-10-04 Yiannis Pericleous <yiannnos@gmail.com>

	* union*.h : More ifdefs

2006-10-02 Yiannis Pericleous <yiannnos@gmail.com>

	* bootstrap: Added bootstrap script
	* union*.h: Added some ifdefs

2006-09-29 Yiannis Pericleous <yiannnos@gmail.com>

	* unionimap : Added checks for libuuid
	* configure.ac : Removed some unnecessary checks
	* config.h.in : Removed from CVS, since unneeded

2006-09-27 Yiannis Pericleous <yiannnos@gmail.com>

	* Autotools : added initial autotool scripts
		(configure.ac, Makefile.am, config.h.in)
	* AUTHORS, NEWS, README : added, empty
	* INSTALL, COPYING : added (default generated by automake)

2006-09-27 Yiannis Pericleous <yiannnos@gmail.com>

	* unionfs_utils_*.c: Renamed to imap.c dbg.c and ctl.c
	* ALL: Cleaned up code

2006-09-22 Yiannis Pericleous <yiannnos@gmail.com>
	* unionfs_utils.c : Split into 3 files: unionfs_utils_imap.c,
				unionfs_utils_ctl.c, unionfs_utils_dbg.c

2006-09-19 Yiannis Pericleous <yiannnos@gmail.com>

	* ALL:	Unionfs_utils shared library

2006-09-08  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* unionfs.h: Forgot to add unionfs.h

2006-09-08  Josef Sipek  <jsipek@fsl.cs.sunysb.edu>

	* ALL: Copied utils from the old unionfs repo
