~ chicken-core (chicken-5) f8e63d971c2e98279194299f8af1fd92c5713911


commit f8e63d971c2e98279194299f8af1fd92c5713911
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Nov 21 12:46:43 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Nov 21 12:46:43 2009 +0100

    updated NEWS

diff --git a/NEWS b/NEWS
index 38a3c267..4980497a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.2.8
+
+- fixed bug in `get-condition-property'
+- fixed bug in windows version of `process-execute'
+- TCP timeouts throw exception of kind `timeout' to allow
+  distinguishing between timeouts and other errors
+- removed some internal functions that manipulate environments
+
 4.2.7
 
 - fixed bugs in `standard-extension' (`setup-api' module) and added keyword 
Trap