Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
2.4.1 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 6, 2018
1 parent 78eebdf commit b7a7c6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
FusionInventory Agent Windows Installer - History of Revisions and Changes

2.4.1-rc1 Wed, 06 Jun 2018
2.4.1-rc3 Wed, 06 Jun 2018
agent:
* FusionInventory Agent 2.4.1-rc3 (commit: f866c6fd6a | date: jun 06 2018)

core:
* Update PCI IDs database (pci.ids file) to 2018.06.06
* Update USB IDs database (usb.ids file) to 2018.05.04

deploy:
* file retention fixed

tools:
* Updated 7z to 7-Zip v18.05 (2018-04-30)
Expand Down
6 changes: 3 additions & 3 deletions Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ------------------------------------------------------------------------
# FusionInventory
# Copyright (C) 2010-2017 by the FusionInventory Development Team.
# Copyright (C) 2010-2018 by the FusionInventory Development Team.
#
# http://www.fusioninventory.org/ http://fusioninventory.org/
# ------------------------------------------------------------------------
Expand Down Expand Up @@ -31,7 +31,7 @@
# @file .\Perl\Scripts\load-perl-environment
# @author Tomas Abad <[email protected]>
# Guillaume Bougard <[email protected]>
# @copyright Copyright (c) 2010-2017 FusionInventory Team
# @copyright Copyright (c) 2010-2018 FusionInventory Team
# @license GNU GPL version 2 or (at your option) any later version
# http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
# @link http://www.fusioninventory.org/
Expand Down Expand Up @@ -94,7 +94,7 @@ declare -r fusinv_agent_mod_name='fusioninventory-agent'
declare -r fusinv_agent_repository='https://github.com/TECLIB/fusioninventory-agent.git'

declare -r fusinv_agent_mod_specific_dependences=''
declare -r fusinv_agent_mod_dependences='Archive::Extract Compress::Zlib Data::Structure::Util Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon inc::Module::Install IO::Socket::SSL JSON LWP::Protocol::https LWP::UserAgent Net::IP Net::NBName Net::Ping Net::SNMP Net::Pcap Net::Write::Layer2 Parallel::ForkManager Parse::EDID Text::Template Thread::Queue UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry Win32::Unicode::File XML::TreePP'
declare -r fusinv_agent_mod_dependences='Archive::Extract Compress::Zlib Digest::SHA File::Copy::Recursive File::Which HTTP::Daemon inc::Module::Install IO::Socket::SSL JSON LWP::Protocol::https LWP::UserAgent Net::IP Net::NBName Net::Ping Net::SNMP Net::Pcap Net::Write::Layer2 Parallel::ForkManager Parse::EDID Text::Template Thread::Queue UNIVERSAL::require URI::Escape Win32::Daemon Win32::Job Win32::OLE Win32::TieRegistry Win32::Unicode::File XML::TreePP'
declare -r fusinv_agent_mod_uses='base Config constant Crypt::DES Crypt::Rijndael Cwd Data::Dumper Digest::MD5 Encode Encode::Byte Encode::CN Encode::JP Encode::KR Encode::TW Encode::Unicode English Fcntl File::Basename File::Find File::Glob File::Path File::Spec File::stat File::Temp Getopt::Long HTTP::Cookies HTTP::Headers HTTP::Request HTTP::Status integer IO::Handle JSON::PP lib LWP Memoize MIME::Base64 Net::Domain Net::hostent Net::HTTPS Net::SNMP::Security::USM Net::SNMP::Transport::IPv4::TCP Net::SNMP::Transport::IPv6::TCP Net::SNMP::Transport::IPv6::UDP Pod::Usage POSIX Scalar::Util Socket Storable strict Sys::Hostname Sys::Syslog Thread::Semaphore threads threads::shared Tie::Hash::NamedCapture Time::HiRes Time::Local Time::localtime URI User::pwent utf8 warnings Win32 Win32::API Win32::OLE::Const Win32::OLE::Variant'

declare -r fusinv_agent_mod_dependences_for_test='HTTP::Proxy HTTP::Server::Simple HTTP::Server::Simple::Authen IO::Capture::Stderr IPC::Run Test::Compile Test::Deep Test::Exception Test::MockModule Test::MockObject Test::More Test::NoWarnings'
Expand Down

0 comments on commit b7a7c6b

Please sign in to comment.