X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=d4efbc62ce95a31a5c59b17fc31ef9186d4be0d0;hb=faa066cb24d3308ab5d2c40ed145ecb3940461bf;hp=c0f38c2a6a4fd70bb712b5bdad268938421a1794;hpb=4afcf54c989a28d07a258afb9f23db29f7f628a9;p=mmh diff --git a/ChangeLog b/ChangeLog index c0f38c2..d4efbc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2008-05-04 Peter Maydell + + * bug #23163: various minor fixes for the benefit of + older Unixes (specifically SunOS 4): + reintroduce strerror() substitute implementation + provide memmove() substitute implementation + + * bug #23163: fix accidentally broken 'build outside + source directory' feature + + * bug #23162: sbr/dtime.c: fix stray HAVE_TM_GMTOFF that + wasn't updated to the new macro name. + +2008-04-30 Peter Maydell + + * mts/smtp/smtp.c: provide a callback for SASL_CB_AUTHNAME + (fixes issue with SASL sending the wrong username in some + circumstances). Thanks to + for the patch. + +2008-04-29 Peter Maydell + + * Revert previous attempt at fix for SASL issue as it + is the wrong approach. + + * Fix in correct manner, by making sm_rrecord() and thus + sm_hear() set the length of the reply string correctly + (the SASL libraries now care if you pass in the wrong + length). + + * Correct various places in smtp.c where the reply string + might not have been correctly NUL-terminated. Includes a + fix for a particularly nasty and long standing screwup + where the buffer length counting in smhear() was totally + broken for continued lines from the server. + +2008-04-29 Peter Maydell + + * Cope with sasl_decode64() returning SASL_CONTINUE, as + happens with newer sasl libraries and LOGIN auth. + +2008-04-27 Peter Maydell + + * Updated some of the 'how to do a release' documentation. + + * Upped the VERSION string to '1.3-dev', since 1.3-RC1 has + been branched off. + 2008-04-27 Peter Maydell * Released nmh-1.3 RC1.