From 5932b7f1308ff2173bb7865295dca54313219458 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 3 Jul 2012 13:41:21 +0200 Subject: [PATCH] Version 1.3.1 --- IDMETA | 3 ++- NEWS | 5 +++++ debian/changelog | 6 ++++++ debian/rules | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 78f701c..8fa1932 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" -VERSION=1.3.0 +CENTOS_DIST="centos5" +VERSION=1.3.1 diff --git a/NEWS b/NEWS index 437eb10..5c50c1c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.3.1 2012/07/03 + +SocketManager::processEvent returns 1 on EINTR. This changes behavior +a bit, but ensures that it returns if we receive a signal. + --- 1.3.0 2012/04/25 Add facility to allow a server to close its listener. PDU_Assoc::listen diff --git a/debian/changelog b/debian/changelog index a23e35f..b0ed187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazpp (1.3.1-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 03 Jul 2012 13:33:10 +0200 + yazpp (1.3.0-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 9669563..18b162c 100755 --- a/debian/rules +++ b/debian/rules @@ -108,7 +108,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyazpp4 (>= 1.3.0)' + dh_makeshlibs -V 'libyazpp4 (>= 1.3.1)' dh_installdeb dh_shlibdeps -l debian/libyazpp4/usr/lib dh_gencontrol -- 1.7.10.4