X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=a0528ebcc5663300e4537b92052c8c2dd6db9e5d;hb=7e3a3c499d1637d633d385c1058947c02676e3c5;hp=52e56ed56af4206e7e0e3664e868dec119d8f79c;hpb=21ddd311ae7c2d5798c8fdd6add1ef229f82950b;p=mmh diff --git a/ChangeLog b/ChangeLog index 52e56ed..a0528eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2009-12-29 David Levine + + * uip/new.c: cast folder_len to int to avoid warning on + 64-bit about passing a size_t to an int conversion specifier. + +2009-12-25 David Levine + + * uip/inc.c: gcc 4.4.1 noticed that maildir could have been + used before initialization. In fact, if that code was ever + reached, maildir would never have been initialized. It's in + an adios call, so replaced with NULL. + +2009-12-21 David Levine + + * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of + sasl_inbuffer because it could be used in sm_fget (). Also, + removed allocation of sasl_inbuffer because that was done in + either smtp_init () or sendmail_init (). + 2009-01-17 Eric Gillespie * etc/mhn.defaults.sh: Never try to make mhshow start xterm.