* 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
* 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