From: Adam Dickmeiss Date: Mon, 1 May 2006 09:17:10 +0000 (+0000) Subject: Versin 1.2.1 X-Git-Tag: YAZPROXY.1.2.1~1 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=4802882b18ca83377532a8b249966b89059e6c13;ds=sidebyside Versin 1.2.1 --- diff --git a/NEWS b/NEWS index cc8c5ca..1324b4a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ---- 1.2.0 2005/04/27 +--- 1.2.1 2005/05/01 + +Fixed problem with log of session ID when HTTP fowarded was in effect. Fixed a problem with negative numbers in present requests. diff --git a/configure.ac b/configure.ac index c6edcf3..7a4a80b 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.7 2006-04-26 11:58:40 adam Exp $ +dnl $Id: configure.ac,v 1.8 2006-05-01 09:17:10 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yazproxy],[1.2.0],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.2.1],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index 76ed615..17cc547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -yazproxy (1.2.0-1) unstable; urgency=low +yazproxy (1.2.1-1) unstable; urgency=low * Do not depend on docbook utils. Doc is part of make dist. * Depends on libyazpp1, Build-Depends: libyazpp-dev.