From: Enrico Scholz Date: Thu, 4 Mar 2004 03:35:56 +0000 (+0000) Subject: version 0.29.3 X-Git-Tag: version_0_30~17 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba17723cafaa2fd7f822c0d4b6b03270abccf9dd;p=util-vserver.git version 0.29.3 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1057 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/NEWS b/util-vserver/NEWS index e1226c3..62b2129 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -1,3 +1,25 @@ +Version 0.30 +============ + + - BUGFIX: vlimit: fixed communication with kernel so that it + should work now. Output of this tools has been enhanced too. + + - BUGFIX: fixed off-by-one error when setting ipv4root; now the + full 16 IPs can be specified instead of 15 formerly + + - added better detection for the syscall number; this can solve + problems on non-ix86 architectures where __NR_vserver is not 273 + + - BUGFIX/ENHANCEMENTS: the CLI interface of 'reducecap' was fixed + significantly: now it is possible to remove capabilities like + CHOWN'. Formerly, only privileged caps like SYS_* or *_ADMIN + could be removed because of a coding error. Changes in the + related code are making it possible that both '--CAP_XXX' and + '--XXX' syntax will be recognized (based on patches and reports + by Bodo Eggert). + + + Version 0.29 ============ diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 88a27ec..4626cf3 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.29.2, enrico.scholz@informatik.tu-chemnitz.de) +AC_INIT(util-vserver, 0.29.3, enrico.scholz@informatik.tu-chemnitz.de) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h])