Added structure year and date.
[idzebra-moved-to-github.git] / CHANGELOG
1
2 Fixed bug regarding proximity.
3
4 Documentation updates.
5
6 Fixed bug in record retrieval module that occured on 64-bit OSF 
7 architectures.
8
9 --- 1.0.1 2000/2/10
10
11 Fixed bug in makefile for WIN32.
12
13 Fixed bug in configure script - used bash-specific features.
14
15 --- 1.0 1999/12/10
16
17 The software was split in two products Zebra (for testing,
18 non-profit use) and the commercial product Z'mbol. Zebra no
19 longer supports INDEX UPDATES, i.e. zebraidx should be invoked only
20 once for each register. Refer to LICENSE.zebra for more info.
21
22 Added support for multiple records in one file for filter grs.sgml.
23
24 Changed record index structure. New layout is incompatible with
25 previous releases. Added setting "recordcompression" to control
26 compression of records. Possible values are "none" (no
27 compression) and bzip2 (compression using libbz2).
28
29 Added XML transfer syntax support for retrieval of structured records.
30 Schema in CompSpec is recognised in retrieval of structured records.
31
32 Changed Tcl record filter so that it attemps to read  <filt>.tflt. If
33 that fails, the filter reads the file <filt>.flt (regx style filter).
34
35 Implemented new Tcl record filter -  use grs.tcl.<filter> to enable it.
36 Zebra's configure script automatically attempts to locate Tcl. For
37 manual Tcl configuration use option --with-tclconfig=<path> to specify
38 where Tcl's library files are located.
39
40 Implemented "compression" of Dictionary and ISAM system. Dictionary
41 format HAS changed.
42
43 Added "tagsysno" directive to zebra.cfg to control under which tag the
44 system ID is placed. Use tagsysno: 0 to disable Zebra's system number
45 entirely.
46
47 Added "tagrank" as above.
48
49 Changed file naming scheme for register files from <name>.mf.<no> to
50 <name>-<no>.mf.
51
52 Implemented "position"-flag for register type (as defined in
53 default.idx). When set to zero no position (or seqence number) is
54 saved in register for each word occurrence, thus saving some register
55 space.
56
57 Implemented database mapping. Using mapdb one can specify a database
58 to be mapped to one or more physical databases. Usage:
59 mapdb <fromdb> <todb> ..
60
61 Added SOIF-filter. Thanks to Peter Valkenburg.
62
63 For the regx-filter "end element -record" may trigger a mark-of-record
64 if outer level is reached.
65
66 Tag sets may be typed in the reference to it. From the .abs-file the
67 "tagset" directive takes a third optional integer type for the tag set
68 referenced. From a .tag-file the "include" directive takes a third
69 optional type as well. The old "type" directive in the tag set itself
70 is still recognized but acts as the default type for the tag set.
71  
72 Zebra supports the specification of arbitrary attributes sets, schemas
73 and tag sets, because of the change in YAZ' OID management system.
74
75 Fixed bug in Sort that caused it NOT to use character mapping as it
76 should.
77
78 Zebra now uses GNU configure to generate Makefile(s).
79
80 Added un-optimised support for left and left/right truncation attributes.
81
82 Added support for relational operators on text when using RPN queries.
83
84 Added support for sort specifications in RPN queries. Type 7 specifies
85 'sort' where value 1=ascending, value 2=descending. The use attribute
86 specifies the field criteria as usual.  The term specifies priority
87 where 0=first, 1=second, ...
88
89 Changed the way use attributes are specified in the recordId
90 specification.
91
92 Maximum number of databases in one Zebra register increased.
93
94 New setting, databasePath, which specifies that first directory during
95 update traversal is the database name (instead of a fixed one).
96
97 New setting, explainDatabase, which specifies that databases are
98 EXPLAIN aware.
99
100 Modified Zebra so that it works with ASN.1 compiled code for YAZ.
101
102 Implemented EXPLAIN database maintenance. Zebra automatically
103 generate - and update CategoryList, TargetInfo, DatabaseInfo,
104 AttributeSetInfo and AttributeDetails records at this stage. The
105 records may be transferred as GRS-1, SUTRS or Explain.
106
107 Fixed register spec so that colon isn't treated as size separator
108 unless followed by [0-9+-] in order to allow DOS drive specifications.
109
110 Fixed two bugs in ISAMC system.
111
112 Changed the way Zebra keeps its maintenance information about attribute
113 sets, available attributes, etc.. Records in "SGML" notation using an
114 EXPLAIN schema is now used when appropriate.
115
116 Bug fix: Index didn't handle update/insert/delete of the same record
117 (i.e. same recordId) in one run (one invocation of zebraidx). Only the
118 first occurence of a record is considered.
119
120 Most searches now return correct number of hits.
121
122 New modular ranking system. Interested programmers are encouraged to
123 inspect rank1.c and improve the algorithm.
124
125 Bug fix: Lock files weren't removed as they should on NT.
126
127 Implemented Z39.50 Sort. Zebra's sort handler uses use attributes to
128 specify a "sort register". Refer to the gils sample records which refer
129 to index type "s" which is specified as "sort" in the default.idx file.
130 Each sort criteria can either be Ascending or Descending and at most
131 three sort elements can be specified.  
132
133 Bug fix: Character mapping didn't work for text files.
134
135 --- 1.0b1 1998/1/29
136
137 Simple ranked searches now return correct number of hits.
138
139 The test option (-s) only makes a read-lock on the index as well
140 as using read-only operations anywhere.
141
142 Moved towards generic character mapping. Configuration file default.idx
143 specifies character map files for register types w, p, u, etc.
144
145 Implemented "begin variant" for the sgml.regx - filter.
146
147 Fixed a few memory leaks.
148
149 Added support for C++, headers uses extern "C" for public definitions.
150
151 Bug fix: The show records facility (-s) only displayed information for
152 the first record in a file (and not for every record in the file).
153
154 Added option "-f <n>" to limit the logging of record operations. After
155 <n> records has been processed no logging is performed (unless errors
156 occur).
157
158 Bug fix: the compressed ISAM system didn't handle update operations
159 correctly.
160
161 Added setting, "maxResultSetSize", to hold the number of records to 
162 save in a result set.
163
164 Bug fix: Complete phrase did't work for search operations.
165
166 Bug fix: temporary result sets weren't deleted.
167
168 Reduced disk space for saved keys (storeKeys = 1).
169
170 Added optional, physical ANY (key replication)
171
172 Implemented proximity operator in search.
173
174 Bug fix: the path name buffers used by file match traversal routines
175 have been extended to support long file names.
176
177 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
178 configuration file. The resulting register without "storeKeys" is about
179 half the size, and the memory used by zebraidx during phase 2 (merge) is
180 reduced to a minimum.
181
182 Reworked the way Regexp-2 queries with error tolerance are handled and
183 specified. The documentation has been updated accordingly.
184
185 Bug fix: Zebrasrv didn't search correctly when queries contained masking
186 characters. This bug was introduced in 1.0a8.
187
188 Zebrasrv now tag records with the proper database name.
189
190 New settings, memMax and keyTmpDir.
191
192 Changed name of setting lockDir (previously called lockPath) and
193 setTmpDir (previously called tempSetPath).
194
195 Generalized and changed record type specifications. In short, there are:
196        text                plain SUTRS
197        grs.sgml            structured, "SGML-like" syntax
198        grs.regx.<filter>   structured, Regular expression filter
199        grs.marc.<abs>      Reads *MARC records in the ISO2709 format. <abs>
200                            is the name of an abstract syntax file.                           
201 Bug fix: Result sets weren't sorted in operations involving boolean
202 operations with "ranked" operands.
203
204 --- 1.0a8 1996/6/6
205
206 Added national character-handling subsystem.
207
208 Various fixes.
209
210 Small modifications to input filters and profiles.
211
212 Added support for SOIF syntax (with private OID).
213
214 --- 1.0a7 1996/5/16
215
216 Fixed buffer-size problem in indexing.
217
218 Added compression to temporary files for updating.
219
220 Added phrase registers.
221
222 Added dynamic mapping of search attribute to multiple termlists (ANY).
223
224 Scan support in multiple databases/registers.
225
226 Configuration settings are case-insensitive and single dash (-)
227 characters are ignored in comparisons.
228
229 The index processing ignores empty files - warning given.
230
231 New option to zebraidx (-V) displays version information.
232
233 --- 1.0a6 1996/2/24
234
235 Fixed problem in file-update system.
236
237 Fixed problem in shadow system; register was sometimes corrupted after
238 a commit operation.
239
240 --- 1.0a5 1996/2/10
241
242 Fixed problems in the ISAM subsystem. Caused difficulties when updating
243 existing registers.
244
245 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
246 the rank and record number.
247
248 Fixed bug in the isam subsystem - caused a malfunction when accessing
249 words which occurred more than 10000 times.
250
251 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
252 installation.
253
254 Server can now run under inetd. Use option -i, and -w <directory> to
255 set working directory to desired location.
256
257 New zebraidx command: clean - removes temporary shadow files.
258
259 Fixed bug in ISAM system. Occurred rarely during register updates.
260
261 Logging during index merge phase is improved. The remaining running
262 time is estimated.
263
264 Temporary files generated by zebraidx are removed after each run.
265
266 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
267 when doing scan operations in dictionaries with European characters.
268
269 --- 1.0a4 1996/01/11
270
271 A whole slew of updates, to make the first publicized release. Get the doc
272 and check it out.
273
274 --- 1.0a3 1995/12/06
275
276 Memory-problems in ISAM fixed. More blocktypes added to the default setup
277 to increase performance on larger databases.
278
279 Various minor changes in data management system.
280
281 --- 1.0a2 1995/12/05
282
283 A couple of portability-problems resolved.
284
285 Changed some malloc() to xmalloc().
286
287 --- 1.0a1 1995/11/28
288
289 First release.