diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-07-11 10:05:20 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-11 10:05:20 +0000 |
| commit | 54ee31972af4f84e09ad5b12ca512e5712bbd87a (patch) | |
| tree | 6b5963447e5c6f77eda90b735c27a92b2bf76578 /phpBB/docs | |
| parent | dfdb78a027ac63ffc337c88453fca364c85f4190 (diff) | |
| download | forums-54ee31972af4f84e09ad5b12ca512e5712bbd87a.tar forums-54ee31972af4f84e09ad5b12ca512e5712bbd87a.tar.gz forums-54ee31972af4f84e09ad5b12ca512e5712bbd87a.tar.bz2 forums-54ee31972af4f84e09ad5b12ca512e5712bbd87a.tar.xz forums-54ee31972af4f84e09ad5b12ca512e5712bbd87a.zip | |
Fix bug #47775 - Properly convert and show filesize information
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6be303d534..8aed44a6d8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -151,6 +151,7 @@ <li>[Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite</li> <li>[Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)</li> <li>[Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)</li> + <li>[Fix] Properly convert and show filesize information (Bug #47775 - Patch by bantu)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> <li>[Change] Template engine now permits to a limited extent variable includes.</li> |
