Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Feb 2009 15:56:53 +0000 (16:56 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Feb 2009 15:56:53 +0000 (16:56 +0100)
NEWS
configure.ac
debian/changelog
debian/rules
win/yaz.rc

diff --git a/NEWS b/NEWS
index 8329188..204262a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
+--- 3.0.42 2009/02/02
+
+YAZ' RPM spec works for both SUSE Linux Enterprise and RedHat Fedora.
+
 Added member named_result_sets for init handler struct for the GFS. This
 allows a server to disable named result sets.
 
+Removed OID record syntax application-xml.
+
+Added support for rule-based transliterator for ICU wrapper of YAZ.
+
+Fixed bug #1902: yaz-icu XML output.
+
+Make YAZ checks Emacs friendly.
+
+BITSTRING value shows value. Bug #2346.
+
+ISO2709 decoding: skip control characters from indicator data.
+
+Omit sort key by default in yaz-icu's output.
+
+Allow combined single char options (again) for YAZ' options function.
+
+Utility yaz-marcdump got option to display YAZ version (-V).
+
+Allow YAZ to use ICU 3.4.
+
+Added new ICU test case which illustrates removal of diacritics.
+
 --- 3.0.41 2008/12/29
 
 Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too.
index db7ba90..41ccf45 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of the YAZ toolkit.
-dnl Copyright (C) 1995-2008 Index Data
+dnl Copyright (C) 1995-2009 Index Data
 AC_PREREQ([2.60])
-AC_INIT([yaz],[3.0.41],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.42],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index a7156c6..078407b 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.42-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 02 Feb 2009 13:34:01 +0100
+
 yaz (3.0.41-1indexdata) unstable; urgency=low
 
   * Upstream.
index a0a08d6..3427a5f 100755 (executable)
@@ -98,7 +98,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz3 (>= 3.0.39)'
+       dh_makeshlibs -V 'libyaz3 (>= 3.0.42)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz3/usr/lib
        dh_gencontrol
index 7f47264..79a1d83 100644 (file)
@@ -27,7 +27,7 @@ VS_VERSION_INFO VERSIONINFO
 #endif
             VALUE "FileVersion", YAZ_VERSION "\0"
             VALUE "InternalName", "YAZ\0"
-            VALUE "LegalCopyright", "Copyright © 1995-2008 Index Data ApS\0"
+            VALUE "LegalCopyright", "Copyright © 1995-2009 Index Data ApS\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.res\0"
             VALUE "PrivateBuild", "\0"