summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2012-01-14 19:50:13 +0100
committerStefan Esser2012-01-14 19:50:13 +0100
commitc63e44bed3bbb8dce4598d1f80268a23ecf3ca30 (patch)
tree9cd02cac211f8bff387c633706a6f3bdc55791ec /Changelog
parent3b6c6af3faa6a66e4f5337a769baed32f404b82b (diff)
Fix tabs in Changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog24
1 files changed, 12 insertions, 12 deletions
diff --git a/Changelog b/Changelog
index c40b055..d476787 100644
--- a/Changelog
+++ b/Changelog
@@ -53,23 +53,23 @@
53 53
542008-08-23 - 0.9.27 542008-08-23 - 0.9.27
55 55
56 - Fixed typo in replacement rand() / mt_rand() that was hidden by LAZY symbol loading 56 - Fixed typo in replacement rand() / mt_rand() that was hidden by LAZY symbol loading
57 57
582008-08-22 - 0.9.26 582008-08-22 - 0.9.26
59 59
60 - Fixed problem with suhosin.perdir 60 - Fixed problem with suhosin.perdir
61 Thanks to Hosteurope for tracking this down 61 Thanks to Hosteurope for tracking this down
62 - Fixed problems with ext/uploadprogress 62 - Fixed problems with ext/uploadprogress
63 Reported by: Christian Stocker 63 Reported by: Christian Stocker
64 - Added suhosin.srand.ignore and suhosin.mt_srand.ignore (default: on) 64 - Added suhosin.srand.ignore and suhosin.mt_srand.ignore (default: on)
65 - Modified rand()/srand() to use the Mersenne Twister algorithm with separate state 65 - Modified rand()/srand() to use the Mersenne Twister algorithm with separate state
66 - Added better internal seeding of rand() and mt_rand() 66 - Added better internal seeding of rand() and mt_rand()
67 67
682008-08-06 - 0.9.25 682008-08-06 - 0.9.25
69 69
70 - Fixed PHP 4 compilation problem introduced in 0.9.24 70 - Fixed PHP 4 compilation problem introduced in 0.9.24
71 - Fixed PHP 5.3 compilation problem 71 - Fixed PHP 5.3 compilation problem
72 - Changed PHP default POST handler to PHP's current handler 72 - Changed PHP default POST handler to PHP's current handler
73 73
742008-05-10 - 0.9.24 742008-05-10 - 0.9.24
75 75