summaryrefslogtreecommitdiffstats
path: root/src/util/db2/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/db2/include/ChangeLog')
-rw-r--r--src/util/db2/include/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
index 7918ecbe3..76b41c245 100644
--- a/src/util/db2/include/ChangeLog
+++ b/src/util/db2/include/ChangeLog
@@ -1,3 +1,15 @@
+2000-07-01 Tom Yu <tlyu@mit.edu>
+
+ * db-config.h.in: New file; contains useful tidbits from
+ config.h.in generated by autoheader. It is needed because
+ config.h.in has some thing we don't want to leak, like renaming of
+ missing libc functions.
+
+ * .cvsignore: Twiddle to reflect current reality.
+
+ * db-int.h: #include config.h since db.h includes db-config.h
+ which is not quite the same now.
+
2000-06-30 Tom Yu <tlyu@mit.edu>
* db-int.h: Remove renaming for memmove, strerror, mkstemp since