X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/b0322a8536f3cab76471c98122fe1df75bb7c387..d50284c4aa46bdb558ab92276d4e3ebd856fe9a6:/libs/rfc822/ChangeLog diff --git a/libs/rfc822/ChangeLog b/libs/rfc822/ChangeLog index 6dc142a..834004e 100644 --- a/libs/rfc822/ChangeLog +++ b/libs/rfc822/ChangeLog @@ -1,3 +1,12 @@ +2015-03-03 Sam Varshavchik + + * Replace rfc822_parsedt with rfc822_parsedate_chk(), returning + 0 for ok, -1 for an error parsing the date string. + +2015-02-28 Sam Varshavchik + + * Update to courier-unicode 1.2. + 2013-02-20 Sam Varshavchik * rfc2047.c, rfc2047u.c: workaround for invalid utf-8 input making @@ -173,7 +182,7 @@ (rfc2047_encode_callback): New argument: qp_allow - function that indicates acceptable characters in QP-encoded words. (rfc2047_encode_str): Ditto. - (rfc2047_qp_allow_any, rfc2047_qp_allow_comment) + (rfc2047_qp_allow_any, rfc2047_qp_allow_comment) (rfc2047_qp_allow_word): Possible arguments to qp_allow for various situations.