skip duplicate util-vserver dir
[util-vserver.git] / NEWS
1 version 0.30.210
2 ================
3
4         - LEGACY BREAKAGE: by default, only recent kernel APIs will be
5         supported so you have to make sure to use at least the vs2.0.1
6         kernel patch. With older kernels, you have to call 'configure'
7         with '--enable-apis=NOLEGACY'. Some programs will not work anymore
8         with the default settings; these ones are:
9
10              + capchroot
11              * chcontext-context
12              * reducecap
13
14         - dlimit support was integrated into the standard vserver
15         operations. Thanks to Daniel Hokka Zakrisson for his patch.
16
17         - recent kernel API is now used for setting up the network
18         contexts. So it should be now possible to use a kernel compiled
19         without CONFIG_VSERVER_LEGACYNET. Thanks to Daniel Hokka Zakrisson
20         for his patch.  .
21
22
23 version 0.30.209
24 ================
25
26         - large revamping...
27         
28         
29 version 0.23.6
30 ==============
31
32         - fixed '--level' option on 'vserver ... chkconfig'