1
0

Accepting request 598866 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/598866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SNMP-Info?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2018-04-20 13:44:31 +00:00
committed by Git OBS Bridge
parent 62db8bdb5f
commit 2a9639c7e0
4 changed files with 46 additions and 4 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Apr 20 05:56:35 UTC 2018 - coolo@suse.com
- updated to 3.55
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.55 (2018-04-19)
[NEW FEATURES]
* #260 Oneaccess (robwwd)
* #259 Add ERX (Old Juniper E-Series JunOSe) Support (robwwd)
* #258 Add support for Arbor devices (robwwd)
* #253 Nexans switch support (paecker)
* #142 Sixnet Switch Support
[ENHANCEMENTS]
* #117 Recognition for HP Blade switches (J R Binks)
* #196 Support for powerconnect 8164F
* Refactor Layer3::Dell for better support of newer models
* Increase capture of i_vlan on router interfaces in L3::Cisco
* Factor out logic to determine serial number from ENTITY-MIB in Layer2 and
Layer3 to new method entity_derived_serial in Entity class and added new
method entity_derived_os_ver in Entity class to determine OS version
in a similar manner
[BUG FIXES]
* #67 Juniper EX4300 Missing/Wrong information
* #61 ZyXEL (X)GS1900 family MIB - Fix loop in layers method
* Fix ISA in AMAP and EDP classes
* Add missing MIB in L2::Trapeze, L2::NWSS2300, and L3::Dell
* Fix gigabit logic in i_duplex_admin() of CiscoStack
* Prevent potential undefined warnings in i_speed_admin() of L2::C2900 and
ports() of L3::C3550
* Correct validation and IID/key used in mau_set_i_speed_admin() and
mau_set_i_duplex_admin() of MAU
* Correct typo in MIB leaf names in L3::Aironet
* Don't use MIB leafs that are not-accessible according to MIB
NOTE: Fixing this logic now results in methods on MIB leafs specified as
not-accessible failing validation in _validate_autoload_method()
-------------------------------------------------------------------
Fri Apr 6 06:28:54 UTC 2018 - coolo@suse.com