chiark / gitweb /
fix (we hope) fd-handling hanging bug reported by Simon Tatham
[userv.git] / debian / changelog
index 3a62245c6098a48a090168a845d68526283a8e7d..8660c2f047bada6a7d2cbd63f1d83afbd344d205 100644 (file)
@@ -1,5 +1,9 @@
 userv (1.0.3.99-0.0.1) unstable; urgency=low
 
+  Bugfixes:
+  * Close client socket fd in spawned cats (avoids some service-side hangs
+    when client terminates).  Thanks to report from Simon Tatham.
+
   Minor portability fixes:
   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
   * getgroups returns int, not gid_t (!).       }  from Peter Benie.