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
