From: Adam Dickmeiss Date: Tue, 16 Jun 2015 10:50:23 +0000 (+0000) Subject: Version 1.10.0 X-Git-Tag: v1.10.0 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=363c0adc2ebed5aca7c06a98c45b20b8b71c4341 Version 1.10.0 --- diff --git a/IDMETA b/IDMETA index 681c2ac..65ac07f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6" -VERSION=1.9.0 +VERSION=1.10.0 diff --git a/NEWS b/NEWS index eefaa5c..3901798 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.10.0 2015/06/16 + +Sort by retrieval PAZ-1006 +Allows sorting by order that records were retrieved from databases. + +Response from bytarget command includes native query PAZ-1005 + +Use lx2.loc.gov:210/LCDB_MARC8 instd of z3950.loc.gov:7090/voyager PAZ-1003 + --- 1.9.0 2015/05/23 New metadata facility "icurule" for normalizing metadata text PAZ-1002 diff --git a/win/makefile b/win/makefile index f710431..5599de8 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.9.0 +PACKAGE_VERSION=1.10.0 # YAZ YAZ_DIR=..\..\yaz