*** empty log message ***
[yaz-moved-to-github.git] / CHANGELOG
1 Possible compatibility problems with earlier versions marked with '*'.
2
3 --- XXXX 1995/XX/XX
4
5 Fixed bug in the frontend-server. The numberOfRecordsReturned field was
6 handled incorrectly when records were requested in the searchResponse. This
7 will only affect you if you use the frontend-server.
8
9 Moved pretty-printing of structure-wrappers ({..}) from odr_seq.c to
10 odr_cons.c, which causes a more correct output.
11
12 Added Explain encoders/decoders to the service-level API. Strictly alfa.
13
14 --- 1.0b2 1995/06/27
15 Fairly quick maintenance release to add SUTRS support.
16
17 Fixed handling of SUTRS records in the demonstration client.
18
19 * Added format field to the bend_fetchrequest and bend_fetchresponce
20 structures of the backend API (frontend server). When the record is
21 returned, the value of the format field is mapped to an OID. The
22 value VAL_SUTRS will also cause a slightly different ASN.1 packaging
23 of the record. The special value VAL_NONE in the bend_request means
24 that no specific format was requested by the client. Documentation
25 updated accordingly. Test server (ztest) will return a fixed dummy
26 SUTRS record if your client requests SUTRS.
27
28 Documentation updated accordingly.
29
30 You can now set external libraries and RANLIB support in the top-level
31 Makefile.
32
33 --- 1.0b 1995/06/19
34 First public release.