From 0ea06fd2878d802b1e627ac3ec31b6a5b61d9f9d Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 5 Feb 2008 15:23:51 +0000 Subject: * Fixed a bug (#3396) where certain POST variables would cause a PHP warning. * Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals. --- user_guide/changelog.html | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 550138ff8..c9586353e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,24 +63,29 @@ Change Log +

Bugfixes for 1.6.1

+
  • Made Active Record fully database prefix aware (#3384)
  • +
  • Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM
  • +
  • Fixed a bug (#3396) where certain POST variables would cause a PHP warning.
  • + + + +

    Version 1.6.0

    Release Date: January 30, 2008