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