Towards 3.0.16
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 08:58:16 +0000 (08:58 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2007 08:58:16 +0000 (08:58 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index a72a1e1..2e1d616 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+--- 3.0.16 2007/11/12
+
 Added yaz_poll which is a wrapper for select/poll. When poll is available
 and non-buggy, it is used, by yaz_poll . This allows more than 1024
 sockets to be in use.
@@ -12,6 +14,8 @@ the proxy address, followed by command, then follwed by he regular
 "virtual" addresss. For example,
 connect:webproxy.com:3128,tcp:z3950.loc.gov:7090/voyager . 
 
+More MARC-8/UTF-8 conversion fixes. Bugs #1666, #1667, #1778.
+
 --- 3.0.14 2007/09/21
 
 Fixed bad memory reference in ZOOM_record - cuased by member not being
index cc284c9..19a4ff6 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.96 2007-11-08 08:17:17 adam Exp $
+dnl $Id: configure.ac,v 1.97 2007-11-12 08:58:16 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.15],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.16],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 92da6ba..c47c82e 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.16-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 12 Nov 2007 09:52:04 +0100
+
 yaz (3.0.15-1) unstable; urgency=low
 
   * Version with ICU.
index e96b079..16bcb2c 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.135 2007-09-26 19:14:04 adam Exp $ */
+/* $Id: yaz-version.h,v 1.136 2007-11-12 08:58:17 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "3.0.15"
-#define YAZ_VERSIONL 0x03000F
+#define YAZ_VERSION "3.0.16"
+#define YAZ_VERSIONL 0x030010
 
 #define YAZ_DATE 1
 
index f60eb82..6274194 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.121 2007-09-26 19:14:05 adam Exp $
+; $Id: yaz.nsi,v 1.122 2007-11-12 08:58:17 adam Exp $
 
-!define VERSION "3.0.15"
+!define VERSION "3.0.16"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below
index 008cf1f..5a4073b 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 3,0,15,1
-  PRODUCTVERSION  3,0,15,1
+  FILEVERSION 3,0,16,1
+  PRODUCTVERSION  3,0,16,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, 15, 1\0"
+            VALUE "FileVersion", "3, 0, 16, 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, 15, 1\0"
+            VALUE "ProductVersion", "3, 0, 16, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }