diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-07-07 20:29:14 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-07 20:29:14 +0200 |
commit | f2110183e0a362d4dc72019b97dc165c6fa858bd (patch) | |
tree | 1683d0baf7ece03fe08ea2889c4d285e12bd24a8 /phpBB | |
parent | 71df03960ca55a19aca2ea24517030b6dc2dcaf6 (diff) | |
parent | 1fa77c2fd5f6a17dc2b99d15063e0a9d9f689211 (diff) | |
download | forums-f2110183e0a362d4dc72019b97dc165c6fa858bd.tar forums-f2110183e0a362d4dc72019b97dc165c6fa858bd.tar.gz forums-f2110183e0a362d4dc72019b97dc165c6fa858bd.tar.bz2 forums-f2110183e0a362d4dc72019b97dc165c6fa858bd.tar.xz forums-f2110183e0a362d4dc72019b97dc165c6fa858bd.zip |
Merge branch 'prep-release-3.0.9' into develop-olympus
* prep-release-3.0.9:
[prep-release-3.0.9] Update Changelog for 3.0.9-RC4 release.
[prep-release-3.0.9] Decreasing version for an RC4 release.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/install/database_update.php | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c0ec93cafb..6437fef1d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -335,6 +335,8 @@ </li> <li>[<a href='http://tracker.phpbb.com/browse/PHPBB3-10247'>PHPBB3-10247</a>] - mediumint(8) too small for phpbb_login_attempts.attempt_id </li> +<li>[<a href='http://tracker.phpbb.com/browse/PHPBB3-10250'>PHPBB3-10250</a>] - phpBB Logo needs the Registered Trademark Symbol +</li> </ul> <h4> Improvement diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 59f627f801..99928e1007 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -979,7 +979,7 @@ function database_update_info() '3.0.9-RC1' => array(), // No changes from 3.0.9-RC2 to 3.0.9-RC3 '3.0.9-RC2' => array(), - // No changes from 3.0.9-RC3 to 3.0.9 + // No changes from 3.0.9-RC3 to 3.0.9-RC4 '3.0.9-RC3' => array(), /** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.10-RC1 */ @@ -1983,7 +1983,7 @@ function change_database_data(&$no_updates, $version) case '3.0.9-RC2': break; - // No changes from 3.0.9-RC3 to 3.0.9 + // No changes from 3.0.9-RC3 to 3.0.9-RC4 case '3.0.9-RC3': break; } |