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