diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-07-31 15:49:14 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-31 15:49:14 +0000 |
| commit | 154f143a8cc866b2d84c9b42257e4f59aa50a945 (patch) | |
| tree | 727ee0f39a4c1fdc17cd7b8e68963d671bb14654 /phpBB/docs | |
| parent | a718e22a3112e85039e562172de9e7fc487f9017 (diff) | |
| download | forums-154f143a8cc866b2d84c9b42257e4f59aa50a945.tar forums-154f143a8cc866b2d84c9b42257e4f59aa50a945.tar.gz forums-154f143a8cc866b2d84c9b42257e4f59aa50a945.tar.bz2 forums-154f143a8cc866b2d84c9b42257e4f59aa50a945.tar.xz forums-154f143a8cc866b2d84c9b42257e4f59aa50a945.zip | |
Fix bug #48695 - Do not try to create thumbnails for images we cannot open properly.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9899 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 5e90b63f24..84d6858db1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -182,6 +182,7 @@ <li>[Fix] Correctly add user to a group making it a default one. (Bug #48345 - Patch by rxu)</li> <li>[Fix] Add log entry when copying forum permissions.</li> <li>[Fix] Min/max characters per posts also affects polls option (Bug #47295 - Patch by nickvergessen)</li> + <li>[Fix] Do not try to create thumbnails for images we cannot open properly. (Bug #48695)</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> |
