version 0.25
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 18 Nov 2003 22:41:24 +0000 (22:41 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 18 Nov 2003 22:41:24 +0000 (22:41 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@407 94cd875c-1c1d-0410-91d2-eb244daf1a30

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

index db5d0d4..1a55544 100644 (file)
@@ -1,3 +1,23 @@
+Version 0.25
+============
+
+       - BUGFIX: this version fixes handling of ctx >= 32768
+
+       - experimental support for new resource-limit syscall was add
+         (vserver >= 1.1.3); the new 'vlimit' tool replaces 'setctxlimit'
+
+       - some man-pages were added and init-scripts improved (taken from
+         Debian patches provided by Sam Vilain)
+
+       - basic Gentoo support was added to the 'vserver' script (thanks to
+         "Allen D. Parker II")
+
+       - compilation fixes for kernel 2.6 headers
+
+       - set mode/owner of /var/run/utmp (owner is customizable through
+         $UTMP_GROUP)
+
+       
 Version 0.24
 ============
 
index 60ef970..ffcf052 100644 (file)
@@ -25,7 +25,7 @@ dnl
 
 AC_PREREQ(2.57)
 
-AC_INIT(util-vserver, 0.24.92, enrico.scholz@informatik.tu-chemnitz.de)
+AC_INIT(util-vserver, 0.25, enrico.scholz@informatik.tu-chemnitz.de)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])