From 5f2b52cbc278bcf587160a21790d5c6ebe181178 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 23 Sep 2016 16:56:33 +0200 Subject: updated changelog and new dev revision --- Changelog | 5 ++++- php_suhosin.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 46710d5..3ee375d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ -2016-xx-xx - 0.9.39dev1 +2016-xx-xx - 0.9.39dev2 + - some improvements for Windows (NewEraCracker) + - fixes for test cases (NewEraCracker) + - new feature: suhosin.log.max_error_length to limit the error output - fixed function_exists wrapper to ignore backslash-prefixes (#92) - backport of PHP bug 71152: mt_rand() returns the different values from original mt19937ar.c - removed dead code diff --git a/php_suhosin.h b/php_suhosin.h index 4d44bda..326ceb2 100644 --- a/php_suhosin.h +++ b/php_suhosin.h @@ -22,7 +22,7 @@ #ifndef PHP_SUHOSIN_H #define PHP_SUHOSIN_H -#define SUHOSIN_EXT_VERSION "0.9.39dev1" +#define SUHOSIN_EXT_VERSION "0.9.39dev2" /*#define SUHOSIN_DEBUG*/ #define SUHOSIN_LOG "/tmp/suhosin_log.txt" -- cgit v1.3