Fixed arguments to nodetogr
[idzebra-moved-to-github.git] / CHANGELOG
1 Bug fix: result sets with ranked operands weren't sorted.
2
3 Added SOIF support.
4
5 --- 1.0a8 1996/6/6
6
7 Added national character-handling subsystem.
8
9 Various fixes.
10
11 Small modifications to input filters and profiles.
12
13 --- 1.0a7 1996/5/16
14
15 Fixed buffer-size problem in indexing.
16
17 Added compression to temporary files for updating.
18
19 Added phrase registers.
20
21 Added dynamic mapping of search attribute to multiple termlists (ANY).
22
23 Scan support in multiple databases/registers.
24
25 Configuration settings are case-insensitive and single dash (-)
26 characters are ignored in comparisons.
27
28 The index processing ignores empty files - warning given.
29
30 New option to zebraidx (-V) displays version information.
31
32 --- 1.0a6 1996/2/24
33
34 Fixed problem in file-update system.
35
36 Fixed problem in shadow system; register was sometimes corrupted after
37 a commit operation.
38
39 --- 1.0a5 1996/2/10
40
41 Fixed problems in the ISAM subsystem. Caused difficulties when updating
42 existing registers.
43
44 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
45 the rank and record number.
46
47 Fixed bug in the isam subsystem - caused a malfunction when accessing
48 words which occurred more than 10000 times.
49
50 Distribution should now include YAZ (Z39.50 protocol stack) to simplify
51 installation.
52
53 Server can now run under inetd. Use option -i, and -w <directory> to
54 set working directory to desired location.
55
56 New zebraidx command: clean - removes temporary shadow files.
57
58 Fixed bug in ISAM system. Occurred rarely during register updates.
59
60 Logging during index merge phase is improved. The remaining running
61 time is estimated.
62
63 Temporary files generated by zebraidx are removed after each run.
64
65 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
66 when doing scan operations in dictionaries with European characters.
67
68 --- 1.0a4 1996/01/11
69
70 A whole slew of updates, to make the first publicized release. Get the doc
71 and check it out.
72
73 --- 1.0a3 1995/12/06
74
75 Memory-problems in ISAM fixed. More blocktypes added to the default setup
76 to increase performance on larger databases.
77
78 Various minor changes in data management system.
79
80 --- 1.0a2 1995/12/05
81
82 A couple of portability-problems resolved.
83
84 Changed some malloc() to xmalloc().
85
86 --- 1.0a1 1995/11/28
87
88 First release.