Internal release 1.2.1.1.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jun 2006 09:37:27 +0000 (09:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Jun 2006 09:37:27 +0000 (09:37 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2f78795..d420cb6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+--- 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.
index 0112b33..bc1df77 100644 (file)
@@ -1,8 +1,8 @@
 dnl yazproxy, Index Data 1994-2006
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.11 2006-06-02 10:58:12 adam Exp $
+dnl $Id: configure.ac,v 1.12 2006-06-09 09:37:27 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yazproxy],[1.2.1],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.2.1.1],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])