Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Oct 2013 07:58:37 +0000 (09:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Oct 2013 07:58:37 +0000 (09:58 +0200)
IDMETA
NEWS
debian/.gitignore
debian/changelog
debian/rules

diff --git a/IDMETA b/IDMETA
index 5c47833..9313e21 100755 (executable)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="quantal precise oneiric lucid"
 CENTOS_DIST="centos5 centos6"
-VERSION=4.2.68
+VERSION=4.2.69
diff --git a/NEWS b/NEWS
index c403130..9753f18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+--- 4.2.69 2013/10/01
+
+GFS: log when closing down - at least SIGTERM YAZ-684
+Also change formatting WRT PID logging a bit.
+
+Improve display of MARC records with multi-byte subfield IDs YAZ-695
+In some rare cases subfield identifiers are multi-byte characters.
+This will try to deterime length of those and split accordingly.
+This affects display in line mode as MARCXML/MarcXchange. The encoding
+of ISO2709 is the same.
+
+Change inp argument to const for yaz_read_UTF8_char.
+
+yaz-marcdump: fix leaks for MARCXML parsing. YAZ-694
+
+MARCXML parsing: avoid skipping 1st field if no leader. YAZ-693
+
+Better check of marc leader info YAZ-691
+Problem is that some systems generate MARCXML/MarcXchange with
+funny headers. These will not work if encoded as ISO2709.
+Some tests produce new output, due to updated warning messages
+
+cql2pqf: allow PQF queries from stdin (because CQL is also allowed)
+
+yaz-client: display MAB records YAZ-689.
+Thanks for Heiko Jansen for this patch.
+
+New utility z_get_HTTP_Response_server which allows both HTTP server name
+and HTTP server URL to be given in response.
+
+Debian: do not depend on obs tcl8.3.
+
+Debian: do not depend on obs libicu36-dev.
+
 --- 4.2.68 2013/09/23 
 
 GFS: pass additionalSearchInfo to search memeber search_input if
index dc3a5f9..982cdf3 100644 (file)
@@ -1,6 +1,7 @@
 copyright
 files
 libyaz4
+libyaz4-dbg
 libyaz4-dev
 yaz-icu
 yaz-illclient
index 2e1b3e5..43b548d 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.2.69-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 01 Oct 2013 09:42:46 +0200
+
 yaz (4.2.68-1indexdata) unstable; urgency=low
 
   * Upstream.
index 5ebb002..0435208 100755 (executable)
@@ -95,7 +95,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz4 (>= 4.2.68)'
+       dh_makeshlibs -V 'libyaz4 (>= 4.2.69)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz4/usr/lib
        dh_gencontrol