From 9c83011e3d6c2845e174a548735720f95b20e3fc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Nov 1996 11:07:05 +0000 Subject: [PATCH] More work. --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c815752..ee89c70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +Bug fix: the path name buffers used by file match traversal routines +have been extended to support long file names. + +New C(ompressed) ISAM system. To enable it, specify "isam: c" in the +configuration file. The resulting register without "storeKeys" is about +half the size, and the memory used by zebraidx during phase 2 (merge) is +reduced to a minimum. + +Reworked the way Regexp-2 queries with error tolerance are handled and +specified. The documentation has been updated accordingly. + +Bug fix: Zebrasrv didn't search correctly when queries contained masking +characters. This bug was introduced in 1.0a8. + +Zebrasrv now tag records with the proper database name. + New settings, memMax and keyTmpDir. Changed name of setting lockDir (previously called lockPath) and -- 1.7.10.4