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