/*
- * Copyright (c) 1995-2005, Index Data.
+ * Copyright (c) 1995-2006, Index Data.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation, in whole or in part, for any purpose, is hereby granted,
---- NOT YET RELEASED
+--- 2.1.12 2006/02/01
Fixed bug in yaz_oi_update which uesd incorrect value for categoryValue.
#!/bin/sh
-# $Id: buildconf.sh,v 1.22 2006-01-20 10:34:50 adam Exp $
+# $Id: buildconf.sh,v 1.23 2006-02-01 20:11:22 adam Exp $
set -x
aclocal -I .
libtoolize --automake --force
conf_flags=""
case $1 in
-d)
- sh_flags="-g -Wall -ansi"
+ sh_flags="-g -Wall"
enable_configure=true
enable_help=false
shift
-dnl YAZ Toolkit, Index Data 1994-2005
+dnl YAZ Toolkit, Index Data 1994-2006
dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.189 2005-12-17 20:20:55 adam Exp $
+dnl $Id: configure.in,v 1.190 2006-02-01 20:11:22 adam Exp $
AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 2.1.11)
+AM_INIT_AUTOMAKE(yaz, 2.1.12)
AM_MAINTAINER_MODE
dnl
AC_SUBST(READLINE_LIBS)
+yaz (2.1.12-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Wed, 1 Feb 2006 21:07:50 +0100
+
yaz (2.1.10-2) unstable; urgency=low
* updated number for new release cycle
dh_fixperms
# dh_perl
# dh_python
- dh_makeshlibs -V 'libyaz (>= 2.1.9)'
+ dh_makeshlibs -V 'libyaz (>= 2.1.11)'
dh_installdeb
dh_shlibdeps -l debian/libyaz/usr/lib
dh_gencontrol
-<!-- $Id: entities.ent,v 1.1 2005-10-15 10:40:37 adam Exp $ -->
+<!-- $Id: entities.ent,v 1.2 2006-02-01 20:11:22 adam Exp $ -->
<!ENTITY yaz "YAZ">
<!ENTITY bookinfo SYSTEM "bookinfo.xml">
<!ENTITY chap-introduction SYSTEM "introduction.xml">
<!ENTITY zoom "<acronym>ZOOM</acronym>">
<!ENTITY gfs-synopsis-app "application">
<!ENTITY reference-tools-cql-map "<xref linkend='tools.cql.map'/>">
-<!ENTITY copyright-year "1995-2005">
+<!ENTITY copyright-year "1995-2006">
/*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2006, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: yaz-version.h,v 1.73 2005-11-29 20:17:09 adam Exp $
+ * $Id: yaz-version.h,v 1.74 2006-02-01 20:11:22 adam Exp $
*/
/**
#include <yaz/yconfig.h>
-#define YAZ_VERSION "2.1.10"
-#define YAZ_VERSIONL 0x02010A
+#define YAZ_VERSION "2.1.12"
+#define YAZ_VERSIONL 0x02010C
#define YAZ_DATE 1
-Copyright (c) 1995-2005, Index Data.
+Copyright (c) 1995-2006, Index Data.
Permission to use, copy, modify, distribute, and sell this software and its documentation, in whole or in part, for any purpose, is hereby granted, provided that:
-; $Id: yaz.nsi,v 1.71 2005-11-29 20:26:06 adam Exp $
+; $Id: yaz.nsi,v 1.72 2006-02-01 20:11:22 adam Exp $
-!define VERSION "2.1.10"
+!define VERSION "2.1.12"
!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
!include "MUI.nsh"
File ..\doc\*.dsl
File ..\doc\*.xsl
File ..\doc\*.css
+ File ..\doc\*.ent
SetOutPath $SMPROGRAMS\YAZ
CreateShortCut "$SMPROGRAMS\YAZ\HTML Documentation.lnk" \
"$INSTDIR\doc\yaz.html"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,1,10,1
- PRODUCTVERSION 2,1,10,1
+ FILEVERSION 2,1,12,1
+ PRODUCTVERSION 2,1,12,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
VALUE "Comments", "Z39.50 C Library\0"
VALUE "CompanyName", "Index Data\0"
VALUE "FileDescription", "YAZ Toolkit\0"
- VALUE "FileVersion", "2, 1, 10, 1\0"
+ VALUE "FileVersion", "2, 1, 12, 1\0"
VALUE "InternalName", "YAZ\0"
- VALUE "LegalCopyright", "Copyright © 1995-2005 Index Data\0"
+ VALUE "LegalCopyright", "Copyright © 1995-2006 Index Data\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "yaz.rc\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Index Data YAZ Toolkit\0"
- VALUE "ProductVersion", "2, 1, 10, 1\0"
+ VALUE "ProductVersion", "2, 1, 12, 1\0"
VALUE "SpecialBuild", "\0"
END
END