diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 08131b03..90ddd07e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -5,6 +5,8 @@ Add UINT*_MAX defines for older platforms lacking these (FBSD 4) * memory.c: malloc.h is deprecated in favour of stdlib.h, however we still need it on GNU Libc for mallinfo(). + * vty.c: (vty_log/vty_log_fixed) dont crash if called when vty + hasn't been initiliased. 2006-05-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |