Linux Container Development
 help / color / mirror / Atom feed
From: Daniel Lezcano <dlezcano-NmTC/0ZBporQT0dZR+AlfA@public.gmane.org>
To: LXC Development
	<lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	Linux Containers
	<containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>
Subject: lxc-0.6.1 released
Date: Tue, 24 Mar 2009 19:03:26 +0100	[thread overview]
Message-ID: <49C9206E.8030603@fr.ibm.com> (raw)


* fixes several compilation problems and arch dependant buggy functions.
* adds mtu option setting - Takano, thanks for the benchmarking and the 
analysis :)
* fixes capabilties dilemma by letting the user to set / drop the 
capabilities via 'lxc-setcap'
* fixes bind mounts to be propagated to the container

Thanks all for the patches and the feedbacks !


git-log --pretty=oneline --abbrev-commit lxc_0_6_0..lxc_0_6_1

1b36359... increment minor version number
237315f... Use a specific script to set the capabilities
75d09f8... set mtu for netdev
442cbbe... Add lxc.network.mtu configuration (resend)
dfdcea5... Fix capability setting for lxc-init
bfa3802... Add powerpc signalfd syscall numbers
3619350... CONTRIBUTING: specify where one can send patches
e81c7f2... CONTRIBUTING: fix two typos
dbdab2f... lxc-checkconfig: Allow to override grep and config
84a1564... lxc-checkconfig: look in one more place
a25ba7a... Install lxc-init in libexec dir
d0dfcfb... Add .gitignore and avoid annoying interaction between 
compiled files and git
fdc0332... Use the rbind mount for the rootfs
7e7f51d... lxc-checkconfig fails on a kernel compiled without IKCONFIG_PROC.
30761e8... s390 sys_clone is backwards
47f3833... define s390x signalfd for old headers
8ca6173... define signalfd patch
216061b... liblxc: Remove unused variable
b7f85cc... liblxc: Add username and uid lookup/check.
3cf586a... liblxc: Fix compiler warning
656994b... liblxc: Handle missing PR_CAPBSET_DROP definition
54b1eb6... liblxc: create a fedore template container

git-diff --stats lxc_0_6_0..lxc_0_6_1

 .gitignore                 |   90 ++++++++++
 CONTRIBUTING               |    8
 configure.in               |   20 +-
 lxc.spec.in                |   22 --
 scripts/Makefile.am        |    1
 scripts/lxc-fedora.in      |  404 
+++++++++++++++++++++++++++++++++++++++++++++
 src/lxc/Makefile.am        |   47 +----
 src/lxc/lxc-checkconfig.in |   32 ++-
 src/lxc/lxc-setcap.in      |  103 +++++++++++
 src/lxc/lxc.h              |    2
 src/lxc/lxc_conf.c         |   47 ++++-
 src/lxc/lxc_conf.h         |    1
 src/lxc/lxc_config.c       |   24 ++
 src/lxc/lxc_execute.c      |    2
 src/lxc/lxc_namespace.h    |    4
 src/lxc/lxc_unshare.c      |   37 +++-
 src/lxc/namespace.h        |    4
 src/lxc/network.c          |   48 +++++
 src/lxc/network.h          |    5
 src/lxc/start.c            |   42 ++++
 20 files changed, 849 insertions(+), 94 deletions(-)

                 reply	other threads:[~2009-03-24 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49C9206E.8030603@fr.ibm.com \
    --to=dlezcano-nmtc/0zbporqt0dzr+alfa@public.gmane.org \
    --cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
    --cc=lxc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox