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