1.0pl1
authorSebastian Hammer <quinn@indexdata.com>
Tue, 5 Dec 1995 11:15:40 +0000 (11:15 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Tue, 5 Dec 1995 11:15:40 +0000 (11:15 +0000)
CHANGELOG
include/yaz-version.h

index feebd2b..d7f077c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,13 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 1.0pl1 1995/12/5
+
+Bug in Explain DatabaseInfo module fixed.
+
+Some '\r' snuck into one or two of the config tables. Curse on Windows.
+
+Occasional malloc() of 0 bytes fixed in d1_espec.c.
+
 --- 1.0 1995/11/28
 
 The shift to v1.0 signals that we now consider the *core* functionality
index 07ab8bd..7149ccb 100644 (file)
@@ -2,7 +2,10 @@
  * Current software version.
  *
  * $Log: yaz-version.h,v $
- * Revision 1.5  1995-11-28 09:31:22  quinn
+ * Revision 1.6  1995-12-05 11:15:57  quinn
+ * 1.0pl1
+ *
+ * Revision 1.5  1995/11/28  09:31:22  quinn
  * Version 1.0
  *
  * Revision 1.4  1995/08/24  15:13:18  quinn
@@ -40,5 +43,5 @@
  */
 
 #ifndef YAZ_VERSION
-#define YAZ_VERSION "1.0"
+#define YAZ_VERSION "1.0 patchLevel 1"
 #endif