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