Added global lbuf to data1_node.
[yaz-moved-to-github.git] / CHANGELOG
1 Possible compatibility problems with earlier versions marked with '*'.
2
3 --- 1.0pl1 1995/12/5
4
5 Bug in Explain DatabaseInfo module fixed.
6
7 Some '\r' snuck into one or two of the config tables. Curse on Windows.
8
9 Occasional malloc() of 0 bytes fixed in d1_espec.c.
10
11 --- 1.0 1995/11/28
12
13 The shift to v1.0 signals that we now consider the *core* functionality
14 of YAZ reasonably stable (the core being more or less equivalent to
15 Z39.50-1992). Some of the really nifty v3 stuff is still not heavily
16 tested (Explain not at all - though that will happen soonish).
17
18 Minor changes to code to support Windows port.
19
20 Various minor changes after we're getting to use GRS-1 & co. more.
21
22 Added Espec-1 format.
23
24 Added VisibleString field body type to GRS-1. It is illegal acc. to my copy
25 of the protocol and it cannot be selected when encoding (maps into 'string'
26 when decoding). Needed to talk to some servers.
27
28 Demo client can request simple element set names.
29
30 Added Diagnostic Format encoders/decoders.
31
32 Added simple Close handling to frontend server (no hooks for resource
33 reporting yet), and demonstration client.
34
35 Added cs_addrstr() command to COMSTACK to retrieve peer hostname/address.
36
37 --- 1.0b3 1995/08/24
38
39 Fixed bug in the frontend-server. The numberOfRecordsReturned field was
40 handled incorrectly when records were requested in the searchResponse. This
41 will only affect you if you use the frontend-server.
42
43 Added GRS-1 encoders/decoders to the service-level API. Lightly tested.
44 Test-client will ask for and print GRS1. Ztest will return dummy records
45 on request.
46
47 Added Explain encoders/decoders to the service-level API. Untested.
48
49 Added Extended Services: Item Order encoders and decoders to the Service-
50 level API. Untested. We could use a recent copy of the pertinent bits
51 of the ILL protocol to add those bits.
52
53 Added diagnostic format 1 encoders/decoders to the service-level API.
54 Untested.
55
56 Moved pretty-printing of structure-wrappers ({..}) from odr_seq.c to
57 odr_cons.c, which causes a more correct output.
58
59 Fixed handling of searchRequest in frontend server. NextResultSetPosition
60 was always set to 0 when no records were requested in the searchRequest.
61
62 * Added better external-handling. This shouldn't harm old code that
63 *encodes* externals. It can break code that looks for a
64 'single-ASN1-type' representation, since those types that are known
65 are now decoded immediately. Look at the SUTRS sample code in
66 seshigh.c and client.c. Documentation updated.
67
68 Handling of structured records in bend_fetchresponse. Length -1 marks
69 structured record, type is deduced from format field.
70
71 --- 1.0b2 1995/06/27
72 Fairly quick maintenance release to add SUTRS support.
73
74 Fixed handling of SUTRS records in the demonstration client.
75
76 * Added format field to the bend_fetchrequest and bend_fetchresponce
77 structures of the backend API (frontend server). When the record is
78 returned, the value of the format field is mapped to an OID. The
79 value VAL_SUTRS will also cause a slightly different ASN.1 packaging
80 of the record. The special value VAL_NONE in the bend_request means
81 that no specific format was requested by the client. Documentation
82 updated accordingly. Test server (ztest) will return a fixed dummy
83 SUTRS record if your client requests SUTRS.
84
85 Documentation updated accordingly.
86
87 You can now set external libraries and RANLIB support in the top-level
88 Makefile.
89
90 --- 1.0b 1995/06/19
91 First public release.