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