Version 4.2.44 v4.2.44
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Oct 2012 10:04:24 +0000 (12:04 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Oct 2012 10:04:24 +0000 (12:04 +0200)
IDMETA
NEWS
debian/changelog
debian/rules

diff --git a/IDMETA b/IDMETA
index fab380a..d845e9a 100755 (executable)
--- 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 (file)
--- 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:<spec>:<uri>
+    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
index 6fca2ab..ca2a403 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.2.44-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 25 Oct 2012 11:09:29 +0200
+
 yaz (4.2.43-1indexdata) unstable; urgency=low
 
   * Upstream.
index f2a1fc2..db752eb 100755 (executable)
@@ -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