2021-09-01  Simon Josefsson  <simon@josefsson.org>

	version 2.2
	* NEWS: Record release date.

	ftp: check that PASV/LSPV addresses match.
	* NEWS: Mention change.
	* ftp/ftp.c (initconn): Validate returned addresses.

2021-08-26  Simon Josefsson  <simon@josefsson.org>

	rlogind: Code for non-getaddrinfo removed.
	* NEWS: Mention change.
	* src/rlogind.c [!HAVE_DECL_GETADDRINFO]: Remove.

2021-07-26  Simon Josefsson  <simon@josefsson.org>

	logger: Code for non-getaddrinfo removed.
	* NEWS: Mention change.
	* src/logger.c [!HAVE_DECL_GETADDRINFO]: Remove.

	doc: Document recent fixes.
	* NEWS: Add.

2021-07-25  Simon Josefsson  <simon@josefsson.org>

	tests: Don't fail ftp-localhost.sh when sysctl is missing.
	* tests/ftp-localhost.sh: Silent fail.

2021-07-24  Simon Josefsson  <simon@josefsson.org>

	Don't check for getopt_long, no longer used anywhere.
	* configure.ac: Remove check.

	Don't check for getpass, getusershell, and poll (gnulib modules already imported).
	* configure.ac: Remove checks.

	Don't check for memcmp, memcpy, memmove, memset and strdup (no gnulib module needed).
	* configure.ac: Remove checks.

	Drop AC_C_CONST (obsolete).
	* configure.ac: Remove it.

	Use gnulib module socklen.
	* bootstrap.conf (gnulib_modules): Add it.
	* configure.ac: Don't look for it.

	Use gnulib modules stdarg, stdlib and string.
	* bootstrap.conf (gnulib_modules): Add them.
	* configure.ac: Don't look for them.

	Use gnulib environ module.
	* bootstrap.conf (gnulib_modules): Add environ.
	* configure.ac: Don't look for environ.

	Use gnulib errno module.
	* bootstrap.conf (gnulib_modules): Add errno.
	* configure.ac: Don't look for errno.h.

	Use gnulib getpeername module.
	* bootstrap.conf (gnulib_modules): Add getpeername.
	* configure.ac: Don't look for getpeername.

	Refresh some release-related build rules.
	* cfg.mk: Update.

	maint: post-release administrivia
	* NEWS: Add header line for next release.
	* .prev-version: Record previous version.
	* cfg.mk (old_NEWS_hash): Auto-update.

	version 2.1
	* NEWS: Record release date.

	Really try to fix gnulib fts usage.
	* libls/ls.c (ls_main): Use FTS_NOCHDIR.

	Fix gnulib fts usage.
	* libls/cmp.c: Include fts_.h instead of fts.h.
	* libls/ls.c: Likewise.
	* libls/print.c: Likewise.
	* libls/util.c: Likewise.

	Use gnulib's fts code instead of custom libls/ version.
	* bootstrap.conf (gnulib_modules): Add fts.
	* libls/fts.h, libls/fts.c: Remove files.
	* NEWS: Mention change.
	* configure.ac: Drop fchdir test.

	Remove tests obsoleted by gnulib.
	* configure.ac (poll.h, HAVE_SNPRINTF, HAVE_VSNPRINTF, strerror): Drop tests.

	Drop old or unnecessary build rules.
	* Makefile.am (DISTCLEANFILES): Remove inetutils*.tar*.
	(snapshot): Remove rule.
	* bootstrap.conf (bootstrap_sync): Remove, causes unnecessary *-dirty
	version number if bootstrap changes in gnulib.
	(.bootstrap): Remove custom code.
	* configure.ac: Remove no-op comments about old systems.

	doc: Improve README-release.
	* bootstrap.conf (bootstrap_epilogue): Remove.
	* gl/top/README-release.diff: Update.

	Depend on .version instead of configure.ac (for version number changes).
	man/Makefile.am: Fix *.1 dependencies.

	Reorganize NEWS entries.
	* NEWS: Update.

2021-07-20  Simon Josefsson  <simon@josefsson.org>

	doc: Remove completed TODO item.

2021-05-26  Simon Josefsson  <simon@josefsson.org>

	Sync bootstrap with gnulib.
	* bootstrap: Update.

	ftp: Fix usage under Emacs AngeFTP on Mac OS.
	* NEWS: Doc fix.
	* doc/inetutils.texi (ftp invocation): Improve --no-edit.
	* ftp/main.c (main): Disable readline when TERM unset or dumb,
	inspired by trivial patch from Alex Bochannek <alex@bochannek.com>.

2021-05-25  Simon Josefsson  <simon@josefsson.org>

	Mention 'whois' fixes.
	* NEWS: Add.

	Use gitlog-to-changelog.
	* bootstrap.conf (gnulib_modules): Add gitlog-to-changelog.
	(bootstrap_post_import_hook): Create ChangeLog, for automake.
	* Makefile.am (gen-ChangeLog): New rule.
	(dist-hook): Depend on gen-ChangeLog.
	(EXTRA_DIST): Distribute ChangeLog.1.
	* THANKS: Refer to version control logs too.
	* ChangeLog: Renamed to ChangeLog.1.
	* NEWS: Mention change.

2021-05-03  Alfred M. Szmidt  <ams@gnu.org>

	README: Update.

2021-04-28  Simon Josefsson  <simon@josefsson.org>

	telnet: Support --bind (-b) for NetKit compatibility.
	* NEWS: Add.
	* doc/inetutils.texi (telnet invocation): Add --bind (-b).
	* telnet/commands.c (tn): New variables hostaddr and srchostp.
	Parse -b parameter.  Update usage string.  If -b is set, call
	getaddrinfo on it and pass that ai_addr on to bind.
	* telnet/main.c (srcaddr): New global variable.
	(argp_options): Add --bind (-b).
	(parse_opt): Set srcaddr to -b value.
	(main): Propagate -b value to tn function.

2021-04-26  Ashish SHUKLA  <ashish.is@lostca.se>

	whois: Update whois server for .IN

	whois: .ORG is not handled by InterNIC anymore
	See https://www.iana.org/domains/root/db/org.html

2021-02-11  Simon Josefsson  <simon@josefsson.org>

	TODO: Add items discussed on mailing list.

2021-02-05  Simon Josefsson  <simon@josefsson.org>

	Use gnulib sys_types module so we can assume sys/types.h.
	* tests/waitdaemon.c, tests/runtime-ipv6.c, tests/readutmp.c: Drop
	HAVE_SYS_TYPES_H test.
	* bootstrap.conf (gnulib_modules): Add explicit sys_types.

	Fix some autoreconf 2.71 warnings.
	configure.ac: Remove obsolete AC_HEADER_STDC, AC_HEADER_TIME,
	AC_FUNC_SETVBUF_REVERSED, and AC_DECL_SYS_SIGLIST.  Don't check
	for sys/time.h, we never use the test result.

	Fix last commit.

	maint: post-release administrivia
	* NEWS: Add header line for next release.
	* .prev-version: Record previous version.
	* cfg.mk (old_NEWS_hash): Auto-update.

	version 2.0
	* NEWS: Record release date.
