version 0.29.3
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 4 Mar 2004 03:35:56 +0000 (03:35 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 4 Mar 2004 03:35:56 +0000 (03:35 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1057 94cd875c-1c1d-0410-91d2-eb244daf1a30

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

index e1226c3..62b2129 100644 (file)
@@ -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
 ============
 
index 88a27ec..4626cf3 100644 (file)
@@ -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])