diff --git a/CHANGELOG b/CHANGELOG index b766040027..80ac6445a4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -127,7 +127,10 @@ Cacti CHANGELOG -issue#5586: CSV export displays data shifted by rrd step interval -issue#5589: When a graph has a real long cdef in graph debug mode, it forces an undesirable scroll -issue#5590: Secondary LDAP server not evaluated when the first one has failed +-issue#5602: Missing "break" for case statement in cli/add_device.php -feature#5577: Provide new templates for ArubaOS switch, Aruba wifi controller and HPE iLO to be available during install +-feature#5597: Provide new templates for Arubai OSCX 6x00 switch to be available during install + 1.2.25 -security#GHSA-77rf-774j-6h3p: Protect against Insecure deserialization of filter data diff --git a/cli/add_device.php b/cli/add_device.php old mode 100755 new mode 100644 index f4f19abb59..43390614c8 --- a/cli/add_device.php +++ b/cli/add_device.php @@ -291,6 +291,7 @@ exit(1); } + break; case '--version': case '-V': case '-v':