~ubuntu-branches/ubuntu/trusty/libsnmp-info-perl/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Nuno Carvalho
  • Date: 2012-07-30 22:08:17 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120730220817-bjnr7f6ztu67vnic
Tags: 2.08-1
* Team upload.
* d/control: Update Standards-Version to 3.9.3.
* d/copyright: Update URI for copyright format.
* d/copyright: Update copyright years and add new copyright holders.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
2
2
 
3
 
version 2.07 ()
 
3
version 2.08 ()
 
4
 
 
5
    [NEW FEATURES]
 
6
 
 
7
    * Basic support for APC UPS devices
 
8
    * [2993691] Support for SonicWALL devices in new class L3::SonicWALL (phishphreek)
 
9
    * [2996795] Support for Kentrox devices in new class L2::Kentrox (phishphreek)
 
10
    * [] Basic support for Blue Coat proxy devices in new class L3::BlueCoatSG (jeroenvi)
 
11
    * [] Support Cisco 6500 / Sup2T in L3::C6500 class (jeroenvi)
 
12
 
 
13
    [ENHANCEMENTS]
 
14
 
 
15
    * Pseudo ENTITY-MIB methods added to L3::Juniper for hardware information
 
16
    * Add method to report current transmit power of the radio interface,
 
17
      dot11_cur_tx_pwr_mw(), in Airespace class 
 
18
    * [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek)
 
19
    * [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
 
20
    * [3286549] Dell LLDP Support (Nico Giefing)
 
21
    * [3469527] Netgear LLDP Support (Nic Bernstein)
 
22
    * [3472052] moduleSerialNumber support for Cisco Stack (Slava)
 
23
    * [3523320] Better VLAN support in Juniper class (Web Bulley)
 
24
    * [3532261] LLDP support in C6500 and related (Carlos Vicente)
 
25
    * [3538949] Updated switch models in L2::HP (jeroenvi)
 
26
 
 
27
    [BUG FIXES]
 
28
 
 
29
    * Get OS version for Juniper devices not reporting in sysDescr
 
30
    * Correct base MAC reporting for Juniper devices
 
31
    * Correct reporting of SSID broadcast status in Airespace class
 
32
    * [3541442] Change L2::Catalyst port names to what is reported in CDP
 
33
    * [2132349] Add an additional check to get Foundry OS version
 
34
    * [2929883] [3413999] LLDP interface mapping issue
 
35
    * [3297786] LLDP TimeMark component defaults to zero (David Baldwin)
 
36
    * [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
 
37
    * [3317739] Fix for Baystack without POE on stack member 1 (David Baldwin)
 
38
    * [2037444] os_ver fails on some Extreme versions (Robert Kerr)
 
39
    * [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
 
40
    * [2986858] Fix the patch from this ticket (Oliver Gorwits)
 
41
    * [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
 
42
    * [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson)
 
43
    * [3497004] Clarify POD description of default values (a2w)
 
44
    * [3502533] Layer2/Baystack interface indexes > 513 (Robert Nyqvist)
4
45
 
5
46
version 2.06 (2011-09-28)
6
47