From 7eb0e5d2b8453f753bd2d8e2e77cf4b7e0b24b1b Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 20 Aug 2017 22:09:15 +0100 Subject: Use bitfields for flags in the "addr" struct --- doc/doc-txt/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/doc-txt/ChangeLog') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a8a93d5ed..abc4e9312 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -144,6 +144,10 @@ JH/23 DKIM: enforce the DNS pubkey record "h" permitted-hashes optional field, JH/24 Start using specified-initialisers in C structure init coding. This is a C99 feature (it's 2017, so now considered safe). +JH/25 Use one-bit bitfields for flags in the "addr" data structure. Previously + if was a fixed-sized field and bitmask ops via macros; it is now more + extensible. + Exim version 4.89 ----------------- -- cgit v1.2.3