version 0.5 prep

This commit is contained in:
Max Baker
2003-06-10 16:50:44 +00:00
parent d2f67b2db2
commit f988cecc4d
23 changed files with 182 additions and 26 deletions

View File

@@ -1,11 +1,12 @@
SNMP::Info - Perl5 OO Interface to Network Devices and SNMP MIBs
ChangeLog $Id$
version 0.5 ()
version 0.5 (06/10/03)
* 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
* minor bug fixes
version 0.4 (04/29/03)
* BIG CHANGE ! Internal Data structure has changed.