Skip to content

Commit

Permalink
Bump version to v1.3.3
Browse files Browse the repository at this point in the history
Conflicts:
	VERSION

Signed-off-by: Cristian Staretu <[email protected]>
Signed-off-by: Tibor Vass <[email protected]>
  • Loading branch information
unclejack authored and tiborvass committed Dec 11, 2014
1 parent fdabd6b commit 5b85198
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2-dev
1.3.3

0 comments on commit 5b85198

Please sign in to comment.