2005-10-11  Sergey Poznyakoff  <gray@gnu.org.ua>

	* main.c: Remove leftover BSD-isms:
	err,errx,warn,warnx, cast to (void) before function calls. Use GNU
	error() uniformly.
	* Makefile.am: Remove ansi2knr. Add copyleft header. Update
	INCLUDES.
	
2005-01-22  Alfred M. Szmidt  <ams@gnu.org>

	* tftp.c: [!HAVE_DECL_ERRNO]: Removed extern declaration for
	errno.
	[!HAVE_DECL_STRERROR]: Removed extern declaration for strerror.

2005-01-21  Alfred M. Szmidt  <ams@gnu.org>

	* Makefile.am (INCLUDES): Removed
	`-I$(top_builddir)/include'.  Added `-I$(top_srcdir)/headers' and
	`-I$(top_srcdir)/lib'.
	(LDADD): Added `-L../lib -lgnu'.

	* main.c: Use "xalloc.h" instead of <xalloc.h> when including it.
	
2004-09-29  Alfred M. Szmidt  <ams@kemisten.nu>

	* Makefile.am (LDADD): Use `$(top_srcdir)' instead of relative
	path.
	(INCLUDES): Search for headers in `$(top_srcdir)/libinetutils'
	instead of `$(top_builddir)/libinetutils'.

2004-09-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* Makefile.am (INCLUDES): Add libinetutils
	* main.c: Fixed possible memory overruns.
	(setpeer): Fixed coredump on hitting return after '(to)' prompt.
	Fixed indentation.
	* tftp.c: Fixed indentation.
	
2002-05-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* tftp/tftp.c: Checks for HAVE_DECL variables must read
	  #if !HAVE_DECL_something, since AC_CHECK_DECLS always
	  declares HAVE_DECL, either to 0 or to 1. 	  
	* tftpd/tftpd.c: Likewise.

2002-04-21  Alfred M. Szmidt <ams@kemisten.nu>

	* Makefile.am (inetdaemon_PROGRAMS): Use tftpd_BUILD instead of
	BUILD_TFTPD.
	* tftp.c [HAVE_STRERROR_DECL]: Renamed to HAVE_DECL_STRERROR.

2002-02-10  Jeff Bailey  <jbailey@outpost.dnsalias.org>

	* Makefile.am: Add -I$(top_builddir)/include to INCLUDES

2001-11-02  Marcus Brinkmann  <marcus@gnu.org>

	There is a function sendfile() in the FreeBSD system headers, so:
	* tftp.c (sendfile): Rename to...
	(send_file): ... this.
	* main.c (put): Call send_file, not sendfile.
	* extern.h: Prototype send_file, not sendfile.

2000-07-05 Alain Magloire

	* *: Clause 3 removed.
	excerpt from email with RMS:
	"UCB has agreed to drop the advertising clause from the license for all
	BSD software.  The advertising clause is this one:

	3. All advertising materials mentioning features or use of this software
		must display the following acknowledgement:
		This product includes software developed by the University of
		California, Berkeley and its contributors.

	This means that we can delete that paragraph from all files which give
	the University of California as the only copyright holder."
