X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=fcac0699f3a067a9149d58d3777eec31599906bb;hb=1589d09ec365733ee746aa5caf33fea5748d5ea0;hp=2bd8a63a3709f2fa935a9a3fc3ecf247ee95885a;hpb=70b0eba24703bf7b453259eb862772688d08ee34;p=mmh diff --git a/ChangeLog b/ChangeLog index 2bd8a63..fcac069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2008-05-04 Peter Maydell + + * Fixes ported from trunk: + + * bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions + on .netrc be an instantly fatal error. Previously we returned + an error value; however, no caller was checking it. So now + ruserpass() has a void return type. + + * 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 * Fixes ported from trunk: