Remove workaround for Docker bug #2267 now that Docker has fixed this

Closes GH-155.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-16 16:45:26 +01:00
parent e77d34aedf
commit 19c2df66b3
5 changed files with 6 additions and 36 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.16 (next version, not yet released)
* The workaround for Docker bug 2267 (the inability to modify /etc/hosts) has been removed, because it has been fixed upstream.
## 0.9.15 (release date: 2014-10-03)
* Fixed the setuid bit on /usr/bin/sudo. This problem was caused by Docker bug #6828.