From f306396116f269fc6e452dc904b9610484fe1e9d Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 9 Dec 2006 16:13:54 +0000 Subject: [PATCH] Version 0.30.212. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2422 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- NEWS | 14 ++++++++++++++ THANKS | 3 +++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c2e195c..49f2e7d 100644 --- 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 --- 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 diff --git a/configure.ac b/configure.ac index fc45832..491bd12 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.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]) -- 1.8.1.5