2012-06-30  Sergey Poznyakoff  <gray@gnu.org.ua>

	Version 2.0

	* NEWS: New file.
	* Makefile (DISTFILES): Add NEWS.
	* README: Edit.
	* kbdlock.1: Likewise.
	* main.c (main): Improve output.
	(timeout_option): Rename to time_left. All uses updated.
	(timeout_option): New variable.
	(readpass, wait): Update time_left if timeout is set.
	(gettimeout): Minor change.

2012-06-30  Sergey Poznyakoff  <gray@gnu.org.ua>

	* main.c: Fix error output.

2012-06-30  Sergey Poznyakoff  <gray@gnu.org.ua>

	* main.c (prissue): Minor change.

2012-06-29  Sergey Poznyakoff  <gray@gnu.org.ua>

	Bugfixes.

	* main.c: Define _GNU_SOURCE.
	[HAVE_CURSES]: Fix conditional inclusion.
	(timeout): Rename to timeout_option to avoid conflicts with
	libcurses. All uses updated.
	(usrcnt): New function.
	(prissue): Change handling of backslash escapes to match this
	of /bin/login.

2012-06-29  Sergey Poznyakoff  <gray@gnu.org.ua>

	* Makefile: Add user-defined variables. Add "dist" and
	"distdir" rules.
	* README: Update.
	* main.c: Do not hardcode the package version, use the
	VERSION macro instead.
	* kbdlock.1: New file.

2012-06-28  Sergey Poznyakoff  <gray@gnu.org.ua>

	* Makefile (CFLAGS): Define HAVE_CURSES
	(LDFLAGS): Add -lcurses.
	* main.c [HAVE_CURSES]: Include termios.h
	(main): New option -c (--clear)
	(main) [HAVE_CURSES]: Clear screen prior to displaying issue.

2012-06-28  Sergey Poznyakoff  <gray@gnu.org.ua>

	* main.c: Change to GPLv3+.  Fix help output (include
	bug-reporting address), Don't use getpass, instead read data
	from tty directly.  Output /etc/issue before prompting for
	the password.
	New options: -i FILE -- defines the file to read instead of
	/etc/issue, -s TIME -- sets the time to sleep after a wrong
	password attempt.
	(readpass,wait,prissue): New functions.
	(checktty): Remove.
	* Makefile.am (CFLAGS): Define GNU_STYLE_OPTIONS by default.
	Add clean rule.
	* README: Update.

2005-04-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* main.c: Replace bzero with memset. Replace sig_ignore with SIG_IGN
	* main.c: Updated FSF address. Added include <crypt.h>

1999-12-09  Sergey Poznyakoff  <gray@Mirddin.farlep.net>

	* main.c: Check if the terminal is valid before proceeding.

1999-11-15  Sergey Poznyakoff  <Mirddin.farlep.net>

	* main.c: New file.


Local Variables:
mode: change-log
version-control: never
End:
