X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=cc8c5cacef42d517b2f05ad63695891eeac7a56a;hb=bd8c044ebb2edf285999d7679875d4ffc1fec69e;hp=7d21770ced118e99c217f09eda07492c6b7194cc;hpb=36388cfc9c49bf00dfbb3cc9932504a77af9b6f2;p=yazproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 7d21770..cc8c5ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 1.2.0 2005/04/27 + +Fixed a problem with negative numbers in present requests. + +Allow client-ip to be logged for each log entry. Speciy +client-ip in the configuration. + +Added support for limiting the number of initiating connections +from a single IP. limit-connect specifies a limit and if that +is reached a delay is introduced (just as limit-pdu, etc). +Also added a new setting max-connect; if that max value is +reached for a single IP the proxy will terminate the initiating +session/connection immediately. New directive default-client-charset which serves as charset to be negotiated if client does NOT supports one.