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