X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=cc17f49e73883f7083d47ee88d666e53825e2a95;hb=f4bbc30e0100b45835690d8df5438f542c2b9bd2;hp=49f2e7d7d702f13a576399f3157b16a1bb960eaa;hpb=f306396116f269fc6e452dc904b9610484fe1e9d;p=util-vserver.git diff --git a/NEWS b/NEWS index 49f2e7d..cc17f49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,68 @@ +version 0.30.??? +================ + + - added support for using libnss instead of beecrypt for + vhashify's hash calculation. libnss has bad SHA1 performance on + i386, but is a) maintained and b) gives better performance with + all other hashes and on x86_64. + + +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.