improve {set,get}sockopt
diff --git a/ChangeLog b/ChangeLog
index 3ff3466..6b47263 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-22  John Hughes <john@calva.com>
+
+	* net.c: Simplify {get,set}sockopt, decode SO_LINGER, cope with
+	options that are not just ints, cope with systems that don't
+	#define SOL_TCP and so on.
+
 2002-05-21  John Hughes <john@calva.com>
 
 	* strace.c: Fix warning if POLL_HACK is used.