pl4
authorSebastian Hammer <quinn@indexdata.com>
Wed, 24 Jan 1996 16:01:14 +0000 (16:01 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Wed, 24 Jan 1996 16:01:14 +0000 (16:01 +0000)
CHANGELOG
include/yaz-version.h

index b319c16..3a1eb8b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,16 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
---- XXXXXX XXXX/XX/XX
+--- 1.0pl4 1996/1/24
 
 Added Sort PDU.
 
 Fixed small problem in SUTRS-filter. A newline was sometimes inserted before
 the rank and record number.
 
+Adjustments to the frontend server.
+
+Fixed diagnostic BER dumper. It ignored the file argument.
+
 --- 1.0pl3 1996/1/2
 
 Various changes to retrieval module.
index 442bcef..3428a7f 100644 (file)
@@ -2,7 +2,10 @@
  * Current software version.
  *
  * $Log: yaz-version.h,v $
- * Revision 1.8  1996-01-02 11:46:50  quinn
+ * Revision 1.9  1996-01-24 16:01:24  quinn
+ * pl4
+ *
+ * Revision 1.8  1996/01/02  11:46:50  quinn
  * Changed 'operator' to 'roperator' to avoid C++ conflict.
  * Moved to pl3
  *
@@ -50,5 +53,5 @@
  */
 
 #ifndef YAZ_VERSION
-#define YAZ_VERSION "1.0 patchLevel 3"
+#define YAZ_VERSION "1.0 patchLevel 4"
 #endif