update release notes for 4.1.3
authorxzilla <xzilla>
Thu, 12 Jul 2007 18:47:14 +0000 (18:47 +0000)
committerxzilla <xzilla>
Thu, 12 Jul 2007 18:47:14 +0000 (18:47 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index a12de94843f3d38741475ffb8d1907dc091c8ed8..b3c8b61fbfe57d4b5a3e3669fb678680c0bae1e5 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -9,7 +9,7 @@ Features
 * Add support for multiple actions on main pages (ioguix, Robert Treat)
 * Added favicon for Mozilla and a backwards compatible version for IE.
 * Allow browsers to save different usernames and passwords for different servers.
-* Pagination selection available fore reports
+* Pagination selection available for reports
 * You can configure reports db, schema and table names
 
 Bugs
@@ -24,19 +24,34 @@ Translations
 * utf simplified chinese (Kuo Chaoyi)
 * Italian (Nicola Soranzo)
 
+Version 4.1.3
+-------------
+
+Bugs
+* 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 
+* Fix undefined variable when altering a field in a table on PostgreSQL < 8.0
+
 Version 4.1.2
 -------------
 
 Bugs
+* Fix inability to assign a field type/domain of a different schema
+* Fix PHP5 Strict mode complaints 
+* Fix IN/NOT IN to accept text input lists 'a','b'.
+* Fix bytea doesn't display as NULL when NULL
+* Fix bug in view creation wizard
 * Fix XSS vulnerability:
    http://www.securityfocus.com/bid/24115/
-  Escape HTML special characters before using $_SERVER['PHP_SELF']
+   Escape HTML special characters before using $_SERVER['PHP_SELF']
 
 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