Changes.
[idzebra-moved-to-github.git] / CHANGELOG
1 Zebra supports the specification of arbitrary attributes sets,
2 schemas and tag sets, because of the change in YAZ' OID
3 management system.
4
5 Fixed bug in Sort that caused it NOT to use character mapping as
6 it should.
7
8 Zebra now uses GNU configure to generate Makefile(s).
9
10 Added un-optimised support for left and left/right truncation attributes.
11
12 Added support for relational operators on text when using
13 RPN queries.
14
15 Added support for sort specifications in RPN queries. Type 7
16 specifies 'sort' where value 1=ascending, value 2=descending.
17 The use attribute specifies the field criteria as usual.
18 The term specifies priority (0=first, 1=second).
19
20 Changed the way use attributes are specified in the recordId
21 specification.
22
23 Maximum number of databases in one Zebra register increased.
24
25 New setting, databasePath, which specifies that first directory
26 during update traversal is the database name (instead of
27 a fixed one).
28
29 New setting, explainDatabase, which specifies that databases
30 are EXPLAIN aware.
31
32 Modified Zebra so that it works with ASN.1 compiled code for YAZ.
33
34 Implemented EXPLAIN database maintenance. Zebra automatically
35 generate - and update CategoryList, TargetInfo, DatabaseInfo,
36 AttributeSetInfo and AttributeDetails records at this stage.
37 The records may be transferred as GRS-1, SUTRS or Explain.
38
39 Fixed register spec so that colon isn't treated as size separator
40 unless followed by [0-9+-] in order to allow DOS drive specifications.
41
42 Fixed two bugs in ISAMC system.
43
44 Changed the way Zebra keeps its maintenance information. Records
45 in "SGML" notation using an EXPLAIN schema is now used when
46 appropriate.
47
48 Bug fix: Index didn't handle update/insert/delete of the same
49 record (i.e. same recordId) in one run (one invocation of zebraidx).
50 Only the first occurence of a record is considered.
51
52 Most searches now return correct number of hits.
53
54 New modular ranking system. Interested programmers are encouraged to
55 inspect rank1.c and improve the algorithm.
56
57 Bug fix: Lock files weren't removed as they should when using NT.
58
59 Implemented Z39.50 Sort. Zebra's sort handler uses use attributes to
60 specify a "sort register". Refer to the gils sample records which
61 refer to index type "s" which is specified as "sort" in the default.idx
62 file. Each sort criteria can either be Ascending or Descending and
63 at most three sort elements can be specified.  
64
65 Bug fix: Character mapping didn't work for text files.
66
67 --- 1.0b1 1998/1/29
68
69 Simple ranked searches now return correct number of hits.
70
71 The test option (-s) only makes a read-lock on the index as well
72 as using read-only operations anywhere.
73
74 Moved towards generic character mapping. Configuration file default.idx
75 specifies character map files for register types w, p, u, etc.
76
77 Implemented "begin variant" for the sgml.regx - filter.
78
79 Fixed a few memory leaks.
80
81 Added support for C++, headers uses extern "C" for public definitions.
82
83 Bug fix: The show records facility (-s) only displayed information for
84 the first record in a file (and not for every record in the file).
85
86 Added option "-f <n>" to limit the logging of record operations. After
87 <n> records has been processed no logging is performed (unless errors
88 occur).
89
90 Bug fix: the compressed ISAM system didn't handle update operations
91 correctly.
92
93 Added setting, "maxResultSetSize", to hold the number of records to 
94 save in a result set.
95
96 Bug fix: Complete phrase did't work for search operations.
97
98 Bug fix: temporary result sets weren't deleted.
99
100 Reduced disk space for saved keys (storeKeys = 1).
101
102 Added optional, physical ANY (key replication)
103
104 Implemented proximity operator in search.
105
106 Bug fix: the path name buffers used by file match traversal routines
107 have been extended to support long file names.
108
109 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
110 configuration file. The resulting register without "storeKeys" is about
111 half the size, and the memory used by zebraidx during phase 2 (merge) is
112 reduced to a minimum.
113
114 Reworked the way Regexp-2 queries with error tolerance are handled and
115 specified. The documentation has been updated accordingly.
116
117 Bug fix: Zebrasrv didn't search correctly when queries contained masking
118 characters. This bug was introduced in 1.0a8.
119
120 Zebrasrv now tag records with the proper database name.
121
122 New settings, memMax and keyTmpDir.
123
124 Changed name of setting lockDir (previously called lockPath) and
125 setTmpDir (previously called tempSetPath).
126
127 Generalized and changed record type specifications. In short, there are:
128        text                plain SUTRS
129        grs.sgml            structured, "SGML-like" syntax
130        grs.regx.<filter>   structured, Regular expression filter
131        grs.marc.<abs>      Reads *MARC records in the ISO2709 format. <abs>
132                            is the name of an abstract syntax file.                           
133 Bug fix: Result sets weren't sorted in operations involving boolean
134 operations with "ranked" operands.
135
136 --- 1.0a8 1996/6/6
137
138 Added national character-handling subsystem.
139
140 Various fixes.
141
142 Small modifications to input filters and profiles.
143
144 Added support for SOIF syntax (with private OID).
145
146 --- 1.0a7 1996/5/16
147
148 Fixed buffer-size problem in indexing.
149
150 Added compression to temporary files for updating.
151
152 Added phrase registers.
153
154 Added dynamic mapping of search attribute to multiple termlists (ANY).
155
156 Scan support in multiple databases/registers.
157
158 Configuration settings are case-insensitive and single dash (-)
159 characters are ignored in comparisons.
160
161 The index processing ignores empty files - warning given.
162
163 New option to zebraidx (-V) displays version information.
164
165 --- 1.0a6 1996/2/24
166
167 Fixed problem in file-update system.
168
169 Fixed problem in shadow system; register was sometimes corrupted after
170 a commit operation.
171
172 --- 1.0a5 1996/2/10
173
174 Fixed problems in the ISAM subsystem. Caused difficulties when updating
175 existing registers.
176
177 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
178 the rank and record number.
179
180 Fixed bug in the isam subsystem - caused a malfunction when accessing
181 words which occurred more than 10000 times.
182
183 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
184 installation.
185
186 Server can now run under inetd. Use option -i, and -w <directory> to
187 set working directory to desired location.
188
189 New zebraidx command: clean - removes temporary shadow files.
190
191 Fixed bug in ISAM system. Occurred rarely during register updates.
192
193 Logging during index merge phase is improved. The remaining running
194 time is estimated.
195
196 Temporary files generated by zebraidx are removed after each run.
197
198 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
199 when doing scan operations in dictionaries with European characters.
200
201 --- 1.0a4 1996/01/11
202
203 A whole slew of updates, to make the first publicized release. Get the doc
204 and check it out.
205
206 --- 1.0a3 1995/12/06
207
208 Memory-problems in ISAM fixed. More blocktypes added to the default setup
209 to increase performance on larger databases.
210
211 Various minor changes in data management system.
212
213 --- 1.0a2 1995/12/05
214
215 A couple of portability-problems resolved.
216
217 Changed some malloc() to xmalloc().
218
219 --- 1.0a1 1995/11/28
220
221 First release.