X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=cc8c5cacef42d517b2f05ad63695891eeac7a56a;hb=10af4479ca947184854af2b9dbd02961d614030f;hp=821fb597a04aa4b5055ddd078243bde60c377afb;hpb=66663d272496cedff1da574891413f90ce716b85;p=yazproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 821fb59..cc8c5ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 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. Added support for threaded authentication modules. See etc/config-modules.xml + mod_sample.cpp for an example.