From 69a9f66b070308a355308e31fcae80ad4f00f4bb Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 24 Aug 2009 13:02:55 +0200 Subject: [PATCH] Add sha1 hashes to ChangeLog --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1392d605c..18ec119b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ -2009.08.21, Version 0.1.6 +2009.08.21, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab * Bugfix: Ignore SIGPIPE. -2009.08.21, Version 0.1.5 +2009.08.21, Version 0.1.5, b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed - * Bugfix: Buggy connections could crash node.js. Now check connection - before sending data every time (Kevin van Zonneveld) + * Bugfix: Buggy connections could crash node.js. Now check + connection before sending data every time (Kevin van Zonneveld) * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)