From ee29d960ed992a8814fb770d0221b368683ff154 Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Sun, 4 Nov 2007 08:27:54 +0100 Subject: [PATCH] vlock 2.2 beta2 --- ChangeLog | 10 +++++++++- Makefile | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 265ece7..8761d4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ +2007-11-04 Frank Benkstein + + vlock 2.2 beta2 + + * Improved error handling and error messages. + * Fixed portability bugs. + * Fixed dependency handling bug. + 2007-10-16 Frank Benkstein vlock 2.2 beta1 - * Documentation update. + * Documentation update. * Improved error handling. 2007-10-03 Frank Benkstein diff --git a/Makefile b/Makefile index 3bf26bc..e66f470 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk VPATH = src -VLOCK_VERSION = 2.2 beta1 +VLOCK_VERSION = 2.2 beta2 PROGRAMS = vlock vlock-main -- 2.11.4.GIT