From: Adam Dickmeiss Date: Fri, 9 Jun 2006 09:37:27 +0000 (+0000) Subject: Internal release 1.2.1.1. X-Git-Tag: YAZPROXY.1.3.0~28 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=7de240b4fdee578dd69f997a6b0d83dc2f8915d5 Internal release 1.2.1.1. --- diff --git a/NEWS b/NEWS index 2f78795..d420cb6 100644 --- 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. diff --git a/configure.ac b/configure.ac index 0112b33..bc1df77 100644 --- a/configure.ac +++ b/configure.ac @@ -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])