From 2b925baf0162f779bcde8b182e594e35c2083f5f Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 10 Mar 2009 15:36:19 -0700 Subject: [PATCH] update history --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 1e972805..931be446 100644 --- a/History.txt +++ b/History.txt @@ -5,6 +5,7 @@ * Add textilize filter [github.com/willcodeforfoo] * Bug Fixes * Use block syntax of popen4 to ensure that subprocesses are properly disposed [github.com/jqr] + * Close open4 streams to prevent zombies [github.com/rtomayko] == 0.4.1 * Minor Enhancements