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