X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=0e22d84d2116dd624b0af9509e2a719963fc8794;hb=refs%2Ftags%2Fv1.2.0;hp=a4e0922a1682e2d1b2642616d5103d4c6cbfb0f9;hpb=091260cf6f5b8dab3cc9b227ddedd1908dd3dc06;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index a4e0922..0e22d84 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 1.2.0 2010/07/09 + +session_shared: fix use of maintenance thread. + +Introduce 'start' method for filters and routers. It gets called after +configure and after fork, but before processing. This changes API - +from libmetaproxy2 to libmetaproxy3. + +--- 1.1.7 2010/06/30 + +session_shared: ensure backend session is closed if init rejected +is received. + +z3950_client: fix NULL ptr reference that could occur if two clients +connected concurrently and if max-sockets was in effect. + --- 1.1.6 2010/06/21 Fix bug 3497 - Metaproxy unstable while stopping.