2011-08-24  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repository.

2011-06-01  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).

	* openbsd-compat/Makefile.am:
	* openbsd-compat/compat.h:
	* openbsd-compat/md5.c:
	* openbsd-compat/md5_helper.c:
	* LICENSE:
	- remove md5{,_helper}.c files, no longer needed
	- update licenses

2010-08-23  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).

	* src/CVS/Root:
	* regress/CVS/Root:
	- update

	* openbsd-compat/sys-tree.h: 
	* src/file.h:
	- add "sys-tree.h" header

	* src/diff3.c (diff3_getline):
	- rename getline() to diff3_getline(), to avoid colision with
	POSIX getline().

	* src/client.c:
	* src/diff_internals.c:
	* src/import.c:
	* src/log.c:
	* src/server.c:
	* src/xmalloc.c:
	- add #define _GNU_SOURCE to properly define vasprintf() prototype

	* src/remote.c:
	- cast to follow format string

2008-07-12  chl  <chl@tuxfamily.org>

	* openbsd-compat/fnmatch.c: 
	* openbsd-compat/error.c: 
	- remove __unused usage by adding #if 0 around.

2008-07-10  chl  <chl@tuxfamily.org>

	- deal with missing err.h header, and associated functions
	(err{,x}() and warn{,x}()i) on Solaris. Taken from sudo. (reported by
	Mike Belopuhov and Elias Pipping).
	- deal with missing FNM_CASEFOLD flag for fnmatch on Solaris (reported
	by Mike Belopuhov).
	- find a missing #include "defines.h" for rcs.h file (reported by Mike
	Belopuhov).
	- deal with missing MAP_FILE on Solaris (reported by Mike Belopuhov).
	- deal with missing MAXNAMLEN on IRIX64 (reported by Elias Pipping).
	- deal with missing d_type and d_fileno on Solaris (reported by Mike
	Belopuhov).
	- update from the latest OpenCVS cvs repo (source only).

2008-06-25  chl  <chl@tuxfamily.org>

	- add strsep to openbsd-compat, to build on IRIX64. Taken from
	portable openssh. (reported by Elias Pipping).

2008-06-24  chl  <chl@tuxfamily.org>

	- fix some newly introduced issue du to my last update:
	  * remove clock_t structure definition in defines.h (reported by
	    Igor Zinovik).
	  * remove pid_t and sockaddr_un structure definition in defines.h
	    (reported by Mike Belopuhov).
	- deal with missing tm_gmtoff field in struct tm on Solaris
	  (reported by Mike Belopuhov).
	- handle u_intXX_t types properly (reported by Mike Belopuhov and
	Elias Pipping).
	- update from the latest OpenCVS cvs repo (source only).

2008-06-21  chl  <chl@tuxfamily.org>

	- update bootstrap script by following Andrey Oktyabrsky advises
	about missing -q option for grep on Solaris.
	- add #include <netdb.h> to edit.c due to MAXHOSTNAMELEN use when
	building on Solaris (reported by Mike Belopuhov).
	- deals with u_intXX_t types which are not declared on Solaris
	(reported by Mike Belopuhov), by doing the same as in
	openssh-portable.
	- do #include <dirent.h> and only if it does not exist, #include
	<sys/dirent.h> (reported by Mike Belopuhov).
	- On Solaris, struct module_info is already defined in
	/usr/include/sys/stream.h. So rename module_info to
	cvs_module_info (reported by Mike Belopuhov).
	- add -D_POSIX_PTHREAD_SEMANTICS to CFLAGS for allow ctime_r to
	work properly on Solaris (reported by Mike Belopuhov).
	- update from the latest OpenCVS cvs repo (source and regress).

2008-03-10  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).
	- fix build for NetBSD 4.0 (thanks to Igor Zinovik for the
	report and patch).

2008-02-10  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).
	- add LICENCE file.
	- fix build for FreeBSD 6.2-RELEASE (thanks to Igor Zinovik for the
	report and patch).
	- use static library for openbsd-compat, instead of dynamic one.

2008-02-05  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).
	- make it build on FreeBSD 6.2-RELEASE (thanks to Igor Zinovik for the
	report and patch).
	- make it build when basename is not available (from Igor Zinovik's
	suggestion).

2008-02-01  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).

2008-01-11  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).

2007-12-27  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source).
	- make it build on MacOS X (thanks to Elias Pipping for the
	report and help)
	- replace autogen.sh script by
	http://sam.zoy.org/autotools/bootstrap

2007-10-12  chl  <chl@tuxfamily.org>

	- update from the latest OpenCVS cvs repo (source and regress).
	- improve regress tests Makefile

2007-10-06  chl  <chl@tuxfamily.org>

	- make it build when futimes and getdirentries are not available.
	(thanks to Natanael Copa for the initial report and help)
	Now it build on Alpine Linux, which is a Gentoo uclibc distro.

2007-10-04  chl  <chl@tuxfamily.org>

	- add openbsd-compat and regress directories to follow Damien
	Miller advise
	- make it build on amd64

2007-10-02  chl  <chl@tuxfamily.org>

	- first announcement to OpenCVS developers
