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