1a55544be6b93b99882289f47bf9569b69a1e8ca
[util-vserver.git] / util-vserver / NEWS
1 Version 0.25
2 ============
3
4         - BUGFIX: this version fixes handling of ctx >= 32768
5
6         - experimental support for new resource-limit syscall was add
7           (vserver >= 1.1.3); the new 'vlimit' tool replaces 'setctxlimit'
8
9         - some man-pages were added and init-scripts improved (taken from
10           Debian patches provided by Sam Vilain)
11
12         - basic Gentoo support was added to the 'vserver' script (thanks to
13           "Allen D. Parker II")
14
15         - compilation fixes for kernel 2.6 headers
16
17         - set mode/owner of /var/run/utmp (owner is customizable through
18           $UTMP_GROUP)
19
20         
21 Version 0.24
22 ============
23
24         - updated to new syscall API (patch c17h and later)
25         
26         - revived copy-all-mode for 'vserver ... build' (can be disabled
27           with $UTIL_VSERVER_AVOID_COPY)
28
29         - use '-HS' ulimit switch for newly created vservers
30
31         - added QUOTACTL capability, removed OPENDEV capability
32
33         - location of vservers-rootdir can now be configured through a
34           '--with-vrootdir' configure switch; it defaults still to
35           '/vservers'
36
37         - build of 'newvserver' linuxconf-module is conditionalized since
38           it is unsupported and will be dropped in future versions. To
39           enable it. call './configure' with '--enable-linuxconf'.
40         
41         
42 version 0.23.6
43 ==============
44
45         - fixed '--level' option on 'vserver ... chkconfig'