X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=84caa2e654816a9924810ac2b96a76e879c74ec3;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=4b844e3b522be4fd83bdcdeed1a5d4070de30db8;hpb=2822ba293eb308225c50d346930c47bf98d9927b;p=util-vserver.git diff --git a/NEWS b/NEWS index 4b844e3..84caa2e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,112 @@ -version 0.30.208 +version 0.30.214 +================ + - patches for yum-3.2. + + - various fixes to allow for *SuSE guests. + + - added Fedora 7. + + - replace file with h2ext for build -m template. + + - add exclude list support for vclone. + + - include debootstrap scripts for a lot of distributions. + + - fixes to allow the Gentoo initscripts to be used with baselayout 2. + + - remove disk limit caches on vserver ... delete. + + - added support for the new APIs in 2.2 and 2.3, in particular the + netv2 API, allowing native IPv6 support. + + - added support for a separate filesystem tag. + +version 0.30.213 +================ + - added support for the device mapping feature present in development + kernels. + + - further improved Gentoo support, again thanks to Benedikt Böhm. + + - support persistent contexts. + + - add another initscript that creates directories, configures vshelper + as well as kills all contexts. + + - new vserver-stat implementation, which uses the accounting APIs + available in Linux-VServer 2.2. + + - added support for setting sysctl values in the guest configuration. + + - added a clone build method, which simply links already unified files. + + - implement dynamic contexts in userspace, generating a static one + during vserver ... build. + + - fix the endless loop in vlogin. + + - fix Ubuntu builds. + + - improved support for Debian Etch, thanks to Benedikt Böhm. + + - added CentOS 5. + + - use the state change helper to try to cleanup after us if the guest + exited on its own. + +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 +================ + + - LEGACY BREAKAGE: by default, only recent kernel APIs will be + supported so you have to make sure to use at least the vs2.0.1 + kernel patch. With older kernels, you have to call 'configure' + with '--enable-apis=NOLEGACY'. Some programs will not work anymore + with the default settings; these ones are: + + + capchroot + * chcontext-context + * reducecap + + - dlimit support was integrated into the standard vserver + operations. Thanks to Daniel Hokka Zakrisson for his patch. + + - recent kernel API is now used for setting up the network + contexts. So it should be now possible to use a kernel compiled + without CONFIG_VSERVER_LEGACYNET. Thanks to Daniel Hokka Zakrisson + for his patch. . + + +version 0.30.209 ================ - large revamping...