Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97FE9D5F2 for ; Thu, 13 Dec 2012 20:33:32 +0000 (UTC) Received: (qmail 18244 invoked by uid 500); 13 Dec 2012 20:33:32 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18160 invoked by uid 500); 13 Dec 2012 20:33:32 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 18153 invoked by uid 99); 13 Dec 2012 20:33:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 20:33:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 20:33:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D52452388A64; Thu, 13 Dec 2012 20:33:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1421498 - /commons/proper/email/trunk/RELEASE-NOTES.txt Date: Thu, 13 Dec 2012 20:33:10 -0000 To: commits@commons.apache.org From: tn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121213203310.D52452388A64@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tn Date: Thu Dec 13 20:33:09 2012 New Revision: 1421498 URL: http://svn.apache.org/viewvc?rev=1421498&view=rev Log: Removed remark about Clirr errors from release notes as this has been fixed. Modified: commons/proper/email/trunk/RELEASE-NOTES.txt Modified: commons/proper/email/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1421498&r1=1421497&r2=1421498&view=diff ============================================================================== --- commons/proper/email/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/email/trunk/RELEASE-NOTES.txt Thu Dec 13 20:33:09 2012 @@ -27,10 +27,6 @@ CHANGES FROM 1.2: * Java 5 or later is now required. -* Clirr reports several errors for this release due to moving constants - from the Email class to the newly introduced EmailConstants interface. - These changes are guaranteed to be binary compatible. - == New Features == * Added new methods addTo(String[]), addCc(String[]) and addBcc(String[]) to Email.