From: Adam Dickmeiss Date: Mon, 31 Aug 2015 09:41:37 +0000 (+0000) Subject: Version 1.12.2 X-Git-Tag: v1.12.2 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=01b2de29909752b00e5a71bda1635aefb72e2278 Version 1.12.2 --- diff --git a/IDMETA b/IDMETA index 31fa833..b9fbf04 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.12.1 +VERSION=1.12.2 diff --git a/NEWS b/NEWS index 357c548..b9b2b7b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.12.2 2015/08/31 + +Facility disable/logging of POSTed content PAZ-1027 +Log level "post" controls whether POSTed content is logged. This +is enabled by default. To disable, use -v -post on the command line. + +Explain the semantics of using option -d twice in pazpar2 man page. + +Update ajaxdev.xml and make it part of the dist PAZ-1025 + --- 1.12.1 2015/08/26 Fix pazpar2 crash when using pz:extendrecs PAZ-1024 diff --git a/win/makefile b/win/makefile index 24ee6d6..8e5b1e8 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.12.1 +PACKAGE_VERSION=1.12.2 # YAZ YAZ_DIR=..\..\yaz