summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxzilla2007-06-25 15:20:51 +0000
committerxzilla2007-06-25 15:20:51 +0000
commitdbe3f4c0af75759d7d1f0b68deb71a6fa7aaab19 (patch)
treed3f16f611c4df8a101a212cb9c5a5b22395aac03
parent6614b930bbcdc3dbbbce3a1aae543920ab1d22c9 (diff)
Slight re-word, add $server verification
-rw-r--r--HISTORY8
1 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 9bd20303..07f87f2b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,8 +5,9 @@ Version 4.1.3-rc-1
-------------
Bugs
-* Fix regression in 4.1.2 for non-mainstream locales (including SQL_ASCII)
-
+* Eliminate use of $_SERVER['PHP_SELF']. This fixes a regression in 4.1.2 for
+ non-mainstream locales (including SQL_ASCII)
+* Validate client supplied server against entries in config.inc.php
Version 4.1.2
-------------
@@ -25,7 +26,8 @@ Version 4.1.1
-------------
Bugs
-* Fix problem where failed update would report as duplicate update error and fail to return edit screen
+* Fix problem where failed update would report as duplicate update error and
+ fail to return edit screen
* Fix error when using $conf[owned_only] on 8.1 & 8.2
* Fix error displaying schema names for parents of inherited tables
* Clean up non-standard escape warnings for PostgreSQL 8.2