|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.3.0 (2013-05-06) |
| 4 | + + Registry: Implement the new registry |
| 5 | + + Documentation: new example: sharing data between 2 couchdb databases |
| 6 | + - Runtime: Fix the command existance check |
| 7 | + - Runtime: strings.Split may return an empty string on no match |
| 8 | + - Runtime: Fix an index out of range crash if cgroup memory is not |
| 9 | + * Documentation: Various improvments |
| 10 | + * Vagrant: Use only one deb line in /etc/apt |
| 11 | + |
3 | 12 | ## 0.2.2 (2013-05-03) |
4 | 13 | + Support for data volumes ('docker run -v=PATH') |
5 | 14 | + Share data volumes between containers ('docker run -volumes-from') |
|
8 | 17 | * Various upgrades to the dev environment for contributors |
9 | 18 |
|
10 | 19 | ## 0.2.1 (2013-05-01) |
11 | | - + 'docker commit -run' bundles a layer with default runtime options: command, ports etc. |
| 20 | + + 'docker commit -run' bundles a layer with default runtime options: command, ports etc. |
12 | 21 | * Improve install process on Vagrant |
13 | 22 | + New Dockerfile operation: "maintainer" |
14 | 23 | + New Dockerfile operation: "expose" |
|
25 | 34 | + Add a changelog |
26 | 35 | - Various bugfixes |
27 | 36 |
|
28 | | - |
29 | 37 | ## 0.1.8 (2013-04-22) |
30 | 38 | - Dynamically detect cgroup capabilities |
31 | 39 | - Issue stability warning on kernels <3.8 |
32 | 40 | - 'docker push' buffers on disk instead of memory |
33 | 41 | - Fix 'docker diff' for removed files |
34 | | - - Fix 'docker stop' for ghost containers |
| 42 | + - Fix 'docker stop' for ghost containers |
35 | 43 | - Fix handling of pidfile |
36 | 44 | - Various bugfixes and stability improvements |
37 | 45 |
|
|
52 | 60 | - Improve diagnosis of missing system capabilities |
53 | 61 | - Allow disabling memory limits at compile time |
54 | 62 | - Add debian packaging |
55 | | - - Documentation: installing on Arch Linux |
| 63 | + - Documentation: installing on Arch Linux |
56 | 64 | - Documentation: running Redis on docker |
57 | 65 | - Fixed lxc 0.9 compatibility |
58 | 66 | - Automatically load aufs module |
|
0 commit comments