Resouce name can be terminated with either white-space or colon.
[idzebra-moved-to-github.git] / CHANGELOG
1 Moved towards generic character mapping. Type w, p uses
2 string.chr, u uses urx.chr and n uses numeric.chr.
3
4 Added support for C++, headers uses extern "C" for public definitions.
5
6 New filter grs.marc.<syntax> that reads MARC records in the ISO2709
7 format. <syntax> refers to the abstract syntax.
8
9 Bug fix: The show records facility (-s) only displayed information for
10 the first record in a file (and not for every record in the file).
11
12 Added option "-f <n>" to limit the logging of record operations. After
13 <n> records has been processed no logging is performed (unless errors
14 occur).
15
16 Bug fix: the compressed ISAM system didn't handle update operations
17 correctly.
18
19 Added setting, "maxResultSetSize", to hold the number of records to 
20 save in a result set.
21
22 Bug fix: Complete phrase did't work for search operations.
23
24 Bug fix: temporary result sets weren't deleted.
25
26 Reduced disk space for saved keys (storeKeys = 1).
27
28 Added optional, physical ANY (key replication)
29
30 Implemented proximity operator in search.
31
32 Bug fix: the path name buffers used by file match traversal routines
33 have been extended to support long file names.
34
35 New C(ompressed) ISAM system. To enable it, specify "isam: c" in the
36 configuration file. The resulting register without "storeKeys" is about
37 half the size, and the memory used by zebraidx during phase 2 (merge) is
38 reduced to a minimum.
39
40 Reworked the way Regexp-2 queries with error tolerance are handled and
41 specified. The documentation has been updated accordingly.
42
43 Bug fix: Zebrasrv didn't search correctly when queries contained masking
44 characters. This bug was introduced in 1.0a8.
45
46 Zebrasrv now tag records with the proper database name.
47
48 New settings, memMax and keyTmpDir.
49
50 Changed name of setting lockDir (previously called lockPath) and
51 setTmpDir (previously called tempSetPath).
52
53 Generalized and changed record type specifications. In short, there are:
54        text                plain SUTRS
55        grs.sgml            structured, "SGML-like" syntax
56        grs.regx.<filter>   structured, Regular expression filter
57
58 Bug fix: Result sets weren't sorted in operations involving boolean
59 operations with "ranked" operands.
60
61 --- 1.0a8 1996/6/6
62
63 Added national character-handling subsystem.
64
65 Various fixes.
66
67 Small modifications to input filters and profiles.
68
69 Added support for SOIF syntax (with private OID).
70
71 --- 1.0a7 1996/5/16
72
73 Fixed buffer-size problem in indexing.
74
75 Added compression to temporary files for updating.
76
77 Added phrase registers.
78
79 Added dynamic mapping of search attribute to multiple termlists (ANY).
80
81 Scan support in multiple databases/registers.
82
83 Configuration settings are case-insensitive and single dash (-)
84 characters are ignored in comparisons.
85
86 The index processing ignores empty files - warning given.
87
88 New option to zebraidx (-V) displays version information.
89
90 --- 1.0a6 1996/2/24
91
92 Fixed problem in file-update system.
93
94 Fixed problem in shadow system; register was sometimes corrupted after
95 a commit operation.
96
97 --- 1.0a5 1996/2/10
98
99 Fixed problems in the ISAM subsystem. Caused difficulties when updating
100 existing registers.
101
102 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
103 the rank and record number.
104
105 Fixed bug in the isam subsystem - caused a malfunction when accessing
106 words which occurred more than 10000 times.
107
108 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
109 installation.
110
111 Server can now run under inetd. Use option -i, and -w <directory> to
112 set working directory to desired location.
113
114 New zebraidx command: clean - removes temporary shadow files.
115
116 Fixed bug in ISAM system. Occurred rarely during register updates.
117
118 Logging during index merge phase is improved. The remaining running
119 time is estimated.
120
121 Temporary files generated by zebraidx are removed after each run.
122
123 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
124 when doing scan operations in dictionaries with European characters.
125
126 --- 1.0a4 1996/01/11
127
128 A whole slew of updates, to make the first publicized release. Get the doc
129 and check it out.
130
131 --- 1.0a3 1995/12/06
132
133 Memory-problems in ISAM fixed. More blocktypes added to the default setup
134 to increase performance on larger databases.
135
136 Various minor changes in data management system.
137
138 --- 1.0a2 1995/12/05
139
140 A couple of portability-problems resolved.
141
142 Changed some malloc() to xmalloc().
143
144 --- 1.0a1 1995/11/28
145
146 First release.