* released 1.2.2 (1.1.29)
* fixed a bug where a TCP connection would be logged twice if the 'logasap'
  option was enabled without the 'tcplog' option.
* encode_string() would use hdr_encode_map instead of the map argument.
* the logged request is now encoded with '#XX' for unprintable characters
* new keywords 'capture request header' and 'capture response header' enable
  logging of arbitrary HTTP headers in requests and responses
* removed "-DSOLARIS" after replacing the last inet_aton() with inet_pton()
diff --git a/TODO b/TODO
index d54fbd1..46e2912 100644
--- a/TODO
+++ b/TODO
@@ -136,6 +136,7 @@
 * listen [ip4.ip4.ip4.ip4]:port[-port]
 * listen [ip6::...ip6]/port[-port]
 - server xxx ipv4 | ipv4: | ipv4:port[-port] | ipv6/ | ipv6/port[-port]
-
+- appcookie
 - weighted round robin
+- option to shutdown(listen_sock) when max connections reached