Redirect syslog to 'docker logs' and fix cron

Closes GH-123. Closes GH-115.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-19 18:07:15 +01:00
parent 0b2de757f5
commit 6e55e3d515
6 changed files with 53 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
## 0.9.16 (next version, not yet released)
* `docker exec` is now the default and recommended mechanism for running commands in the container. SSH is now disabled by default, but is still supported for those cases where "docker exec" is not appropriate. Closes GH-168.
* All syslog output is now forwarded to `docker logs`. Closes GH-123.
* The workaround for Docker bug 2267 (the inability to modify /etc/hosts) has been removed, because it has been fixed upstream. Closes GH-155.
* Logrotate now reloads syslog-ng properly. Closes GH-167.
* Fixed some locale issues. Closes GH-178. Thanks to David J. M. Karlsen.
* Fixed problems with cron. Closes GH-115.
## 0.9.15 (release date: 2014-10-03)