diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-16 17:08:28 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-03-16 17:08:28 +0000 |
| commit | 272cde82514dbaa547e584b9c59824f6fc4133c8 (patch) | |
| tree | f2be507707f32ddcd14200e251f36e6afb450391 /phpBB/docs | |
| parent | d4b33ccac0dc3855bf46da2c1ddcf503e8c105de (diff) | |
| download | forums-272cde82514dbaa547e584b9c59824f6fc4133c8.tar forums-272cde82514dbaa547e584b9c59824f6fc4133c8.tar.gz forums-272cde82514dbaa547e584b9c59824f6fc4133c8.tar.bz2 forums-272cde82514dbaa547e584b9c59824f6fc4133c8.tar.xz forums-272cde82514dbaa547e584b9c59824f6fc4133c8.zip | |
Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9378 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 9789d8f2fe..f43d08c8e1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -119,6 +119,7 @@ <li>[Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)</li> <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>[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> |
