version 0.27.90
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Jan 2004 20:38:10 +0000 (20:38 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Jan 2004 20:38:10 +0000 (20:38 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@699 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/NEWS
util-vserver/configure.ac

index bdade13..cd384ab 100644 (file)
@@ -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
 ============
 
index f8f58e2..4112f17 100644 (file)
@@ -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])