1 Bug fix: the path name buffers used by file match traversal routines
2 have been extended to support long file names.
4 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
5 configuration file. The resulting register without "storeKeys" is about
6 half the size, and the memory used by zebraidx during phase 2 (merge) is
9 Reworked the way Regexp-2 queries with error tolerance are handled and
10 specified. The documentation has been updated accordingly.
12 Bug fix: Zebrasrv didn't search correctly when queries contained masking
13 characters. This bug was introduced in 1.0a8.
15 Zebrasrv now tag records with the proper database name.
17 New settings, memMax and keyTmpDir.
19 Changed name of setting lockDir (previously called lockPath) and
20 setTmpDir (previously called tempSetPath).
22 Generalized and changed record type specifications. In short, there are:
24 grs.sgml structured, "SGML-like" syntax
25 grs.regx.<filter> structured, Regular expression filter
27 Bug fix: Result sets weren't sorted in operations involving boolean
28 operations with "ranked" operands.
32 Added national character-handling subsystem.
36 Small modifications to input filters and profiles.
38 Added support for SOIF syntax (with private OID).
42 Fixed buffer-size problem in indexing.
44 Added compression to temporary files for updating.
46 Added phrase registers.
48 Added dynamic mapping of search attribute to multiple termlists (ANY).
50 Scan support in multiple databases/registers.
52 Configuration settings are case-insensitive and single dash (-)
53 characters are ignored in comparisons.
55 The index processing ignores empty files - warning given.
57 New option to zebraidx (-V) displays version information.
61 Fixed problem in file-update system.
63 Fixed problem in shadow system; register was sometimes corrupted after
68 Fixed problems in the ISAM subsystem. Caused difficulties when updating
71 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
72 the rank and record number.
74 Fixed bug in the isam subsystem - caused a malfunction when accessing
75 words which occurred more than 10000 times.
77 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
80 Server can now run under inetd. Use option -i, and -w <directory> to
81 set working directory to desired location.
83 New zebraidx command: clean - removes temporary shadow files.
85 Fixed bug in ISAM system. Occurred rarely during register updates.
87 Logging during index merge phase is improved. The remaining running
90 Temporary files generated by zebraidx are removed after each run.
92 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
93 when doing scan operations in dictionaries with European characters.
97 A whole slew of updates, to make the first publicized release. Get the doc
102 Memory-problems in ISAM fixed. More blocktypes added to the default setup
103 to increase performance on larger databases.
105 Various minor changes in data management system.
109 A couple of portability-problems resolved.
111 Changed some malloc() to xmalloc().