diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2009-03-16 22:39:37 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2009-03-16 22:39:37 +0000 |
| commit | b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079 (patch) | |
| tree | afd5381c4fda783b3a70b6649382b27d11dba55e /phpBB/docs | |
| parent | 272cde82514dbaa547e584b9c59824f6fc4133c8 (diff) | |
| download | forums-b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079.tar forums-b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079.tar.gz forums-b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079.tar.bz2 forums-b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079.tar.xz forums-b933bc87e207a5e4c3ddf695e9b65fbb8dbb7079.zip | |
Deleting private message attachments could delete post attachments. #42815
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9379 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f43d08c8e1..ab3f01af71 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -120,6 +120,7 @@ <li>[Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)</li> <li>[Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)</li> <li>[Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)</li> + <li>[Fix] Deleting private message attachments could delete post attachments. (Bug #42815)</li> <li>[Change] Allow download of conflicting file for later reference in automatic updater</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> @@ -861,4 +862,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |
