Skip to content

Commit

Permalink
Add changelog entry for last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Mar 29, 2011
1 parent f6040ef commit 83ed96b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
== 1.2.12 ???
* Shut down gracefully when receiving SIGTERM [ddollar]

Processes are allowed a chance to shut down gracefully when receiving
SIGTERM (http://en.wikipedia.org/wiki/SIGTERM).

On Heroku, when shutting down a process, we send a SIGTERM followed 10
seconds later with a SIGKILL, similar to the behavior of the init daemon
on most Unix systems. This patch will allow Heroku apps to shut down
gracefully when they need to be terminated / moved.

== 1.2.11 Bat-Shit Crazy
* Fix pure Ruby gem to not include binary.

Expand Down

0 comments on commit 83ed96b

Please sign in to comment.