From a0cc71d2e840bc7aefe7d228257f78893af5be50 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 30 Dec 2003 14:22:13 +0000 Subject: [PATCH] version 0.26.90 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@507 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/NEWS | 37 +++++++++++++++++++++++++++++++++++++ util-vserver/configure.ac | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/util-vserver/NEWS b/util-vserver/NEWS index c0141f6..bdade13 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -1,3 +1,39 @@ +Version 0.27 +============ + + - added new 'vkill' implementation which uses the syscall from + vserver 1.1.6+. + + - BUGFIX: fixed typo in vc_get_version() wrapper which caused an + infinite recursive call of this function; this should not have + affected any userspace program + + - BUGFIX: 'vps' accepts multiple arguments now (from Debian patch) + + - vc_ctx_kill() was added + + - chrootsafe() code was removed since such a functionality seems + to be impossible + + - use 'vserver' instead of 'virtual_context' as the syscall name; + this will fix problems with architectures where the syscall is not + at #273. + + - BUGFIX: fixed '--enable-apis' ./configure option; formerly, only + 'ALL' or none were possible + + - moved some old, unused programs/scripts into a seperate 'legacy'/ + directory + + - BUGFIX: /dev/pts will be mounted with correct options now + + - added support for Slackware's init-method (thanks to Stephen + Pearce for the patch) + + - API-CHANGE: followed kernel patches and renamed 'ctx_t' datatype + to 'xid_t'. + + Version 0.26 ============ @@ -13,6 +49,7 @@ Version 0.26 kernel version. The old Behavior can be restored with the '--disable-internal-headers' ./configure option + Version 0.25 ============ diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 8c452ec..afaf8c6 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.26.1, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.26.90, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) -- 1.8.1.5