summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2004-11-26 19:36:42 +0000
committerajs <ajs>2004-11-26 19:36:42 +0000
commit5b85facc638d219a7281b75bec8a08dcf79a46ce (patch)
tree3f12c2b86c5ea322c72511304af81596bb89cdae /lib/ChangeLog
parent063ee52af64472474af2fa4b3cb2ba9ced746b9f (diff)
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* debug.[ch]: Remove unused files. * Makefile.am: Remove references to debug.c and debug.h * ospf_main.c: Remove #include "debug.h" (was not being used, and lib/debug.h has now been deleted).
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 19fb03fe..f2969e94 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * debug.[ch]: Remove unused files.
+ * Makefile.am: Remove references to debug.c and debug.h
+
+2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* log.c: (zlog_backtrace) New function to log a backtrace.
(zlog_backtrace_safe) Log a backtrace in an async-signal-safe way.
Unfortunately, this function does not support syslog logging yet.