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