From: Adam Dickmeiss Date: Tue, 6 Jan 2015 09:28:15 +0000 (+0000) Subject: Version 5.7.3 X-Git-Tag: v5.7.3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=fbc1007d33bbaf966cc562febcf5a2d24253f05d Version 5.7.3 --- diff --git a/IDMETA b/IDMETA index 19351b4..0d0cbb4 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=5.7.2 +VERSION=5.7.3 diff --git a/NEWS b/NEWS index aca3aa2..f060b50 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 5.7.3 2015/01/06 + +Fix application/x-www-form-urlencoded + empty YAZ-810 +A SEGV occurred if Content-Type was "application/x-www-form-urlencoded" +and empty content was supplied. + +Fix yaz-iconv man page for typos and incorrect example. YAZ-809 + +Fail hard if Bison is not found and is needed YAZ-808 + --- 5.7.2 2014/12/16 Enable YAZ backtrace for programs YAZ-802