Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 212B795B1 for ; Tue, 4 Oct 2011 01:33:08 +0000 (UTC) Received: (qmail 34077 invoked by uid 500); 4 Oct 2011 01:33:07 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 33980 invoked by uid 500); 4 Oct 2011 01:33:07 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 33972 invoked by uid 99); 4 Oct 2011 01:33:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:33:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 01:33:01 +0000 Received: by vws13 with SMTP id 13so4806034vws.30 for ; Mon, 03 Oct 2011 18:32:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1RItdao3qMwmuqkcTDZhRFuMgrgO5NObgVoCXGvR6gk=; b=VSocv/svFnD6YN4zkFnMhqx9LB18YgNB4f5cIWKy7qTIyr1yFYaomthw8CSZ5xluuS JszdLvrqSi6nVGFE4MtNVjq3V92RcxNARPcBq5O54yCfFV9DC5VznpKwKR2RNCZInkxl 4oFMuhkyF134GfBEySlkCwAavMLXQJ/lISO7Q= MIME-Version: 1.0 Received: by 10.52.175.229 with SMTP id cd5mr600365vdc.363.1317691959953; Mon, 03 Oct 2011 18:32:39 -0700 (PDT) Received: by 10.220.155.147 with HTTP; Mon, 3 Oct 2011 18:32:39 -0700 (PDT) In-Reply-To: <4E8A5E47.5090603@gmail.com> References: <4E8A5DC1.90109@gmail.com> <4E8A5E47.5090603@gmail.com> Date: Tue, 4 Oct 2011 02:32:39 +0100 Message-ID: Subject: Re: [VOTE][io] Release Commons IO 2.1-RC6 From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 4 October 2011 02:15, Phil Steitz wrote: > On 10/3/11 6:13 PM, Phil Steitz wrote: >> Sigs, hashes are good. >> Contents look good. >> Ant and Maven builds run clean on Sun 1.5, 1.6, Jrockit 1.5, 1.6, >> Apple 1.6 >> Release notes look good. >> >> +1 >> >> Nice work! >> >> Remember to get rid of the cruft before moving the release files to >> /dist. >> I am assuming that what we are actually voting on (and what will be >> moved to /dist) is: >> >> commons-io-2.1-bin.tar.gz >> commons-io-2.1-bin.tar.gz.asc >> commons-io-2.1-bin.tar.gz.md5 >> commons-io-2.1-bin.zip >> commons-io-2.1-bin.zip.asc >> commons-io-2.1-bin.zip.md5 >> commons-io-2.1-src.tar.gz >> commons-io-2.1-src.tar.gz.asc >> commons-io-2.1-src.tar.gz.md5 >> commons-io-2.1-src.tar.gz.sha1 > Oops! missed on piece of cruft ^^^ Not sure I'd call the SHA1 hashes cruft; they're not required, but they are allowed. Some people may prefer them to MD5. What is total cruft is the set of sig hashes, i.e. .asc.md5 and .asc.sha1 - they serve no purpose whatsoever. >> commons-io-2.1-src.zip >> commons-io-2.1-src.zip.asc >> commons-io-2.1-src.zip.md5 >> >> Phil >> >> On 10/3/11 2:35 PM, Gary Gregory wrote: >>> Good day to you all: >>> >>> I have prepared Commons IO 2.1-RC6. >>> >>> The differences with RC5 are: >>> >>> - build.xml: Pick up Sebb's fix for the JUnit download mess. >>> >>> Tag: >>> >>> https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.1-= RC6 >>> >>> Site: >>> >>> https://people.apache.org/builds/commons/io/2.1/RC6/ >>> >>> Binaries: >>> >>> https://repository.apache.org/content/repositories/orgapachecommons-027= / >>> >>> [ ] +1 release it >>> [ ] +0 go ahead I don't care >>> [ ] -1 no, do not release it because >>> >>> This VOTE is open for 72 hours, until Oct 6 2011, 18:00 EDT. >>> >>> New features: >>> o Use standard Maven directory layout =A0Issue: IO-285. Thanks to ggreg= ory. >>> o Add IOUtils API toString for URL and URI to get contents =A0Issue: IO= -284. >>> Thanks to ggregory. >>> o Add API FileUtils.copyFile(File input, OutputStream output) =A0Issue: >>> IO-282. Thanks to ggregory. >>> o FileAlterationObserver has no getter for FileFilter =A0Issue: IO-262. >>> o Add FileUtils.getFile API with varargs parameter =A0Issue: IO-261. >>> o Add new APPEND parameter for writing string into files =A0Issue: IO-1= 82. >>> o Add new read method "toByteArray" to handle InputStream with known si= ze. >>> Issue: IO-251. Thanks to Marco Albini. >>> >>> Fixed Bugs: >>> o Dubious use of mkdirs() return code =A0Issue: IO-280. Thanks to sebb. >>> o ReaderInputStream enters infinite loop when it encounters an unmappab= le >>> character =A0Issue: IO-277. >>> o FileUtils.moveFile() JavaDoc should specify FileExistsException throw= n >>> Issue: IO-264. >>> o ClassLoaderObjectInputStream does not handle Proxy classes =A0Issue: = IO-260. >>> >>> o Tailer returning partial lines when reaching EOF before EOL =A0Issue: >>> IO-274. Thanks to Frank Grimes. >>> o FileUtils.copyFile() throws IOException when copying large files to a >>> shared directory (on Windows) =A0Issue: IO-266. Thanks to Igor Smereka. >>> o FileSystemUtils.freeSpaceKb throws exception for Windows volumes with= no >>> visible files. >>> =A0 =A0 =A0 =A0 Improve coverage by also looking for hidden files. =A0I= ssue: IO-263. >>> Thanks to Gil Adam. >>> >>> Changes: >>> o FileAlterationMonitor.stop( >>> boolean allowIntervalToFinish) =A0Issue: IO-259. >>> >>> Thank you, >>> Gary >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org