diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3b60e294..ca5d4c3c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-03-08 Paul Jakma <paul.jakma@sun.com> + + * command.c: (banner_motd_file_cmd) use XSTRDUP/XFREE + * vty.c: (vty_hello) suggestions from Andrew, read by line and + stub out trailling non-printable characters on each line thus + allowing us to specify VTY_NEWLINE to vty_out. + 2005-03-08 Jeroen Massar <jeroen@unfix.org> * vty.c: (vty_hello) display motd file, if set |