aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-16 14:14:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-16 14:14:07 +0000
commitce144ab0baaafa10bf3e37812e2f5875680de499 (patch)
tree0881d1514719810cfb539c4841d9c6747e48b4c7 /phpBB/docs
parentd8b0f2f31074b83fffa613e93cf156fd913f74be (diff)
downloadforums-ce144ab0baaafa10bf3e37812e2f5875680de499.tar
forums-ce144ab0baaafa10bf3e37812e2f5875680de499.tar.gz
forums-ce144ab0baaafa10bf3e37812e2f5875680de499.tar.bz2
forums-ce144ab0baaafa10bf3e37812e2f5875680de499.tar.xz
forums-ce144ab0baaafa10bf3e37812e2f5875680de499.zip
Fix Oracle database backup (Bug #46715)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9598 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 7bf4b3b9c0..f596bd0048 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -108,6 +108,7 @@
<li>[Fix] Show error if hostname lookup doesn't return a valid IP address when banning. (Bug #45585 - Patch by bantu)</li>
<li>[Fix] Incorrect layout when loading PM-draft (Bug #38435 - Patch by nickvergessen)</li>
<li>[Fix] Wrong message shown to user, when adding bots to friends/foes. (Bug #40205 - Patch by nickvergessen)</li>
+ <li>[Fix] Fix Oracle database backup (Bug #46715)</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>