summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca98f51..2fe5bebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-01 Frank Ch. Eigler <fche@redhat.com>
+
+ PR 1944 quick hack.
+ * translator.cxx (translate_pass): Reduce default MAXNESTING to 10.
+ (emit_module_init): Add a paranoid check against oversize contexts.
+ * stap.1.in: Document MAXNESTING change.
+
2005-11-30 Frank Ch. Eigler <fche@redhat.com>
PR 1276