X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=49f2e7d7d702f13a576399f3157b16a1bb960eaa;hb=0d4cba12770c5b09a3380f456a6a2f6787042ee7;hp=87532af021a9325794178c82bc2d63e8848db910;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/NEWS b/NEWS index 87532af..49f2e7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +version 0.30.212 +================ + - support for the Linux-VServer 2.1 API has been implemented. + + - the scheduler configuration has been split up into multiple files. + + - namespace cleanup is enabled by default. This can be disabled by + touch ${sysconfdir}/vservers/.defaults/nonamespace-cleanup + + - all unset ulimits are now reset to infinity, so limits are no longer + inherited from the host. + + - much improved Gentoo support, thanks to Benedikt Böhm. + +version 0.30.211 +================ + + - novlandev is now the default. To reenable the old behaviour of + creating VLAN interfaces where used, touch + ${sysconfdir}/vservers/.defaults/interfaces/vlandev. + + - vshelper now works correctly with the kernel legacy support turned + off. + + - vlogin provides a terminal proxy which allocates a new psuedo-tty + on the inside when you enter a guest. + + - and lots of other features/fixes, see ChangeLog. + + version 0.30.210 ================