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