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