From dfcddedfe36f8e3bd02448263b3b2023fcc1ac28 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 21 Aug 2013 13:21:36 +0200 Subject: [PATCH] Version 1.3.60 --- IDMETA | 2 +- NEWS | 5 +++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 0ec0c29..6655aff 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.3.59 +VERSION=1.3.60 diff --git a/NEWS b/NEWS index 0ea2f60..b3a2881 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ --- 1.3.60 2013/08/21 +Fix metaproxy-config --libs to return non-mt over mt libs. +The -mt versions do not exist as shared objects and cause +linker errors for applications linking with Metaproxy. +Problem present in versions 1.3.56 - 1.3.59. MP-475 + HTML: clean up char checks. Add ptr to HTML parse spec HTML parser stops eating tag when <-char is met MP-473 diff --git a/debian/changelog b/debian/changelog index aef3c5b..d0813cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.60-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 21 Aug 2013 13:03:17 +0200 + metaproxy (1.3.59-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ac3e0c9..edc90e9 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.59 +VERSION=1.3.60 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4