X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=84c73b583e6526a7b78ab32985d432923e741498;hb=HEAD;hp=87532af021a9325794178c82bc2d63e8848db910;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/NEWS b/NEWS index 87532af..84c73b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,137 @@ +version 0.30.215 +================ + + - 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. + + - added tunctl, a small program to setup tun/tap interfaces, with + support in the configuration. + + - vattribute and nattribute now support a --get operation, which + parses the flags and capabilities into a human-readable form. + + - vspace supports all the spaces currently available. + + - vmemctrl controls the OOM bias of context. + + - dynamic contexts are unbroken. + + - hopefully all rpm-fake races have been fixed. + + - flock has been replaced by lockf, which works on NFS. + + - the clone build method now supports exclude lists. + + - vmount handles mounting into a guest. + + - various fixes for the Gentoo-scripts, thanks to Benedikt Böhm. + + - support for yum's persistdir has been added. + + - per-guest device maps are now supported. + + - vserver ... build now sets the barrier on the parent directory. + + - fsck is now supported for the guest's fstab. + + - symlinks are now handled on all levels in namespace cleanup. + + - the debootstrap build method now supports debootstrap 1.0.8. + + - a documentation update, thanks to Micah Anderson. + + - use numeric uids/gids for the template build method. + + - add support for the alpine and f8 distributions. + +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 ================