summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--libstore/ChangeLog1
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c7e94ee..2ee03b4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-11 Roland McGrath <roland@frob.com>
+
+ * Makeconf (%_S.h %Server.c): Split out an intermediate rule for the
+ cpp stage ...
+ (%.sdefsi: %.defs): ... into this rule.
+ (%_U.h %User.c): Likewise split ...
+ (%.udefsi: %.defs): ... into this rule.
+ (clean): Remove *.[su]defsi too.
+
2000-12-28 Roland McGrath <roland@frob.com>
* Makeconf (mach_defs_names): Remove default_pager (replaced by our
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 9306e487..9a6ee4d8 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -10,6 +10,7 @@
* stripe.c (stripe_write): Likewise.
* task.c (task_write): Likewise.
* zero.c (zero_write): Likewise.
+ * mvol.c (zero_write): Likewise.
2001-01-16 Roland McGrath <roland@frob.com>