From 5e6cb7f9d1ceabf15a5705e36a68a6ee23731ebd Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Sat, 29 Dec 2007 22:52:49 +0100 Subject: [PATCH] vlock-2.2 rc4 --- ChangeLog | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7bde39..2e6eceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-12-29 Frank Benkstein + + vlock 2.2 rc4 + + * Slightly changed the fix for the previous security issue: directory parts + are now silently stripped from erronous names instead of reported as errors. + * Fixed a file descriptor leak in script handling. + * Fixed a bug where vlock would run in an infinite loop if not started from + a terminal. Now it simply exits. + * Added unit tests (using cunit). + 2007-11-28 Frank Benkstein vlock 2.2 rc3 diff --git a/Makefile b/Makefile index bb35445..caba6a0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk VPATH = src -VLOCK_VERSION = 2.2 rc3 +VLOCK_VERSION = 2.2 rc4 PROGRAMS = vlock vlock-main -- 2.11.4.GIT