From: Adam Dickmeiss Date: Thu, 25 Oct 2012 10:04:24 +0000 (+0200) Subject: Version 4.2.44 X-Git-Tag: v4.2.44 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4fb5b41991f308da120e7efb5fee770197f8e41d;hp=e873bb6090290c8615c9649f92c8c13259bafca1 Version 4.2.44 --- diff --git a/IDMETA b/IDMETA index fab380a..d845e9a 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" -CENTOS_DIST="centos5" -VERSION=4.2.43 +CENTOS_DIST="centos5 centos6" +VERSION=4.2.44 diff --git a/NEWS b/NEWS index ab8b7b1..5a170a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 4.2.44 2012/10/25 + +New utility yaz_decode_init_diag. Defined in proto.h. + +Allow HTTP protocol on unix local socket. Also Z39.50 database may be +given for unix local socket. + The COMSTACK string for doing so is: + unix:: + Examples: + unix:/myfile:tcp:localhost:9999/mybase + unix:/myfile:localhost:9999/mybase + unix:/myfile:http://fakehost/mybase + +debian: Use dpkg-buildflags in build process. + --- 4.2.43 2012/10/19 ZOOM C: don't trust recordPosition always. Some servers, such as IGI diff --git a/debian/changelog b/debian/changelog index 6fca2ab..ca2a403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.44-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 25 Oct 2012 11:09:29 +0200 + yaz (4.2.43-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index f2a1fc2..db752eb 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz4 (>= 4.2.40)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.44)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol