summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-12-24 16:42:04 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-12-24 20:58:53 +0000
commitbbfb5dcd8ece2bbf04cc7323b7cc03581d91d7bd (patch)
treeeece7f86de2cef233662768aaa71904212901d93 /doc/doc-txt/ChangeLog
parent0972d4d7f8213f61a2181c65a94ffd97eaf381b9 (diff)
Lookups: fix pgsql multiple-row, single-column return
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH Broken-by: acec9514b1
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 4897f4a0c..d13004b8c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -16,6 +16,10 @@ JH/01 Replace the store_release() internal interface with store_newblock(),
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
-----------------