diff options
| author | Stefan | 2010-03-25 09:59:50 +0100 |
|---|---|---|
| committer | Stefan | 2010-03-25 09:59:50 +0100 |
| commit | 8d06f860704b20563755fc5d83bf923d0b8ad1e9 (patch) | |
| tree | 669ef9df4f7e422ebbb1a358c7cf777c968be842 | |
| parent | b1ec7badeca0e687c185df5649e7f60850f41f13 (diff) | |
Prepare release of suhosin 0.9.30
| -rw-r--r-- | Changelog | 2 | ||||
| -rw-r--r-- | php_suhosin.h | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2010-xx-xx - 0.9.30-dev | 1 | 2010-03-25 - 0.9.30 |
| 2 | 2 | ||
| 3 | - Added line ending characters %0a and %0d to the list of dangerous characters handled | 3 | - Added line ending characters %0a and %0d to the list of dangerous characters handled |
| 4 | by suhosin.server.encode and suhosin.server.strip | 4 | by suhosin.server.encode and suhosin.server.strip |
diff --git a/php_suhosin.h b/php_suhosin.h index 40f1c21..7653299 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #ifndef PHP_SUHOSIN_H | 22 | #ifndef PHP_SUHOSIN_H |
| 23 | #define PHP_SUHOSIN_H | 23 | #define PHP_SUHOSIN_H |
| 24 | 24 | ||
| 25 | #define SUHOSIN_EXT_VERSION "0.9.30-dev" | 25 | #define SUHOSIN_EXT_VERSION "0.9.30" |
| 26 | 26 | ||
| 27 | /*#define SUHOSIN_DEBUG*/ | 27 | /*#define SUHOSIN_DEBUG*/ |
| 28 | #define SUHOSIN_LOG "/tmp/suhosin_log.txt" | 28 | #define SUHOSIN_LOG "/tmp/suhosin_log.txt" |
