Skip to content

Commit

Permalink
Bump version to 1.9.45
Browse files Browse the repository at this point in the history
  • Loading branch information
loocars committed Sep 30, 2024
1 parent b46031b commit ec23e88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.9.45

1.9.44
* FIX: Fix not working cookie session timestamps validation introduced with 1.9.43 in
some HTTPS scenarios
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL=/bin/bash
VERSION=1.9.44
VERSION=1.9.45
NAME=nagvis-$(VERSION)

SED ?= sed
Expand Down
2 changes: 1 addition & 1 deletion share/server/core/defines/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*****************************************************************************/

// NagVis Version
define('CONST_VERSION', '1.9.44');
define('CONST_VERSION', '1.9.45');

// Set PHP error handling to standard level
// Different levels for php versions below 5.1 because PHP 5.1 reports
Expand Down

0 comments on commit ec23e88

Please sign in to comment.