1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Note release date

This commit is contained in:
Hongli Lai (Phusion) 2014-06-24 16:40:22 +02:00
parent e6258b37b5
commit f58282d4d3
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D

View File

@ -1,4 +1,4 @@
## 0.9.11 (not yet released)
## 0.9.11 (release date: 2014-06-24)
* Introduced the `docker-bash` tool. This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash <CONTAINER ID>`. See the README for details.
* Fixed various process waiting issues in `my_init`. Closes GH-27, GH-82 and GH-83. Thanks to André Luiz dos Santos and Paul Annesley.