+--- 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,
# 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)
+pazpar2 (1.0.4-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Fri, 28 Sep 2007 14:19:25 +0200
+
pazpar2 (1.0.3-6) unstable; urgency=low
* HTTP fixes. Bugs #1639, #1665.