From 6533da485c4fcf4bc1bb6d70d0b18b13602381ff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 29 May 2015 08:09:56 +0000 Subject: [PATCH] Version 5.13.0 --- IDMETA | 2 +- NEWS | 4 ++++ debian/rules | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 6b8ba3b..96b9c50 100755 --- 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=5.12.2 +VERSION=5.13.0 diff --git a/NEWS b/NEWS index d8468df..431b56d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 5.13.0 2015/05/29 + +Add lock/unlock for YAZ log writes YAZ-843 + --- 5.12.2 2015/05/22 Fix incorrect parsing of URLs @:9999/somebase&url=http://some.host YAZ-842 diff --git a/debian/rules b/debian/rules index 10355fd..eced7dd 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_install: mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc override_dh_makeshlibs: - dh_makeshlibs -V 'libyaz5 (>= 5.12.0)' + dh_makeshlibs -V 'libyaz5 (>= 5.13.0)' override_dh_installchangelogs: dh_installchangelogs NEWS -- 1.7.10.4