From: Adam Dickmeiss Date: Mon, 1 Apr 2002 12:27:15 +0000 (+0000) Subject: Fix OID for ILL X-Git-Tag: YAZ.1.8.7.CCL~32 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a45657fa0bf44a3064c4a42aad9d584b54891ecb Fix OID for ILL --- diff --git a/CHANGELOG b/CHANGELOG index 3bf90b7..af5986d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Possible compatibility problems with earlier versions marked with '*'. --- 1.8.7 2002/MM/DD +Fix OID for ILL. + --- 1.8.6 2002/03/25 Added PQF feature: '@attr type=value' may be written as '@type=value'. diff --git a/ccl/bib1 b/ccl/bib1 index 241ad79..d5f44ff 100644 --- a/ccl/bib1 +++ b/ccl/bib1 @@ -1,4 +1,4 @@ -# $Id: bib1,v 1.9 2001-11-27 22:38:50 adam Exp $ +# $Id: bib1,v 1.10 2002-04-01 12:27:15 adam Exp $ # CCL qualifiers and their mappings # # Each line takes the form: @@ -30,6 +30,7 @@ term u=1016 t=l,r s=pw,al # Common short-hand access points. au u=1 s=pw t=l,r # author +sp u=1 s=pw t=l,r # author ti u=4 s=pw t=l,r # title isbn u=7 issn u=8 diff --git a/util/oid.c b/util/oid.c index 3b71395..1057871 100644 --- a/util/oid.c +++ b/util/oid.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: oid.c,v 1.53 2002-02-11 23:25:26 adam Exp $ + * $Id: oid.c,v 1.54 2002-04-01 12:27:15 adam Exp $ */ /* @@ -45,7 +45,7 @@ static oident standard_oids[] = "BER" }, {PROTO_GENERAL, CLASS_TRANSYN, VAL_ISO2709, {1,0,2709,1,1,-1}, "ISO2709"}, - {PROTO_GENERAL, CLASS_GENERAL, VAL_ISO_ILL_1, {1,2,10161,2,1,-1}, + {PROTO_GENERAL, CLASS_GENERAL, VAL_ISO_ILL_1, {1,0,10161,2,1,-1}, "ISOILL-1"}, /* Z39.50v3 definitions */ {PROTO_Z3950, CLASS_ABSYN, VAL_APDU, {2,1,-1},