From 9334538c780b40deb6466fb3cf8a3e3342403150 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 13 May 2015 12:21:46 +0000 Subject: [PATCH] Version 1.9.0 --- IDMETA | 2 +- NEWS | 10 ++++++++++ win/makefile | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 9b0143f..52b0f66 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="vivid utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.8 +VERSION=1.9.0 diff --git a/NEWS b/NEWS index 239f3a7..eefaa5c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.9.0 2015/05/23 + +New metadata facility "icurule" for normalizing metadata text PAZ-1002 +This allows ICU normalization of text before in-cluster merging takes +place. + +Heuristics to deal with Primo s/e/page PAZ-1001 + +Fix test_limit_limitmap fails PAZ-1000 + --- 1.8.8 2015/04/20 Limitmap ccl: deal with quotes and backslash PAZ-999 diff --git a/win/makefile b/win/makefile index f3998ea..f710431 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.8.8 +PACKAGE_VERSION=1.9.0 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4