Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
c79ea89b
Commit
c79ea89b
authored
Sep 10, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tagging lxc_0_2_1
parent
4b45091f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
ChangeLog
ChangeLog
+9
-1
configure.in
configure.in
+1
-1
lxc.spec.in
lxc.spec.in
+6
-0
No files found.
ChangeLog
View file @
c79ea89b
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 Sep
t
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
...
...
configure.in
View file @
c79ea89b
# -*- 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])
...
...
lxc.spec.in
View file @
c79ea89b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment