Tagging lxc_0_2_1

This commit is contained in:
dlezcano 2008-09-10 10:00:28 +00:00
parent 4b45091fcf
commit c79ea89b19
3 changed files with 16 additions and 2 deletions

View File

@ -1,7 +1,15 @@
Version 0.2.1
* Wed Sep 10 2008 Daniel Lezcano <dlezcano@fr.ibm.com>
- 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 <dlezcano@fr.ibm.com>
* Fri Sep 5 2008 Daniel Lezcano <dlezcano@fr.ibm.com>
- Fix typos in README
- Added empty container configuration
- Added empty network container configuration

View File

@ -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])

View File

@ -94,6 +94,12 @@ rm -rf %{buildroot}
%changelog
* Wed Sep 10 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - 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 <dlezcano@fr.ibm.com> - Version 0.2.0
- Fix typos in README
- Added empty container configuration