From: Daniel Hokka Zakrisson Date: Sun, 2 Sep 2007 20:03:17 +0000 (+0000) Subject: Version 0.30.214. X-Git-Tag: release-0.30.214~1 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16d1a4a023e8014ffaef30c0eb70497932a3c19;p=util-vserver.git Version 0.30.214. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2604 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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])