On Thu, Nov 6, 2014 at 2:37 PM, Luc Maisonobe <l...@spaceroots.org> wrote:

> Le 06/11/2014 15:27, Gary Gregory a écrit :
> > Hello All:
> >
> > This is a VOTE to release Commons Codec 1.10-RC2
>
> +1.
>
> Take care the artifact files still contains double hash (.asc.md5 and
> .asc.sha1). They should probably be removed before pushing to maven
> central.
>

I delete the -src and -bin files before releasing from Nexus. Anything else
is too easy to screw up and mess up the stagging repo.

Gary

>
> Luc
>
> >
> > Changes since RC1:
> > - Add CODEC-121 to the RELEASE-NOTES.txt file.
> >
> > Feature and fix release. Requires a minimum of Java 1.6.
> >
> > Changes in this version include:
> >
> > New features:
> >
> > o Add Daitch-Mokotoff Soundex
> >   Issue: CODEC-192. Thanks to Thomas Neidhart.
> > o QuotedPrintableCodec does not support soft line break per the
> > 'quoted-printable' example on Wikipedia
> >   Issue: CODEC-121. Thanks to Thomas Neidhart, Java John.
> > o Make possible to provide padding byte to BaseNCodec in constructor
> >   Issue: CODEC-181. Thanks to Ivan Martinez-Ortiz.
> >
> > Fixed Bugs:
> >
> > o Added clarification to Javadoc of Base64 concerning the use of the
> > urlSafe parameter
> >   Issue: CODEC-185. Thanks to Sean Busbey.
> > o Added clarification to the Javadoc of Base[32|64]OutputStream that it
> is
> > mandatory to call close()
> >   Issue: CODEC-191. Thanks to Igor Savin.
> > o Add support for HMAC Message Authentication Code (MAC) digests
> >   Issue: CODEC-188. Thanks to Hendrik Saly.
> > o Beider Morse Phonetic Matching producing incorrect tokens
> >   Issue: CODEC-187. Thanks to Michael Tobias, Thomas Neidhart.
> > o NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
> using
> > empty strings
> >   Issue: CODEC-184. Thanks to Cyrille Artho.
> > o Fix Javadoc 1.8.0 errors
> >   Issue: CODEC-180. Thanks to Ville Skyttä.
> > o Fix Java 8 build Javadoc errors
> >   Issue: CODEC-189.
> >
> > Changes:
> >
> > o Deprecate Charsets Charset constants in favor of Java 7's
> > java.nio.charset.StandardCharsets
> >   Issue: CODEC-178.
> > o Update from commons-parent 34 to 35
> >   Issue: CODEC-190.
> >
> >
> > This VOTE is open for at least 72 hours until November 9 2013 at 10:00 AM
> > EST.
> >
> > The files:
> >
> >
> https://repository.apache.org/content/repositories/orgapachecommons-1060/
> >
> > The tag:
> >
> > https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.10-RC2
> >
> > The site:
> >
> > https://people.apache.org/~ggregory/commons-codec/site/
> >
> > Links to versions of sites and Javadocs will be live when deployed.
> >
> > Thank you,
> > Gary Gregory
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to