From 925a1a1a990b99e44b6ba72fa55e591a4d838ab4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Sep 2007 12:20:36 +0000 Subject: [PATCH] Towards 1.0.4. --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78a7476..e5cda69 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 1.0.4 2007/09/28 + +JavaScript library pzw2.js throws error if WS response (from Pazpar2 or +other) is malformed (non-wellformed XML or missing Pazpar2 OK status). + +Improved diagnostics when Pazpar2 HTTP decoding fails. + +Pazpar2 requests may be POSTed as using Content-Type +application/x-www-form-urlencoded. + +Pazpar2 honors LF in HTTP headers. + +Handle targets that handle negative hit counts (should not happen, but it +does). + --- 1.0.3 2007/09/19 ICU is used for tokenization and normalization of the following: mergekey, diff --git a/configure.ac b/configure.ac index c962d63..4a4733a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([pazpar2],[1.0.3],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.4],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/cconfig.h) diff --git a/debian/changelog b/debian/changelog index 4000d63..bf632a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.0.4-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 28 Sep 2007 14:19:25 +0200 + pazpar2 (1.0.3-6) unstable; urgency=low * HTTP fixes. Bugs #1639, #1665. -- 1.7.10.4