The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for FusionInventory::Agent::Task::NetDiscovery

2.1     Thu, 12 Apr 2012 21:48:35 +0200
        * Keep $description unchanged if runFunction() return 'undef'

2.0     Mon, 09 Apr 2012 11:51:58 +0200
	* adaptation to FusionInventory 2.2
	* large code cleanup
	* simplify and harmonize parallelism handling
	* don't ship any default SNMP models dictionnary, obsoleted by server one

1.5    Thu, 05 May 2011 13:10:12 +0200
       * Don't crash if nmap is not installed

1.4
       * add the resources directory

1.3
       * Raise an error if an important dependency is missing
       * Drop dependency on Nmap::{Parser,Scanner}, replaced by
         XML::TreePP

1.2
       * Manage dico in storage, so can be get new dico from server
       * Add each manufacturer specification in a different package
       * Add Dell switch detection
       * Fix detection of kyocera
       * Fix ricoh discovery file
       * Fix problem detection on Wyse computers (5150 get serial number)
       * Fix detection of many devices
       * Add specifications of epson printers
       * Delete many dots in some serial numbers

       * Silently exit if started in local mode

1.1
       * Drop the dependency on File::stat
       * add a POD doc
       * Improve the README
       * Add a test script: t/use.t
       * Add MODULEVERSION in XML
       * Add support of a certain type of KYOCERA printer server
       * Add support of dd-wrt firmware in routers
       * Update dico for devices detection
       * Remove space before and after serial number
       * Fix mac address in SNMP
       * Fix to get mac address of device when it is in dico but not have oid for mac address
       * Add sleep for 1 second between two send to server
       * Fix for sometimes IP scanned 2 times
       * Fix send starting discovery to server many times in a certain case

1.0    Sun, 28 Mar 2010 22:49:57 +0200
       * Initial independent release of the module