From bea235fc3a972633f8b3fe92706a01119a71fb3c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 4 Nov 2003 00:18:00 +0000 Subject: [PATCH] version 0.24 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@363 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/NEWS | 4 +--- util-vserver/configure.ac | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/util-vserver/NEWS b/util-vserver/NEWS index d082b44..db5d0d4 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -3,8 +3,6 @@ Version 0.24 - updated to new syscall API (patch c17h and later) - - revived linuxconf module - - revived copy-all-mode for 'vserver ... build' (can be disabled with $UTIL_VSERVER_AVOID_COPY) @@ -16,7 +14,7 @@ Version 0.24 '--with-vrootdir' configure switch; it defaults still to '/vservers' - - built of 'newvserver' linuxconf-module is conditionalized, since + - build of 'newvserver' linuxconf-module is conditionalized since it is unsupported and will be dropped in future versions. To enable it. call './configure' with '--enable-linuxconf'. diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index b33db76..a59df3c 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.23.97, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.24, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) -- 1.8.1.5