forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Solomon Hykes
committed
May 31, 2013
1 parent
a148301
commit 8d73740
Showing
4 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ import ( | |
"unicode" | ||
) | ||
|
||
const VERSION = "0.3.3" | ||
const VERSION = "0.3.4" | ||
|
||
var ( | ||
GIT_COMMIT string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
lxc-docker (0.3.4-1) UNRELEASED; urgency=low | ||
- Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile | ||
- Builder: 'docker build -t FOO' applies the tag FOO to the newly built container. | ||
- Runtime: interactive TTYs correctly handle window resize | ||
- Runtime: fix how configuration is merged between layers | ||
- Remote API: split stdout and stderr on 'docker run' | ||
- Remote API: optionally listen on a different IP and port (use at your own risk) | ||
- Documentation: improved install instructions. | ||
|
||
-- dotCloud <[email protected]> Thu, 30 May 2013 00:00:00 -0700 | ||
|
||
lxc-docker (0.3.2-1) UNRELEASED; urgency=low | ||
- Runtime: Store the actual archive on commit | ||
- Registry: Improve the checksum process | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
lxc-docker (0.3.4-1) precise; urgency=low | ||
- Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile | ||
- Builder: 'docker build -t FOO' applies the tag FOO to the newly built container. | ||
- Runtime: interactive TTYs correctly handle window resize | ||
- Runtime: fix how configuration is merged between layers | ||
- Remote API: split stdout and stderr on 'docker run' | ||
- Remote API: optionally listen on a different IP and port (use at your own risk) | ||
- Documentation: improved install instructions. | ||
|
||
-- dotCloud <[email protected]> Thu, 30 May 2013 00:00:00 -0700 | ||
|
||
|
||
lxc-docker (0.3.3-1) precise; urgency=low | ||
- Registry: Fix push regression | ||
- Various bugfixes | ||
|