Lookups: fix pgsql multiple-row, single-column return
[users/heiko/exim.git] / doc / doc-txt / ChangeLog
index 824ae232e6c0ca71ed70777c566ec1c1a2c9602e..d13004b8c1bbd7acef9e4f7acc18517a87bea0f1 100644 (file)
@@ -5,6 +5,21 @@ affect Exim's operation, with an unchanged configuration file.  For new
 options, and new features, see the NewStuff file next to this ChangeLog.
 
 
+Exim version 4.91
+-----------------
+
+JH/01 Replace the store_release() internal interface with store_newblock(),
+      which internalises the check required to safely use the old one, plus
+      the allocate and data copy operations duplicated in both (!) of the
+      extant use locations.
+
+JH/02 Disallow '/' characters in queue names specified for the "queue=" ACL
+      modifier.  This matches the restriction on the commandline.
+
+JH/03 Fix pgsql lookup for multiple result-tuples with a single column.
+      Previously only the last row was returned.
+
+
 Exim version 4.90
 -----------------