Commit c79ea89b by dlezcano

Tagging lxc_0_2_1

parent 4b45091f
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 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 - Fix typos in README
- Added empty container configuration - Added empty container configuration
- Added empty network container configuration - Added empty network container configuration
......
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # 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_SRCDIR([configure.in])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])
......
...@@ -94,6 +94,12 @@ rm -rf %{buildroot} ...@@ -94,6 +94,12 @@ rm -rf %{buildroot}
%changelog %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 * Fri Sep 5 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.2.0
- Fix typos in README - Fix typos in README
- Added empty container configuration - Added empty container configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment