Towards 3.0.8
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jun 2007 18:41:13 +0000 (18:41 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jun 2007 18:41:13 +0000 (18:41 +0000)
NEWS
configure.ac
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index 5be7dcb..1784549 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
+--- 3.0.8 2007/06/25
+
+Fixed bug #1208: SSL appears to be broken in ZOOM.
+
+Fixed bug #1206: Libxml2 include path weirdness. 
+
+Added oid_name_to_dotstring.
+
 Allow elementSetName to be specified for ZOOM C record update.
 
 Allow waitAction to be specified for ZOOM C based for Extended Services.
 
+Fixed NULL ptr reference bug in yaz-ztest - caused by omitted record
+syntax OID. Bug introduced in YAZ 3 series.
+
+Updated WIN32 build to include Libxml2 2.6.28 / Libxslt 1.1.19.
+
 --- 3.0.6 2007/06/06
 
 Fixed bug #1157: yaz-client does not read .yazclientrc from current
index 056e94e..dc7d60e 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.84 2007-06-07 08:27:57 adam Exp $
+dnl $Id: configure.ac,v 1.85 2007-06-25 18:41:13 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.7],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.8],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 6beb486..b009857 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.
  */
-/* $Id: yaz-version.h,v 1.128 2007-06-07 08:27:57 adam Exp $ */
+/* $Id: yaz-version.h,v 1.129 2007-06-25 18:41:13 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.7"
-#define YAZ_VERSIONL 0x030007
+#define YAZ_VERSION "3.0.8"
+#define YAZ_VERSIONL 0x030008
 
 #define YAZ_DATE 1
 
index 85077cb..d3c96e7 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.114 2007-06-07 08:27:58 adam Exp $
+; $Id: yaz.nsi,v 1.115 2007-06-25 18:41:13 adam Exp $
 
-!define VERSION "3.0.7"
+!define VERSION "3.0.8"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
index 92d8417..48d5555 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 3,0,7,1
-  PRODUCTVERSION  3,0,7,1
+  FILEVERSION 3,0,8,1
+  PRODUCTVERSION  3,0,8,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
   FILEFLAGS 0x1L
@@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO
             VALUE "Comments", "Z39.50/SRU Library\0"
             VALUE "CompanyName", "Index Data ApS\0"
             VALUE "FileDescription", "YAZ Library\0"
-            VALUE "FileVersion", "3, 0, 7, 1\0"
+            VALUE "FileVersion", "3, 0, 8, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2007 Index Data ApS\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "YAZ Toolkit\0"
-            VALUE "ProductVersion", "3, 0, 7, 1\0"
+            VALUE "ProductVersion", "3, 0, 8, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }