mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 17:37:17 +00:00
Tagging lxc_0_2_1
This commit is contained in:
parent
4b45091fcf
commit
c79ea89b19
10
ChangeLog
10
ChangeLog
@ -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
|
||||
|
@ -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])
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user