1 Fixed a few memory leaks.
3 Moved towards generic character mapping. Type w, p uses
4 string.chr, u uses urx.chr and n uses numeric.chr.
6 Added support for C++, headers uses extern "C" for public definitions.
8 New filter grs.marc.<syntax> that reads MARC records in the ISO2709
9 format. <syntax> refers to the abstract syntax.
11 Bug fix: The show records facility (-s) only displayed information for
12 the first record in a file (and not for every record in the file).
14 Added option "-f <n>" to limit the logging of record operations. After
15 <n> records has been processed no logging is performed (unless errors
18 Bug fix: the compressed ISAM system didn't handle update operations
21 Added setting, "maxResultSetSize", to hold the number of records to
24 Bug fix: Complete phrase did't work for search operations.
26 Bug fix: temporary result sets weren't deleted.
28 Reduced disk space for saved keys (storeKeys = 1).
30 Added optional, physical ANY (key replication)
32 Implemented proximity operator in search.
34 Bug fix: the path name buffers used by file match traversal routines
35 have been extended to support long file names.
37 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
38 configuration file. The resulting register without "storeKeys" is about
39 half the size, and the memory used by zebraidx during phase 2 (merge) is
42 Reworked the way Regexp-2 queries with error tolerance are handled and
43 specified. The documentation has been updated accordingly.
45 Bug fix: Zebrasrv didn't search correctly when queries contained masking
46 characters. This bug was introduced in 1.0a8.
48 Zebrasrv now tag records with the proper database name.
50 New settings, memMax and keyTmpDir.
52 Changed name of setting lockDir (previously called lockPath) and
53 setTmpDir (previously called tempSetPath).
55 Generalized and changed record type specifications. In short, there are:
57 grs.sgml structured, "SGML-like" syntax
58 grs.regx.<filter> structured, Regular expression filter
60 Bug fix: Result sets weren't sorted in operations involving boolean
61 operations with "ranked" operands.
65 Added national character-handling subsystem.
69 Small modifications to input filters and profiles.
71 Added support for SOIF syntax (with private OID).
75 Fixed buffer-size problem in indexing.
77 Added compression to temporary files for updating.
79 Added phrase registers.
81 Added dynamic mapping of search attribute to multiple termlists (ANY).
83 Scan support in multiple databases/registers.
85 Configuration settings are case-insensitive and single dash (-)
86 characters are ignored in comparisons.
88 The index processing ignores empty files - warning given.
90 New option to zebraidx (-V) displays version information.
94 Fixed problem in file-update system.
96 Fixed problem in shadow system; register was sometimes corrupted after
101 Fixed problems in the ISAM subsystem. Caused difficulties when updating
104 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
105 the rank and record number.
107 Fixed bug in the isam subsystem - caused a malfunction when accessing
108 words which occurred more than 10000 times.
110 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
113 Server can now run under inetd. Use option -i, and -w <directory> to
114 set working directory to desired location.
116 New zebraidx command: clean - removes temporary shadow files.
118 Fixed bug in ISAM system. Occurred rarely during register updates.
120 Logging during index merge phase is improved. The remaining running
123 Temporary files generated by zebraidx are removed after each run.
125 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
126 when doing scan operations in dictionaries with European characters.
130 A whole slew of updates, to make the first publicized release. Get the doc
135 Memory-problems in ISAM fixed. More blocktypes added to the default setup
136 to increase performance on larger databases.
138 Various minor changes in data management system.
142 A couple of portability-problems resolved.
144 Changed some malloc() to xmalloc().