summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-10-26 05:49:54 +0000
committerpaul <paul>2005-10-26 05:49:54 +0000
commit05865c90ab0bc95b8ca1a54c794809891666cdce (patch)
tree885eb032e62c4acd4706e27c24c7bc49aa259899 /lib/ChangeLog
parent0241684ea77e8aa20ad2cb3903589559f4a7b009 (diff)
2005-10-26 Paul Jakma <paul.jakma@sun.com>
* command.c: Use MTYPE_HOST, MTYPE_STRVEC. Some other fixups, including fixing some likely leaks in config_write_file. * vty.c: memory macro usage fixes. (vty_read_config) fix leak where relative config file is specified.
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 8abae69a..4030470d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -7,6 +7,11 @@
* memtypes.h: update auto-built file.
* if_rmap.c: Use MTYPE_IF_RMAP_NAME.
* pqueue.c: Use the two MTYPE_PQUEUE mtypes for allocations.
+ * command.c: Use MTYPE_HOST, MTYPE_STRVEC. Some other fixups,
+ including fixing some likely leaks in config_write_file.
+ * vty.c: memory macro usage fixes.
+ (vty_read_config) fix leak where relative config file is
+ specified.
2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>