diff --git a/ChangeLog b/ChangeLog index 1049fbb07..99e3ac392 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.9.43 + 1.9.42 Security: * FIX: Fix various XSS issues (std_table.php gadget, malicious graph elements, service names and script outputs). diff --git a/Makefile b/Makefile index 06cb79e4a..8ca733f3b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -VERSION=1.9.42 +VERSION=1.9.43 NAME=nagvis-$(VERSION) SED ?= sed diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 8a21ec2ee..dd91fa1ff 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -23,7 +23,7 @@ *****************************************************************************/ // NagVis Version -define('CONST_VERSION', '1.9.42'); +define('CONST_VERSION', '1.9.43'); // Set PHP error handling to standard level // Different levels for php versions below 5.1 because PHP 5.1 reports