Version 0.30.212.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 9 Dec 2006 16:13:54 +0000 (16:13 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sat, 9 Dec 2006 16:13:54 +0000 (16:13 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2422 94cd875c-1c1d-0410-91d2-eb244daf1a30

NEWS
THANKS
configure.ac

diff --git a/NEWS b/NEWS
index c2e195c..49f2e7d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+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
 ================
 
diff --git a/THANKS b/THANKS
index 645b74c..5a47f91 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -17,5 +17,8 @@ Daniel Hokka Zakrisson
     for his patches which add support for non-legacy network functionality
     and much better dlimit support
 
+Benedikt Böhm
+    for the much improved Gentoo support
+
 
 all the other people, who contributed to the original 'vserver' package
index fc45832..491bd12 100644 (file)
@@ -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.211, vserver@list.linux-vserver.org)
+AC_INIT(util-vserver, 0.30.212, vserver@list.linux-vserver.org)
 AC_CONFIG_SRCDIR([src/capchroot.c])
 AC_CONFIG_HEADER([config.h])