From c4a4c3d5e6193b95d30d0fcc6e6f7a2d4d18cd5c Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Fri, 30 May 2003 21:04:06 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a69632d..208c20ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ SNMP::Info - Perl5 OO Interface to Network Devices and SNMP MIBs ChangeLog $Id$ +version 0.5 () + * Added ability to get paritial tables. For example to get the + IP routing table for 128.114.* you can do + $ipr = $dev->ipr_dest('128.114'); + * Added IP Routing Table entries from RFC1213 to SNMP::Info + version 0.4 (04/29/03) * BIG CHANGE ! Internal Data structure has changed. * Added clear_cache() method @@ -24,11 +30,11 @@ version 0.3 (03/06/03) and _load_attr * Added more debugging * Added info and munging for c_capabilities in SNMP::Info::CD - Thanks to Martin Lorensen + Thanks to Martin Lorensen * Removed requirement for SNMP in the Makefile.PL and moved it to t/prereq.t so that the Module will install via CPAN without trying to install the old 4.2.0 version of SNMP on CPAN. Will now fail in the test phase. - Thanks again to Martin Lorensen + Thanks again to Martin Lorensen * Moved tests from test.pl to t/* version 0.2 (02/19/03)