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