From: Daniel Lezcano Date: Fri, 22 Jan 2010 10:45:11 +0000 (+0100) Subject: version 0.6.5 X-Git-Tag: lxc-0.6.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb09f87215e8df035df975635f8a68b3201a5b1;p=thirdparty%2Flxc.git version 0.6.5 Increment to 0.6.5 version. Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index faa31b3ee..f82e7df75 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lxc], [0.6.4]) +AC_INIT([lxc], [0.6.5]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index c0c8bb1b4..88bdcc1f4 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -434,16 +434,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Specify the capability to be dropped in the - container. The format is the lower case of the - capability definition without the "CAP_" prefix, + Specify the capability to be dropped in the container. A + single line defining several capabilities with a space + separation is allowed. The format is the lower case of + the capability definition without the "CAP_" prefix, eg. CAP_SYS_MODULE should be specified as sys_module. See capabilities - 7. A single line defining - several capabilities with a space separation is - allowed. + 7 ,