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