Smallish
[idzebra-moved-to-github.git] / CHANGELOG
1 --- XXXX XXXX/XX/XX
2
3 Server can now run under inetd. Use option -i, and -w <directory> to
4 set working directory to desired location.
5
6 New zebraidx command: clean - removes temporary shadow files.
7
8 Fixed bug in ISAM system. Occurred rarely during register updates.
9
10 Logging during index merge phase is improved. The remaining running
11 time is estimated.
12
13 Temporary files generated by zebraidx are removed after each run.
14
15 Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious
16 when doing scan operations in dictionares with European characters.
17
18 --- 1.0a4 1996/01/11
19
20 A whole slew of updates, to make the first publicized release. Get the doc
21 and check it out.
22
23 --- 1.0a3 1995/12/06
24
25 Memory-problems in ISAM fixed. More blocktypes added to the default setup
26 to increase performance on larger databases.
27
28 Various minor changes in data management system.
29
30 --- 1.0a2 1995/12/05
31
32 A couple of portability-problems resolved.
33
34 Changed some malloc() to xmalloc().
35
36 --- 1.0a1 1995/11/28
37
38 First release.