summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-02-23 15:48:32 +0000
committerajs <ajs>2005-02-23 15:48:32 +0000
commitcdb6ee94bc2b9d1b66cfa1adcc5acaccbd648e0f (patch)
treee2ddd54488f20a3402ce94fcc4fb337fb883f61c /lib/ChangeLog
parent5c33349b3efff36a6acd36c6600b61e7cc2dbffc (diff)
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* {vty.h,vty.c}: Remove vty_finish (duplicate of vty_reset). * isis_main.c: (reload) Call vty_reset instead of vty_finish (both functions were exactly the same).
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index af3841a5..26cb6862 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,9 @@
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * {vty.h,vty.c}: Remove vty_finish (duplicate of vty_reset).
+
+2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* buffer.h: Make the struct buffer and struct buffer_data structures
private by moving them inside buffer.c. Add comments for all
functions. Rename buffer_write as buffer_put (to be more consistent