From: Enrico Scholz (enrico.scholz_at_informatik.tu-chemnitz.de)
Date: Sat 22 Nov 2003 - 02:24:31 GMT
Hello,
I just released version 0.26 of util-vserver which can be downloaded at
http://savannah.nongnu.org/files/?group=util-vserver
It is mainly a bugfix release; the new items in detail are:
* BUGFIX: uninitialized variables in 'ifspec' were fixed and
error-messages will be given out when ioctl() on the requested
interface fails (thanks to Herbert Poetzl)
* BUGFIX: fixed vc_get_rlimit_mask() to return the queried
values. This step was missing in 0.25 which returned the
error-code only.
* use the shipped 'virtual.h' header on default instead of the
kernel version. The old Behavior can be restored with the
'--disable-internal-headers' ./configure option
Please note, that when compiling with 2.6 kernel-headers, the headers
From e2fsprogs (http://e2fsprogs.sourceforge.net/) are required. Please
see README for details.
Enrico