From: Robert Treat Date: Thu, 18 Dec 2008 05:27:53 +0000 (-0500) Subject: Release information for ppa4.2.2 X-Git-Tag: REL_4-2-2~1 X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=922d520357d0aa9bfcf472223f040186f05f8efa;p=phppgadmin.git Release information for ppa4.2.2 --- diff --git a/HISTORY b/HISTORY index 54521f31..6f19dd09 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,18 @@ phpPgAdmin History ------------------ +Version 4.2.2 +------------- + +Bugs +* Fix bug where long SQL queries get truncated +* Fix createFunction method on PostgreSQL < 7.3 +* Fix bug with alter schema in PostgreSQL < 7.4 +* Remove alter domain for PostgreSQL < 7.4 +* Fix local file inclusion vulnerability: + http://www.securityfocus.com/bid/32670/ + Unset language variable before determine file includes + Version 4.2.1 -------------