49f2e7d7d702f13a576399f3157b16a1bb960eaa
[util-vserver.git] / NEWS
1 version 0.30.212
2 ================
3         - support for the Linux-VServer 2.1 API has been implemented.
4
5         - the scheduler configuration has been split up into multiple files.
6
7         - namespace cleanup is enabled by default. This can be disabled by
8         touch ${sysconfdir}/vservers/.defaults/nonamespace-cleanup
9
10         - all unset ulimits are now reset to infinity, so limits are no longer
11         inherited from the host.
12
13         - much improved Gentoo support, thanks to Benedikt Böhm.
14
15 version 0.30.211
16 ================
17
18         - novlandev is now the default. To reenable the old behaviour of
19         creating VLAN interfaces where used, touch
20         ${sysconfdir}/vservers/.defaults/interfaces/vlandev.
21
22         - vshelper now works correctly with the kernel legacy support turned
23         off.
24
25         - vlogin provides a terminal proxy which allocates a new psuedo-tty
26         on the inside when you enter a guest.
27
28         - and lots of other features/fixes, see ChangeLog.
29
30
31 version 0.30.210
32 ================
33
34         - LEGACY BREAKAGE: by default, only recent kernel APIs will be
35         supported so you have to make sure to use at least the vs2.0.1
36         kernel patch. With older kernels, you have to call 'configure'
37         with '--enable-apis=NOLEGACY'. Some programs will not work anymore
38         with the default settings; these ones are:
39
40              + capchroot
41              * chcontext-context
42              * reducecap
43
44         - dlimit support was integrated into the standard vserver
45         operations. Thanks to Daniel Hokka Zakrisson for his patch.
46
47         - recent kernel API is now used for setting up the network
48         contexts. So it should be now possible to use a kernel compiled
49         without CONFIG_VSERVER_LEGACYNET. Thanks to Daniel Hokka Zakrisson
50         for his patch.  .
51
52
53 version 0.30.209
54 ================
55
56         - large revamping...
57         
58         
59 version 0.23.6
60 ==============
61
62         - fixed '--level' option on 'vserver ... chkconfig'