Compare commits

..

2 Commits

Author SHA1 Message Date
David Calavera 786b29d4db Bump to version 1.7.1
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-07-14 11:41:25 -07:00
Avi Miller 05cc946f62 Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2015-07-14 11:07:51 -07:00
3 changed files with 4 additions and 8 deletions
+3 -4
View File
@@ -1,14 +1,14 @@
# Changelog
## 1.7.1 (2015-07-02)
## 1.7.1 (2015-07-14)
#### Runtime
- Fix default user spawning exec process with `docker exec`
- Make `--bridge=none` to not configure the network bridge
- Make `--bridge=none` not to configure the network bridge
- Publish networking stats properly
- Fix implicit devicemapper selection with static binaries
- Fix socket connections that hanged internitently
- Fix socket connections that hung intermittently
- Fix bridge interface creation on CentOS/RHEL 6.6
- Fix local dns lookups added to resolv.conf
- Fix copy command mounting volumes
@@ -26,7 +26,6 @@
- Fix pulling private images
- Fix fallback between registry V2 and V1
## 1.7.0 (2015-06-16)
#### Runtime
+1 -1
View File
@@ -1 +1 @@
1.7.1-rc3
1.7.1
-3
View File
@@ -36,10 +36,7 @@ Requires(preun): initscripts
# required packages on install
Requires: /bin/sh
Requires: iptables
Requires: libc.so.6
Requires: libcgroup
Requires: libpthread.so.0
Requires: libsqlite3.so.0
Requires: tar
Requires: xz
%if 0%{?fedora} >= 21