From d16d1a4a023e8014ffaef30c0eb70497932a3c19 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sun, 2 Sep 2007 20:03:17 +0000 Subject: [PATCH] Version 0.30.214. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2604 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc4d47e..84caa2e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +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 diff --git a/configure.ac b/configure.ac index bb30072..d8e472a 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.213, vserver@list.linux-vserver.org) +AC_INIT(util-vserver, 0.30.214, vserver@list.linux-vserver.org) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) -- 1.8.1.5