merge history from release branch
authorchriskl <chriskl>
Sat, 3 Sep 2005 05:00:31 +0000 (05:00 +0000)
committerchriskl <chriskl>
Sat, 3 Sep 2005 05:00:31 +0000 (05:00 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 19a7b9e6aa243737d45d1ff2b7988ac022870945..d121b41383a420cf268055475ac8a09646c94b5f 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -46,6 +46,7 @@ Bugs
 * Stop duplicate insert on re-POST of data
 * Fix bug with exporting schema for servers < 7.3
 * Fix opclasses on 7.2 and below
+* Fix for PHP 4.4.0's new strict references
 * Fix listing of opaque functions in 7.2
 
 Translations
@@ -53,6 +54,28 @@ Translations
 * Danish from Arne Eckmann
 * Arabic from Zaki
 
+Version 3.5.5
+-------------
+
+Bugs
+* Fix for PHP 4.4.0's new strict references
+* Small improvement to Opera browser detection in the tree
+* Fix listing of opaque functions in 7.2
+* Fix listing of opclasses and functions pre 7.3
+
+Version 3.5.4
+-------------
+
+Bugs
+* Fix security hole in include() of language file:
+   http://secunia.com/advisories/15941/
+  Check now requires that the language filename be in the list
+  of known allowed filenames.
+* Fix that functions returning cstring were not being listed
+* Make parsing of PostgreSQL 1-dimensional arrays correct.  Makes
+  named function parameter use more reliable.
+* Fix downloading of the results of multiline queries.
+
 Version 3.5.3
 -------------