YAZ 2.1.50. YAZ.2.1.50
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 23 Feb 2007 11:54:38 +0000 (11:54 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 23 Feb 2007 11:54:38 +0000 (11:54 +0000)
NEWS
configure.ac
debian/changelog
debian/rules
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index 9cc18b5..e753dc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 2.1.50 2007/02/23
+Fixes for configure on BSD. Bug #900.
+
 Added snprintf/vsnprintf wrappers for systems that don't have 
 limits (heavens forbid).
 
index 6c4103c..c330ede 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.60 2007-02-20 09:53:30 adam Exp $
+dnl $Id: configure.ac,v 1.61 2007-02-23 11:54:38 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[2.1.49],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[2.1.50],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index f7ca83d..8704d08 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.1.50-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 23 Feb 2007 12:50:38 +0100
+
 yaz (2.1.49-1) unstable; urgency=low
 
   * Test new event/task handling for ZOOM C.
index f1d31ca..7a3cd6c 100755 (executable)
@@ -98,7 +98,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz (>= 2.1.49)'
+       dh_makeshlibs -V 'libyaz (>= 2.1.50)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz/usr/lib
        dh_gencontrol
index b8fa201..2e04240 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.113 2007-01-23 20:02:09 adam Exp $ */
+/* $Id: yaz-version.h,v 1.114 2007-02-23 11:54:39 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.49"
-#define YAZ_VERSIONL 0x020131
+#define YAZ_VERSION "2.1.50"
+#define YAZ_VERSIONL 0x020132
 
 #define YAZ_DATE 1
 
index a2034ce..6b7eb8a 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.103 2007-01-23 19:31:12 adam Exp $
+; $Id: yaz.nsi,v 1.104 2007-02-23 11:54:39 adam Exp $
 
-!define VERSION "2.1.48"
+!define VERSION "2.1.50"
 
 ; Microsoft runtime CRT
 ; VS 2003
index 78a377a..8d88837 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 2,1,48,1
-  PRODUCTVERSION  2,1,48,1
+  FILEVERSION 2,1,50,1
+  PRODUCTVERSION  2,1,50,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", "2, 1, 48, 1\0"
+            VALUE "FileVersion", "2, 1, 50, 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", "2, 1, 48, 1\0"
+            VALUE "ProductVersion", "2, 1, 50, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }