Skip to content

Commit 009ed4b

Browse files
committed
Release version 0.9.2
1 parent 5a65631 commit 009ed4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.2 (release date: 2013-12-11)
2+
3+
* Fixed SFTP support. Thanks Joris van de Donk!
4+
15
## 0.9.1 (release date: 2013-11-12)
26

37
* Improved init process script (`/sbin/my_init`): it now handles shutdown correctly. Previously, `docker stop` would not have any effect on `my_init`, causing the whole container to be killed with SIGKILL. The new init process script gracefully shuts down all runit services, then exits.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = phusion/baseimage
2-
VERSION = 0.9.1
2+
VERSION = 0.9.2
33

44
.PHONY: all build tag_latest release
55

0 commit comments

Comments
 (0)