mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump version to v1.3.3
Conflicts: VERSION Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> Signed-off-by: Tibor Vass <teabee89@gmail.com>
This commit is contained in:
parent
fdabd6b14e
commit
5b851982da
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## 1.3.3 (2014-12-11)
|
||||
|
||||
#### Security
|
||||
- Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356)
|
||||
- Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357)
|
||||
- Validate image IDs (CVE-2014-9358)
|
||||
|
||||
#### Runtime
|
||||
- Fix an issue when image archives are being read slowly
|
||||
|
||||
#### Client
|
||||
- Fix a regression related to stdin redirection
|
||||
- Fix a regression with `docker cp` when destination is the current directory
|
||||
|
||||
## 1.3.2 (2014-11-20)
|
||||
|
||||
#### Security
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.3.2-dev
|
||||
1.3.3
|
||||
|
|
Loading…
Add table
Reference in a new issue