Server produces diagnostic "Unsupported Attribute Set" when appropriate.
[idzebra-moved-to-github.git] / CHANGELOG
index 969d55b..ba53edc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,32 @@
+Moved towards generic character mapping. Type w, p uses
+string.chr, u uses urx.chr and n uses numeric.chr.
+
+Added support for C++, headers uses extern "C" for public definitions.
+
+New filter grs.marc.<syntax> that reads MARC records in the ISO2709
+format. <syntax> refers to the abstract syntax.
+
+Bug fix: The show records facility (-s) only displayed information for
+the first record in a file (and not for every record in the file).
+
+Added option "-f <n>" to limit the logging of record operations. After
+<n> records has been processed no logging is performed (unless errors
+occur).
+
+Bug fix: the compressed ISAM system didn't handle update operations
+correctly.
+
+Added setting, "maxResultSetSize", to hold the number of records to 
+save in a result set.
+
+Bug fix: Complete phrase did't work for search operations.
+
+Bug fix: temporary result sets weren't deleted.
+
+Reduced disk space for saved keys (storeKeys = 1).
+
+Added optional, physical ANY (key replication)
+
 Implemented proximity operator in search.
 
 Bug fix: the path name buffers used by file match traversal routines