Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 45FBB63B9FC for ; Sat, 6 Feb 2010 15:54:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CB78263B18C; Sat, 6 Feb 2010 15:54:19 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 63E8D63B124 for ; Sat, 6 Feb 2010 15:54:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4A675175DD; Sat, 6 Feb 2010 15:54:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 6 Feb 2010 15:54:18 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/mail/pear-Mail_Mime To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100206155418.4A675175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Sat Feb 6 15:54:18 UTC 2010 Modified Files: pkgsrc/mail/pear-Mail_Mime: DESCR Makefile distinfo Log Message: Updaete pear-Mail_Mime from 1.4.0 to 1.6.0. 1.6.0 Bugs Fixed: * Don't break specified headers folding [alec] * Bug #17025: Wrong headers() result for long unwrapable header value [alec] Implemented Features: * Allow setting Content-ID for HTML Images [alec] * Added one setParam() in place of many set*() functions [alec] * Added getParam(), getTXTBody(), getHTMLBody() [alec] * Skip RFC2231's charset if filename contains only ASCII characters [alec] * Make sure that Received: headers are returned on the top [alec] * Added saveMessageBody() and getMessageBody() functions [alec] 1.6.0RC2 Fixed Bugs: * Bug #7561: _encodeQuotedPrintable() with mbstring function overloading broken in 1.6.0RC1 [alec] * Fixed quoted-printable encoding of characters with ord(char) < 10 [alec] 1.6.0RC1 Fixed Bugs: * Bug #13444: Problem in multipart mail with txt, html and images. Reverted fix for #9725 [alec] * Bug #14780: Content-Type is not set correctly when calling headers() before get() [alec] Implemented Features: * Feature #10884: Provide easy way to set build params [alec] * Feature #13962: Multiple header support [alec] * Use class (private) variables instead of MAIL_MIME_CRLF and MAIL_MIMEPART_CRLF constants [alec] * Feature #12411: Support both RFC2047 and RFC2231 for attachments filenames encoding [alec] * Optimized memory usage in quoted-printable encoding function [alec] * Feature #13969: Big attachments support [alec] * Changed default value of text_encoding to quoted-printable [alec] 1.5.3 Fixed bugs: * Fix Bug #14678: srand() lowers security [clockwerx] * Fix Bug #12921: _file2str not binary safe [walter] * Fix Bug #12385: Bad regex when replacing css style attachments [cipri] * Fix Bug #16911: Excessive semicolon in MIME header [alec] * Fix Bug #15320: Attachment charset is not set in Content-Type header [alec] * Fix Bug #16911: Lack of semicolon separator for MIME header parameters [alec] * Fix Bug #16846: Use preg_replace_callback() instead of /e modifier [alec] * Fix Bug #14779: Problem with an empty attachment [alec] * Fix Bug #15913: Optimize the memory used by Mail_mimePart::encode. Avoid having attachments data duplicated in memory [alec] * Fix Bug #16539: Headers longer than 998 characters aren't wrapped [alec] * Fix Bug #11238: Wrong encoding of structured headers [alec] * Fix Bug #13641: iconv_mime_encode() seems to work different/errorious than the build in logic. Removed 'ignore_iconv' param. [alec] * Fix Bug #16706: Incorrect double-quotes RFC 2231-encoded parameter values [alec] * Fix Bug #14232: RFC2231: tspecials encoding in _buildHeaderParam() [alec] Implemented Features: * Implement Feature #10438: Function (encodeHeader) for encoding of given header [alec] 1.5.2 * Fix Bug #11381: domain name is attached to content-id, trailing greater-than sign is not remove [cipri] 1.5.1 * Fix Bug #11344: Error at line 644 in mime.php [cipri] 1.5.0 Split off Mail_MimeDecode 1.5.0RC2 Fixed accidental characters included in mime.php To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/pear-Mail_Mime/DESCR cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/pear-Mail_Mime/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/pear-Mail_Mime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.