summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan2010-03-25 09:59:50 +0100
committerStefan2010-03-25 09:59:50 +0100
commit8d06f860704b20563755fc5d83bf923d0b8ad1e9 (patch)
tree669ef9df4f7e422ebbb1a358c7cf777c968be842
parentb1ec7badeca0e687c185df5649e7f60850f41f13 (diff)
Prepare release of suhosin 0.9.30
-rw-r--r--Changelog2
-rw-r--r--php_suhosin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 7745542..06593c9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
12010-xx-xx - 0.9.30-dev 12010-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"