diff options
| author | xzilla | 2007-06-25 15:20:51 +0000 |
|---|---|---|
| committer | xzilla | 2007-06-25 15:20:51 +0000 |
| commit | dbe3f4c0af75759d7d1f0b68deb71a6fa7aaab19 (patch) | |
| tree | d3f16f611c4df8a101a212cb9c5a5b22395aac03 | |
| parent | 6614b930bbcdc3dbbbce3a1aae543920ab1d22c9 (diff) | |
Slight re-word, add $server verification
| -rw-r--r-- | HISTORY | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
