From 4fcc63d030496d72df862ffa38005b0c4b4c7d3a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Oct 2014 07:35:43 +0000 Subject: [PATCH] Version 1.6.0 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 3d169e6..5e9426f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.5.11 +VERSION=1.6.0 diff --git a/NEWS b/NEWS index a73460c..5df87ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.6.0 2014/10/21 + +z3950_client: allows negotiation charset to be set MP-574 + +cgi: more functional but no support for POSTed content yet (part of MP-564) + --- 1.5.11 2014/10/20 http_file: add include of sys/stat.h fixes MP-576 diff --git a/win/makefile b/win/makefile index 20fb95c..8a1885f 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.11 +VERSION=1.6.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4