From c79ea89b19cdf961e604e7c85e1458f0559b1a6d Mon Sep 17 00:00:00 2001 From: dlezcano Date: Wed, 10 Sep 2008 10:00:28 +0000 Subject: [PATCH] Tagging lxc_0_2_1 --- ChangeLog | 10 +++++++++- configure.in | 2 +- lxc.spec.in | 6 ++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68ec6a021..4b8d291a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +Version 0.2.1 + +* Wed Sep 10 2008 Daniel Lezcano +- Added lxc-wait command line +- Added tty support for lxc-start +- Fixed rootfs absolute directory +- Improved system containers + Version 0.2.0 -* Fri Sept 5 2008 Daniel Lezcano +* Fri Sep 5 2008 Daniel Lezcano - Fix typos in README - Added empty container configuration - Added empty network container configuration diff --git a/configure.in b/configure.in index ec89924a9..a5311d5f5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lxc], [0.2.0]) +AC_INIT([lxc], [0.2.1]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_AUX_DIR([config]) diff --git a/lxc.spec.in b/lxc.spec.in index c7a3c9804..600f82e2e 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -94,6 +94,12 @@ rm -rf %{buildroot} %changelog +* Wed Sep 10 2008 Daniel Lezcano - Version 0.2.1 +- Added lxc-wait command line +- Added tty support for lxc-start +- Fixed rootfs absolute directory +- Improved system containers + * Fri Sep 5 2008 Daniel Lezcano - Version 0.2.0 - Fix typos in README - Added empty container configuration -- 2.39.5