Version 0.30.211.
[util-vserver.git] / NEWS
1 version 0.30.211
2 ================
3
4         - novlandev is now the default. To reenable the old behaviour of
5         creating VLAN interfaces where used, touch
6         ${sysconfdir}/vservers/.defaults/interfaces/vlandev.
7
8         - vshelper now works correctly with the kernel legacy support turned
9         off.
10
11         - vlogin provides a terminal proxy which allocates a new psuedo-tty
12         on the inside when you enter a guest.
13
14         - and lots of other features/fixes, see ChangeLog.
15
16
17 version 0.30.210
18 ================
19
20         - LEGACY BREAKAGE: by default, only recent kernel APIs will be
21         supported so you have to make sure to use at least the vs2.0.1
22         kernel patch. With older kernels, you have to call 'configure'
23         with '--enable-apis=NOLEGACY'. Some programs will not work anymore
24         with the default settings; these ones are:
25
26              + capchroot
27              * chcontext-context
28              * reducecap
29
30         - dlimit support was integrated into the standard vserver
31         operations. Thanks to Daniel Hokka Zakrisson for his patch.
32
33         - recent kernel API is now used for setting up the network
34         contexts. So it should be now possible to use a kernel compiled
35         without CONFIG_VSERVER_LEGACYNET. Thanks to Daniel Hokka Zakrisson
36         for his patch.  .
37
38
39 version 0.30.209
40 ================
41
42         - large revamping...
43         
44         
45 version 0.23.6
46 ==============
47
48         - fixed '--level' option on 'vserver ... chkconfig'