|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.8.3 (2015-10-12) |
| 4 | + |
| 5 | +### Distribution |
| 6 | + |
| 7 | +- Fix layer IDs lead to local graph poisoning (CVE-2014-8178) |
| 8 | +- Fix manifest validation and parsing logic errors allow pull-by-digest validation bypass (CVE-2014-8179) |
| 9 | ++ Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry |
| 10 | + |
3 | 11 | ## 1.8.2 (2015-09-10) |
4 | 12 |
|
5 | | -### Distribution: |
| 13 | +### Distribution |
6 | 14 |
|
7 | 15 | - Fixes rare edge case of handling GNU LongLink and LongName entries. |
8 | 16 | - Fix ^C on docker pull. |
9 | 17 | - Fix docker pull issues on client disconnection. |
10 | 18 | - Fix issue that caused the daemon to panic when loggers weren't configured properly. |
11 | 19 | - Fix goroutine leak pulling images from registry V2. |
12 | 20 |
|
13 | | -### Runtime: |
| 21 | +### Runtime |
14 | 22 |
|
15 | 23 | - Fix a bug mounting cgroups for docker daemons running inside docker containers. |
16 | 24 | - Initialize log configuration properly. |
|
19 | 27 |
|
20 | 28 | - Handle `-q` flag in `docker ps` properly when there is a default format. |
21 | 29 |
|
22 | | -### Networking: |
| 30 | +### Networking |
23 | 31 |
|
24 | 32 | - Fix several corner cases with netlink. |
25 | 33 |
|
26 | | -### Contrib: |
| 34 | +### Contrib |
27 | 35 |
|
28 | 36 | - Fix several issues with bash completion. |
29 | 37 |
|
|
268 | 276 | #### Notable Features since 1.3.0 |
269 | 277 | + Set key=value labels to the daemon (displayed in `docker info`), applied with |
270 | 278 | new `-label` daemon flag |
271 | | -+ Add support for `ENV` in Dockerfile of the form: |
| 279 | ++ Add support for `ENV` in Dockerfile of the form: |
272 | 280 | `ENV name=value name2=value2...` |
273 | 281 | + New Overlayfs Storage Driver |
274 | 282 | + `docker info` now returns an `ID` and `Name` field |
|
730 | 738 | - Fix broken images API for version less than 1.7 |
731 | 739 | - Use the right encoding for all API endpoints which return JSON |
732 | 740 | - Move remote api client to api/ |
733 | | -- Queue calls to the API using generic socket wait |
| 741 | +- Queue calls to the API using generic socket wait |
734 | 742 |
|
735 | 743 | #### Runtime |
736 | 744 |
|
@@ -810,7 +818,7 @@ With the ongoing changes to the networking and execution subsystems of docker te |
810 | 818 | - Do not add hostname when networking is disabled |
811 | 819 | * Return most recent image from the cache by date |
812 | 820 | - Return all errors from docker wait |
813 | | -* Add Content-Type Header "application/json" to GET /version and /info responses |
| 821 | +* Add Content-Type Header "application/json" to GET /version and /info responses |
814 | 822 |
|
815 | 823 | #### Other |
816 | 824 |
|
@@ -838,7 +846,7 @@ With the ongoing changes to the networking and execution subsystems of docker te |
838 | 846 | #### Runtime |
839 | 847 |
|
840 | 848 | - Only get the image's rootfs when we need to calculate the image size |
841 | | -- Correctly handle unmapping UDP ports |
| 849 | +- Correctly handle unmapping UDP ports |
842 | 850 | * Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build |
843 | 851 | - Fix login message to say pull instead of push |
844 | 852 | - Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN |
|
0 commit comments