From a31ffb4fb371820176ffc5584a699d2b8dd334c9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Apr 2014 12:30:06 +0200 Subject: [PATCH] Version 1.5.0 --- IDMETA | 2 +- NEWS | 14 ++++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index d95efd8..8c7d3a6 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.4.8 +VERSION=1.5.0 diff --git a/NEWS b/NEWS index 1bab48c..e958cdd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +--- 1.5.0 2014/04/24 + +Build packages for Ubuntu Trusty Tahr 14.04 LTS + +sort: crash / invalid_read in filter sort MP-541 + +sru_z3950: facet should be stored in additionalSearchInfo MP-533 + +doc: fix missing man pages MP-542 + +cql_rpn: fix threading problem with CQL to RPN conversion MP-497 + +cql_rpn: allow conversion from RPN to CQL (reverse) MP-537 + --- 1.4.8 2014/04/02 sru_z3950: fix facet response (memory corruption) MP-532 diff --git a/debian/changelog b/debian/changelog index 99c7a00..abbf65f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.5.0-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Thu, 24 Apr 2014 12:23:13 +0200 + metaproxy (1.4.8-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index b300266..783e69f 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.4.8 +VERSION=1.5.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4