Towards 1.0.4. PAZPAR2.1.0.4
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Sep 2007 12:20:36 +0000 (12:20 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Sep 2007 12:20:36 +0000 (12:20 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 78a7476..e5cda69 100644 (file)
--- 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,
index c962d63..4a4733a 100644 (file)
@@ -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)
 
index 4000d63..bf632a1 100644 (file)
@@ -1,3 +1,9 @@
+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.