diff --git a/docker-1.3.2.tar.bz2 b/docker-1.3.2.tar.bz2 deleted file mode 100644 index 6a47af1..0000000 --- a/docker-1.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004221165147270dfb9ef90e9542746e26fdc98bd33bfed4fcaa7577552457df -size 5666151 diff --git a/docker-1.4.0.tar.bz2 b/docker-1.4.0.tar.bz2 new file mode 100644 index 0000000..35d4a82 --- /dev/null +++ b/docker-1.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c776324a096c6eeb450fb79346d9fd4e136dd07601f7e7e2bc0fe150a428e49 +size 5834548 diff --git a/docker.changes b/docker.changes index 15da5c1..00cf5c8 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Dec 12 16:13:30 UTC 2014 - fcastelli@suse.com + +- Updated to 1.4.0 (2014-12-11): + * Notable Features since 1.3.0: + - Set key=value labels to the daemon (displayed in `docker info`), applied with + new `-label` daemon flag + - Add support for `ENV` in Dockerfile of the form: + `ENV name=value name2=value2...` + - New Overlayfs Storage Driver + - `docker info` now returns an `ID` and `Name` field + - Filter events by event name, container, or image + - `docker cp` now supports copying from container volumes + - Fixed `docker tag`, so it honors `--force` when overriding a tag for existing + image. +- Changes introduced by 1.3.3 (2014-12-11): + * Security: + - Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356) - (bnc#909709) + - Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357) - (bnc#909710) + - Validate image IDs (CVE-2014-9358) - (bnc#909712) + * 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 + ------------------------------------------------------------------- Wed Nov 26 11:27:06 UTC 2014 - fcastelli@suse.com diff --git a/docker.spec b/docker.spec index c6caff3..65881ef 100644 --- a/docker.spec +++ b/docker.spec @@ -16,9 +16,9 @@ # -%define git_version 39fa2fa +%define git_version 4595d4f Name: docker -Version: 1.3.2 +Version: 1.4.0 Release: 0 Summary: The Linux container runtime License: Apache-2.0