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