Pass-through x-username and omitted password to Z39.50 target.
[yazproxy-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index 2f78795..d5447f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+--- 1.3.4 2008/06/06
+
+Omit debian directory from tar dist.
+
+--- 1.3.3.2 2008/05/27
+
+Match SRU database (PATH) against target name. Allow omitted explain
+section in configuration for SRU.
+
+--- 1.3.3.1 2008/05/21
+
+Z39.50 authentication user is no longer set to client-IP for SRU.
+
+--- 1.3.3 2008/03/20
+
+Added support for limiting the number of sockets (connections) to
+a particular backend. The new setting is called 'max-sockets' and
+must be defined in the target section.
+
+API verson 3 of USEMARCON is used. Patch by Ere Maijala.
+
+--- 1.3.2 2008/02/29
+
+Added option -D for yazproxy which puts yazproxy in background after
+startup.
+
+Fixed bug #2060: Killing yazproxy parent does not kill the child as well.
+
+--- 1.3.1 2007/12/27
+
+Fixed bug #1989: For PQF SRU one char is stipped off query.
+
+Fixed bug #1821: Wrong order of include directories for compiling.
+
+Allow EXSLT to be used if it's available.
+
+--- 1.3.0 2007/05/09
+
+Debian packages libyazproxy2, libyazproxy2-dev. These depend on
+libyazpp2, libyazpp2-dev.
+
+Branch out: YAZPROXY_1_2_1_1_branch .
+
+--- 1.2.1.1 2006/06/09
+
+Added support for thread config element which specifies number of
+threads to be used for auhentication modules. By default, no threading
+is used which happen to be value 0. Modules will still work but they will
+be blocking.
+
 --- 1.2.1 2006/05/01
 
 Fixed problem with log of session ID when HTTP fowarded was in effect.