aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-06 21:38:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-06 21:38:18 +0000
commit5f945443c9cbb00ea5f22b99a3affe154826caf7 (patch)
tree89e4ab2b6b859494b209dbd65722f3fcc1775093
parent718b3f9df6d724fc4d9c06ec74a78f217ff12449 (diff)
downloadforums-5f945443c9cbb00ea5f22b99a3affe154826caf7.tar
forums-5f945443c9cbb00ea5f22b99a3affe154826caf7.tar.gz
forums-5f945443c9cbb00ea5f22b99a3affe154826caf7.tar.bz2
forums-5f945443c9cbb00ea5f22b99a3affe154826caf7.tar.xz
forums-5f945443c9cbb00ea5f22b99a3affe154826caf7.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8272 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/docs/CHANGELOG.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 6adb9aeb99..c602cfdcd2 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -85,6 +85,8 @@
<ul>
<li>[Fix] Cleaned usernames contain only single spaces, so &quot;a_name&quot; and &quot;a__name&quot; are treated as the same name (Bug #15634)</li>
<li>[Fix] Check &quot;able to disable word censor&quot; option while applying word censor on text (Bug #15974)</li>
+ <li>[Fix] Rollback changes on failed transaction if returning on sql error is set</li>
+ <li>[Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)</li>
</ul>
<a name="v30rc7"></a><h3>1.ii. Changes since 3.0.RC7</h3>