Possible compatibility problems with earlier versions marked with '*'.
+--- 2.0.12 2004/02/16
+
+Added member 'schema' to bend_explain_rr structure so that backend
+can specify explain record identifier. Defaults to Zeerex 2.0.
+
+Fix encoding of OID's of form 1.0.X. Bug introduced in 2.0.11.
+
--- 2.0.11 2004/02/16
* SRW/SRU 1.1 updates: updated diagnostic in srw.h to use uri instead
+yaz (2.0.12-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@peanut.index> Mon, 16 Feb 2004 18:52:25 +0100
+
yaz (2.0.11-1) unstable; urgency=low
* Upstream.
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*
- * $Id: backend.h,v 1.23 2004-01-17 01:20:12 adam Exp $
+ * $Id: backend.h,v 1.24 2004-02-16 17:57:05 adam Exp $
*/
#ifndef BACKEND_H
ODR print;
char *explain_buf;
char *database;
+ char *schema;
} bend_explain_rr;
typedef struct bend_initrequest
* Copyright (c) 1995-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-version.h,v 1.36 2004-02-16 11:30:33 adam Exp $
+ * $Id: yaz-version.h,v 1.37 2004-02-16 17:57:05 adam Exp $
*/
/*
#include <yaz/yconfig.h>
-#define YAZ_VERSION "2.0.11"
-#define YAZ_VERSIONL 0x02000B
+#define YAZ_VERSION "2.0.12"
+#define YAZ_VERSIONL 0x02000C
#define YAZ_DATE 1
* Copyright (c) 1995-2004, Index Data
* See the file LICENSE for details.
*
- * $Id: ber_oid.c,v 1.2 2004-02-11 23:49:28 adam Exp $
+ * $Id: ber_oid.c,v 1.3 2004-02-16 17:57:05 adam Exp $
*/
#if HAVE_CONFIG_H
#include <config.h>
lenp = odr_tell(o);
if (odr_putc(o, 0) < 0) /* dummy */
return 0;
- if (p[0] < 0 || p[1] <= 0)
+ if (p[0] < 0 || p[1] < 0)
{
odr_seterror(o, ODATA, 23);
return 0;
* Copyright (c) 1995-2004, Index Data
* See the file LICENSE for details.
*
- * $Id: seshigh.c,v 1.20 2004-02-14 15:58:42 adam Exp $
+ * $Id: seshigh.c,v 1.21 2004-02-16 17:57:05 adam Exp $
*/
/*
rr.print = assoc->print;
rr.explain_buf = 0;
rr.database = srw_req->database;
+ rr.schema = "http://explain.z3950.org/dtd/2.0/";
(*assoc->init->bend_explain)(assoc->backend, &rr);
if (rr.explain_buf)
{
assoc->init->implementation_name,
odr_prepend(assoc->encode, "GFS", resp->implementationName));
- version = odr_strdup(assoc->encode, "$Revision: 1.20 $");
+ version = odr_strdup(assoc->encode, "$Revision: 1.21 $");
if (strlen(version) > 10) /* check for unexpanded CVS strings */
version[strlen(version)-2] = '\0';
resp->implementationVersion = odr_prepend(assoc->encode,
-; $Id: yaz.nsi,v 1.34 2004-02-16 11:30:34 adam Exp $
+; $Id: yaz.nsi,v 1.35 2004-02-16 17:57:05 adam Exp $
-!define VERSION "2.0.11"
+!define VERSION "2.0.12"
Name "YAZ"
Caption "Index Data YAZ ${VERSION} Setup"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,11,1
- PRODUCTVERSION 2,0,11,1
+ FILEVERSION 2,0,12,1
+ PRODUCTVERSION 2,0,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, 0, 11, 1\0"
+ VALUE "FileVersion", "2, 0, 12, 1\0"
VALUE "InternalName", "YAZ\0"
VALUE "LegalCopyright", "Copyright © 1995-2004 Index Data\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "yaz.rc\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Index Data YAZ Toolkit\0"
- VALUE "ProductVersion", "2, 0, 11, 1\0"
+ VALUE "ProductVersion", "2, 0, 12, 1\0"
VALUE "SpecialBuild", "\0"
END
END