From: Enrico Scholz Date: Tue, 18 Nov 2003 22:41:24 +0000 (+0000) Subject: version 0.25 X-Git-Tag: version_0_25~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aedfd1b1203b0f17bd20a8ddd1b2ddf378cc1de;p=util-vserver.git version 0.25 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@407 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/NEWS b/util-vserver/NEWS index db5d0d4..1a55544 100644 --- a/util-vserver/NEWS +++ b/util-vserver/NEWS @@ -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 ============ diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 60ef970..ffcf052 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.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])