Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E12A963B970 for ; Sat, 11 Jun 2011 02:49:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B27C814A355; Sat, 11 Jun 2011 02:49:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D078414A351 for ; Sat, 11 Jun 2011 02:49:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D6j15UYorhEB for ; Sat, 11 Jun 2011 02:49:40 +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 1FA2414A330 for ; Sat, 11 Jun 2011 02:49:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 01A6D175DD; Sat, 11 Jun 2011 02:49:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 11 Jun 2011 02:49:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/ruby-mail To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20110611024940.01A6D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat Jun 11 02:49:39 UTC 2011 Modified Files: pkgsrc/mail/ruby-mail: Makefile PLIST distinfo Log Message: Update ruby-mail package 2.2.19, latest 2.2.x series. == Tue Apr 26 09:49:54 UTC 2011 Mikel Lindsaar * Update activesupport require to use inflector - closes #217 == Tue Apr 26 06:18:19 UTC 2011 Mikel Lindsaar * Fixed charset warning issue with multipart messages - https://github.com/arvindsv * Version bump to 2.2.18 and gem release == Wed 20 Apr 2011 15:16:20 UTC Mikel Lindsaar * Mail::Field.new("Subject: foobar", 'iso-2022-jp') does not set charset - https://github.com/yalab == Tue Apr 19 00:20:54 UTC 2011 Mikel Lindsaar * Fixed an exception with nil in Reply-To and References field - https://github.com/dcormier * Version bump to 2.2.17 and gem release == Sat Apr 16 12:57:27 UTC 2011 Mikel Lindsaar * Added support for open SMTP connections and returning the Mail server's response - https://github.com/spiegela * RE: not appended to subject when replying to a reply - https://github.com/prateekdayal * Support not ascii compatible charset mail send - https://github.com/yalab * Fix for issue 208 "mail.body after mail.add_file truncates message body" - https://github.com/glongman * Handle bad subject encoding (or ":invalid => :replace" is ineffective for utf-8 to utf-8 encoding) - https://github.com/choonkeat * Handle blank Received header field - https://github.com/bcantin * Handle part with missing content type - https://github.com/bcantin * Handle a "<>" Return field - https://github.com/bcantin * Performance improvements for 1.9 - https://github.com/nobu * Fix heavy CPU issues when messages are missing a space - https://github.com/scsmith * Tighten up allowed encodings - https://github.com/scsmith * Added to_yaml & from_yaml (as well as to_hash & from_hash) - https://github.com/srushti * Fix up some comments - https://github.com/takahashim * Version bump to 2.2.16 and gem release To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ruby-mail/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-mail/PLIST \ pkgsrc/mail/ruby-mail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.