Skip to content

Commit

Permalink
Updated for 2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 2, 2019
1 parent 2af071d commit fad6c62
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
41 changes: 36 additions & 5 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
FusionInventory Agent Windows Installer - History of Revisions and Changes

2.5.1 Tue, 02 Jul 2019
agent:
* FusionInventory Agent 2.5.1-dev (commit: e9fbfed880 | date: may 13 2019)
* FusionInventory Agent 2.5.1 (commit: 48a1ef9734 | date: jul 02 2019)
* fix HTTP server plugins base configuration folder
* fix HTTP server plugins installation from Makefile
* fix HTTP server SSL plugin so SSL sessions are not closed after one second
* win32: fix service not answering to HTTP request while running a task
* feature: Added Proxy and SecondaryProxy HTTP server plugins
* Bump Inventory task version to 1.8
* fix error message while starting fusioninventory-inventory script
* fix #667: LG tv monitor inventory failure
* win32: VirtualBox or VPN network adapters are now set as virtual
* added Samsung S24E450 monitor serial support
* fix #688: inventory on "windows x64 1903" takes too much time. That was only
happen when an antivirus other than Windows Defender was enabled and it blocks
WMI call toward MSFT_MpComputerStatus class.
* win32: Add Symantec/Norton antivirus support
* fix #399: Deduplicate logged users without being case sensitive on win32
* Bump NetDiscovery task version to 4.0
* Bump NetInventory task version to 4.0
* add Hygon Dhyana Support
* refactor: the multi-threading scheme has been re-worked so it is now working for
netinventory task and more efficient for netdiscovery while scanning many range
by job
* refactor: Collected datas are also sent to server from threads
* Added 2 options to fusioninventory-netdiscovery to save XMLs as file and
automatically start netinventory when convenient:
* add --inventory option to netdiscovery to automatically start netinventory
* add --save option to define a folder where to save related XML
* Updated sysobject.ids (tagged fia-2.5.1 tag on github repository)
* Bump ESX task version to 2.5
* Support EnclosureSerialNumberTag and SerialNumberTag values as availables since
VMware ESXi 6.5, Patch Release ESXi650-201811002 (build-10884925) and in latest
VMware ESXi 6.7.
* add esx script new options:
Add --dump and --dumpfile option to help ESX support debugging

core:
* Don't forget to remove logs folder on uninstall
Expand All @@ -18,14 +51,12 @@ core:
- pre-check the "Accept the license" checkbox on the license page
- Uncheck by default the "show readme" at the finish page
* Don't forget to remove logs folder on uninstall
* WakeOnLan task not supported with Net::Pcap support missing from used perl
package
* Update PCI IDs database (pci.ids file) to 2019.05.16
* Update PCI IDs database (pci.ids file) to 2019.06.30
* Update USB IDs database (usb.ids file) to 2019.05.08

strawberry perl package:
* Based on Strawberry Perl 5.28.2.1 (May 2019) revision 2
* Includes Net::Pcap support
* Includes Net::Pcap support for WakeOnlan task support

build process:
* Also build portable versions from Appveyor
Expand Down
8 changes: 4 additions & 4 deletions NSIS/FusionInventory-Agent.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ SetCompressor /FINAL /SOLID lzma
; TODO: We need to better read tasks release version while preparing sources
!define FIA_TASK_COLLECT_RELEASE "2.6"
!define FIA_TASK_DEPLOY_RELEASE "2.8"
!define FIA_TASK_ESX_RELEASE "2.4"
!define FIA_TASK_INVENTORY_RELEASE "1.7"
!define FIA_TASK_NETDISCOVERY_RELEASE "2.9"
!define FIA_TASK_NETINVENTORY_RELEASE "3.3"
!define FIA_TASK_ESX_RELEASE "2.5"
!define FIA_TASK_INVENTORY_RELEASE "1.8"
!define FIA_TASK_NETDISCOVERY_RELEASE "4.0"
!define FIA_TASK_NETINVENTORY_RELEASE "4.0"
!define FIA_TASK_WAKEONLAN_RELEASE "2.2"
!define FIA_TASK_WMI_RELEASE "0.3"
!define FIA_TASK_MAINTENANCE_RELEASE "1.1"
Expand Down

0 comments on commit fad6c62

Please sign in to comment.