X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=d4efbc62ce95a31a5c59b17fc31ef9186d4be0d0;hb=faa066cb24d3308ab5d2c40ed145ecb3940461bf;hp=7649ae01029d1e21bafe33dfaa160ca82addb608;hpb=d4178eb3eebbf5c51c51cc713df58a2bdaa6bede;p=mmh diff --git a/ChangeLog b/ChangeLog index 7649ae0..d4efbc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +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