release 2.040003

This commit is contained in:
Oliver Gorwits
2019-01-18 07:08:47 +00:00
parent 89b8f8c0ce
commit 6c617a3d55
4 changed files with 29 additions and 19 deletions

31
Changes
View File

@@ -1,26 +1,29 @@
2.040003 - xxx
2.040003 - 2019-01-18
[NEW FEATURES]
* #482 operating system is now a link in device details (inphobia)
* #485 new "VLANs" device tab showing a VLAN report (inphobia)
[ENHANCEMENTS]
* #408, #417 & 477 makerancidconf improvements: readded with some additional tweaks, somehow
they got lost in 2.039029. (earendilfr, inphobia)
* #436 make neighbor matching less strict, no longer is it required to match all parameters
(port name, device name) exactly before creating a link between devices. (linwood-f)
* #408, #417 & 477 makerancidconf improvements re-added (earendilfr, inphobia)
* #420 IP Inventory Node column renamed to IP Address (ollyg)
* #420 sidebar defaults for IP Inventory report can be overridden (ollyg)
* #424 column name is "Connected Nodes & Devices" when both are shown (ollyg)
* #436 make neighbor matching less strict in netmap (linwood-f)
* #482 operating system is now a link in device details (inphobia)
* #486 allow snmp::info base class in netdisco-do (inphobia)
[BUG FIXES]
* #475 all discover plugins should now respect ignore_interfaces, ignore_notpresent_types &
ignore_private_nets. as a bonus discovery data is now cached for less db load. (ollyg)
* #476 also log when plugins delete related tables. (ollyg)
* #471-redux ospf discovery will now keep on working instead of stopping after a few
runs. (ollyg)
* #474 better explain public key auth with netdisco-sshcollector. (inphobia)
* #457 make sorting work on interface in device/adresses when interface was undefined. also
went through all other portsort callers to make sure parameters are always defined. (inphobia)
* #457 make sorting work for adresses when interface was undefined (inphobia)
* #471-redux ospf discovery will now keep on working (ollyg)
* #474 better explain public key auth with netdisco-sshcollector (inphobia)
* #475, #479 all discover plugins should now respect ignore_* for interfaces (ollyg)
* #476 debug log when deleting rows from related tables (ollyg)
* Fix to catch when txrate on wifi is scalar and not a list
* Remove 'use vars' which is deprecated in Perl
* Various documentation improvements (inphobia)
2.040002 - 2018-12-30