From: Enrico Scholz Date: Thu, 22 Jan 2004 20:38:10 +0000 (+0000) Subject: version 0.27.90 X-Git-Tag: version_0_27_90~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e74ab169cde61be97ca9ccb2f189fa0bd8849a6;p=util-vserver.git version 0.27.90 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@699 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/NEWS b/util-vserver/NEWS index bdade13..cd384ab 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -1,3 +1,23 @@ +Version 0.28 +============ + + - BUGFIX: fixed context creation when both fakeinit-flag and a + static context is wanted; previous versions ignored the fakeinit + flag in this situation + + - BUGFIX: vserver-copy: autodetect mktemp/tempfile (reported by + DUCLOS Andre) + + - FEATURE: allow to override start/stop commands of vservers + (patch by Erik Smit) + + - BUGFIX: call 'chkconfig' to fix initscripts *after* generating + the configuration (reported by DUCLOS Andre) + + - call programs with 'exec' on vserver's 'suexec' command (patch + by Alec Thomas) + + Version 0.27 ============ diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index f8f58e2..4112f17 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -25,7 +25,7 @@ dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.27, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.27.90, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h])