c0141f638a9e0d107cb6f46ae416ceda646d4d44
[util-vserver.git] / util-vserver / NEWS
1 Version 0.26
2 ============
3
4         - BUGFIX: uninitialized variables in 'ifspec' were fixed and
5           error-messages will be given out when ioctl() on the requested
6           interface fails (thanks to Herbert Poetzl)
7         
8         - BUGFIX: fixed vc_get_rlimit_mask() to return the queried
9           values. This step was missing in 0.25 which returned the
10           error-code only.
11         
12         - use the shipped 'virtual.h' header on default instead of the
13           kernel version. The old Behavior can be restored with the
14           '--disable-internal-headers' ./configure option
15         
16 Version 0.25
17 ============
18
19         - BUGFIX: this version fixes handling of ctx >= 32768
20
21         - experimental support for new resource-limit syscall was add
22           (vserver >= 1.1.3); the new 'vlimit' tool replaces 'setctxlimit'
23
24         - some man-pages were added and init-scripts improved (taken from
25           Debian patches provided by Sam Vilain)
26
27         - basic Gentoo support was added to the 'vserver' script (thanks to
28           "Allen D. Parker II")
29
30         - compilation fixes for kernel 2.6 headers
31
32         - set mode/owner of /var/run/utmp (owner is customizable through
33           $UTMP_GROUP)
34
35         
36 Version 0.24
37 ============
38
39         - updated to new syscall API (patch c17h and later)
40         
41         - revived copy-all-mode for 'vserver ... build' (can be disabled
42           with $UTIL_VSERVER_AVOID_COPY)
43
44         - use '-HS' ulimit switch for newly created vservers
45
46         - added QUOTACTL capability, removed OPENDEV capability
47
48         - location of vservers-rootdir can now be configured through a
49           '--with-vrootdir' configure switch; it defaults still to
50           '/vservers'
51
52         - build of 'newvserver' linuxconf-module is conditionalized since
53           it is unsupported and will be dropped in future versions. To
54           enable it. call './configure' with '--enable-linuxconf'.
55         
56         
57 version 0.23.6
58 ==============
59
60         - fixed '--level' option on 'vserver ... chkconfig'