Version 3.0.30.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 09:22:51 +0000 (11:22 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 6 Jun 2008 09:22:51 +0000 (11:22 +0200)
NEWS
configure.ac
debian/changelog
debian/rules
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index 94b5bdb..8b9b53a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 3.0.30 2008/06/26
+
+Implemented SSL sockets using GNU TLS. OpenSSL is still supported, but
+GNU TLS is used by default (if found).
+
 yaz-ztest returns OPAC records if a client asks for OPAC.
 
 Improved speed of MARC-8 encoding.
 yaz-ztest returns OPAC records if a client asks for OPAC.
 
 Improved speed of MARC-8 encoding.
index edd00c2..36e9ca6 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])
 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.29],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.30],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 8d80808..8f8e3e3 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.30-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 06 Jun 2008 11:22:02 +0200
+
 yaz (3.0.29-2) unstable; urgency=low
 
   * Internal using GNU TLS.
 yaz (3.0.29-2) unstable; urgency=low
 
   * Internal using GNU TLS.
index e258bf1..03c0d9e 100755 (executable)
@@ -98,7 +98,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz3 (>= 3.0.29)'
+       dh_makeshlibs -V 'libyaz3 (>= 3.0.30)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz3/usr/lib
        dh_gencontrol
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz3/usr/lib
        dh_gencontrol
index 56beeee..444feab 100644 (file)
 
 #include <yaz/yconfig.h>
 
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.29"
-#define YAZ_VERSIONL 0x03001D
+#define YAZ_VERSION "3.0.30"
+#define YAZ_VERSIONL 0x03001E
 
 
-#define YAZ_FILEVERSION 3,0,29,1
+#define YAZ_FILEVERSION 3,0,30,1
 
 #define YAZ_DATE 1
 
 
 #define YAZ_DATE 1
 
index cc48e87..e3fc2f2 100644 (file)
@@ -1,7 +1,7 @@
 ; This file is part of the YAZ toolkit.
 ; Copyright (C) 1995-2008 Index Data
 
 ; This file is part of the YAZ toolkit.
 ; Copyright (C) 1995-2008 Index Data
 
-!define VERSION "3.0.29"
+!define VERSION "3.0.30"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below