Towards 3.0.34
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Jun 2008 08:43:36 +0000 (10:43 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Jun 2008 08:43:36 +0000 (10:43 +0200)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index 891ed3e..05dddc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 3.0.34 2008/06/18
+
+YAZ uses GNU TLS without the OpenSSL compatibility wrapper.
+
 --- 3.0.32 2008/06/12
 
 Fixed memory violation that could occur when decoding UTF-8. This bug
index 210870b..8762323 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of the YAZ toolkit.
 dnl Copyright (C) 1995-2008 Index Data
 AC_PREREQ([2.60])
-AC_INIT([yaz],[3.0.32],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.34],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 9f536b6..9797010 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.34-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 18 Jun 2008 10:42:18 +0200
+
 yaz (3.0.32-1) unstable; urgency=low
 
   * Upstream.
index 80911e2..fdacf37 100644 (file)
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.32"
-#define YAZ_VERSIONL 0x030020
+#define YAZ_VERSION "3.0.34"
+#define YAZ_VERSIONL 0x030022
 
-#define YAZ_FILEVERSION 3,0,32,1
+#define YAZ_FILEVERSION 3,0,34,1
 
 #define YAZ_DATE 1
 
index 0e2b10d..f58aea7 100644 (file)
@@ -1,7 +1,7 @@
 ; This file is part of the YAZ toolkit.
 ; Copyright (C) 1995-2008 Index Data
 
-!define VERSION "3.0.32"
+!define VERSION "3.0.34"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below