bdade13d52abf4dc3ec7897dc858a898c174b3b7
[util-vserver.git] / util-vserver / NEWS
1 Version 0.27
2 ============
3
4         - added new 'vkill' implementation which uses the syscall from
5           vserver 1.1.6+.
6         
7         - BUGFIX: fixed typo in vc_get_version() wrapper which caused an
8           infinite recursive call of this function; this should not have
9           affected any userspace program
10
11         - BUGFIX: 'vps' accepts multiple arguments now (from Debian patch)
12
13         - vc_ctx_kill() was added
14         
15         - chrootsafe() code was removed since such a functionality seems
16           to be impossible
17
18         - use 'vserver' instead of 'virtual_context' as the syscall name;
19           this will fix problems with architectures where the syscall is not
20           at #273.
21
22         - BUGFIX: fixed '--enable-apis' ./configure option; formerly, only
23           'ALL' or none were possible
24
25         - moved some old, unused programs/scripts into a seperate 'legacy'/
26           directory
27
28         - BUGFIX: /dev/pts will be mounted with correct options now
29
30         - added support for Slackware's init-method (thanks to Stephen
31           Pearce for the patch)
32
33         - API-CHANGE: followed kernel patches and renamed 'ctx_t' datatype
34           to 'xid_t'.
35
36
37 Version 0.26
38 ============
39
40         - BUGFIX: uninitialized variables in 'ifspec' were fixed and
41           error-messages will be given out when ioctl() on the requested
42           interface fails (thanks to Herbert Poetzl)
43         
44         - BUGFIX: fixed vc_get_rlimit_mask() to return the queried
45           values. This step was missing in 0.25 which returned the
46           error-code only.
47         
48         - use the shipped 'virtual.h' header on default instead of the
49           kernel version. The old Behavior can be restored with the
50           '--disable-internal-headers' ./configure option
51         
52
53 Version 0.25
54 ============
55
56         - BUGFIX: this version fixes handling of ctx >= 32768
57
58         - experimental support for new resource-limit syscall was add
59           (vserver >= 1.1.3); the new 'vlimit' tool replaces 'setctxlimit'
60
61         - some man-pages were added and init-scripts improved (taken from
62           Debian patches provided by Sam Vilain)
63
64         - basic Gentoo support was added to the 'vserver' script (thanks to
65           "Allen D. Parker II")
66
67         - compilation fixes for kernel 2.6 headers
68
69         - set mode/owner of /var/run/utmp (owner is customizable through
70           $UTMP_GROUP)
71
72         
73 Version 0.24
74 ============
75
76         - updated to new syscall API (patch c17h and later)
77         
78         - revived copy-all-mode for 'vserver ... build' (can be disabled
79           with $UTIL_VSERVER_AVOID_COPY)
80
81         - use '-HS' ulimit switch for newly created vservers
82
83         - added QUOTACTL capability, removed OPENDEV capability
84
85         - location of vservers-rootdir can now be configured through a
86           '--with-vrootdir' configure switch; it defaults still to
87           '/vservers'
88
89         - build of 'newvserver' linuxconf-module is conditionalized since
90           it is unsupported and will be dropped in future versions. To
91           enable it. call './configure' with '--enable-linuxconf'.
92         
93         
94 version 0.23.6
95 ==============
96
97         - fixed '--level' option on 'vserver ... chkconfig'