Towards 3.0.18.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Dec 2007 11:02:20 +0000 (11:02 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Dec 2007 11:02:20 +0000 (11:02 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index 4b97679..9cd5a30 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
+--- 3.0.18 2007/12/19
+
+ziffy uses YAZ' options rather than getopt; getopt is unavailable on
+some systems.
+
+yaz-marcdump reads and writes collection wrapped records.
+
 Handle OPAC for record conversion module.
 
 Handle OPAC for record conversion module.
 
+Fixes for ICU wrapper.
+
+Allow ICU libs to be controlled with --with-icu .
+
 --- 3.0.16 2007/11/12
 
 Added yaz_poll which is a wrapper for select/poll. When poll is available
 --- 3.0.16 2007/11/12
 
 Added yaz_poll which is a wrapper for select/poll. When poll is available
index c35a1c1..76c7b42 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.99 2007-12-10 22:10:09 adam Exp $
+dnl $Id: configure.ac,v 1.100 2007-12-19 11:02:20 adam Exp $
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.17],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.18],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 6f0dc45..40c1052 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.18-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 19 Dec 2007 12:00:13 +0100
+
 yaz (3.0.17-1) unstable; urgency=low
 
   * Development.
 yaz (3.0.17-1) unstable; urgency=low
 
   * Development.
index 44f3dc4..1db1f78 100644 (file)
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: yaz-version.h,v 1.137 2007-11-15 08:33:15 adam Exp $ */
+/* $Id: yaz-version.h,v 1.138 2007-12-19 11:02:21 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.17"
-#define YAZ_VERSIONL 0x030011
+#define YAZ_VERSION "3.0.18"
+#define YAZ_VERSIONL 0x030012
 
 #define YAZ_DATE 1
 
 
 #define YAZ_DATE 1
 
index ff6b5b6..e61a630 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.123 2007-11-15 08:33:15 adam Exp $
+; $Id: yaz.nsi,v 1.124 2007-12-19 11:02:22 adam Exp $
 
 
-!define VERSION "3.0.17"
+!define VERSION "3.0.18"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below