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