diff --git a/exim.changes b/exim.changes index 7d9d8ad..1382aeb 100644 --- a/exim.changes +++ b/exim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 9 11:03:05 CET 2007 - poeml@suse.de + +- update to 4.66 + PH/01 Two more bugs that were introduced by 4.64/PH/07, in addition to the one + fixed by 4.65/MH/01 (is this a record?) are fixed: + (i) An empty string was always treated as zero by the numeric comparison + operators. This behaviour has been restored. + (ii) It is documented that the numeric comparison operators always treat + their arguments as decimal numbers. This was broken in that numbers + starting with 0 were being interpreted as octal. + While fixing these problems I realized that there was another issue that + hadn't been noticed. Values of message_size_limit (both the global option + and the transport option) were treated as octal if they started with 0. + The documentation was vague. These values are now always treated as + decimal, and I will make that clear in the documentation. + ------------------------------------------------------------------- Tue Jan 2 12:54:48 CET 2007 - poeml@suse.de