From 68d598ada2f4c87fe110f03179aa5505c1c4e616 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Mon, 17 Mar 2008 08:59:37 +0000 Subject: [PATCH] Version 0.30.215. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2706 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index cc17f49..84c73b5 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,50 @@ -version 0.30.??? +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 ================ diff --git a/configure.ac b/configure.ac index 36b6685..2b4bb23 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program. dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.30.214, vserver@list.linux-vserver.org) +AC_INIT(util-vserver, 0.30.215, vserver@list.linux-vserver.org) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) -- 1.8.1.5