You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/14 15:27:24 UTC

svn commit: r1201723 - /commons/proper/codec/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Mon Nov 14 14:27:24 2011
New Revision: 1201723

URL: http://svn.apache.org/viewvc?rev=1201723&view=rev
Log:
Update release notes for 1.6 RC.

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=1201723&r1=1201722&r2=1201723&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Mon Nov 14 14:27:24 2011
@@ -1,6 +1,6 @@
 $Id$
 
-The Commons Codec team is pleased to announce the commons-codec-1.5 release!
+The Commons Codec team is pleased to announce the commons-codec-1.6 release!
 
 The codec package contains simple encoder and decoders for
 various formats such as Base64 and Hexadecimal. In addition to these
@@ -9,6 +9,25 @@ collection of phonetic encoding utilitie
 
 Changes in this version include:
 
+Fixed Bugs:
+o Use standard Maven directory layout.  Issue: CODEC-129. Thanks to ggregory. 
+o Documentation spelling fixes.  Issue: CODEC-128. Thanks to ville.skytta@iki.fi. 
+o Fix various character encoding issues in comments and test cases.  Issue: CODEC-127. 
+o ColognePhonetic Javadoc should use HTML entities for special characters.  Issue: CODEC-123. 
+
+Changes:
+o Implement a Beider-Morse phonetic matching codec.  Issue: CODEC-125. Thanks to Matthew Pocock. 
+o Migrate to Java 5.  Issue: CODEC-119. 
+o Migrate to JUnit 4.  Issue: CODEC-120. 
+
+Have fun!
+-Commons Codec team
+
+
+===============================================================================
+
+Commons Codec Package Version 1.5 Release Notes
+
 New features:
 o Add test(s) to check that encodeBase64() does not chunk output.  Issue: CODEC-93. Thanks to sebb. 
 o ArrayIndexOutOfBoundsException when doing multiple reads() on encoding Base64InputStream.  Issue: CODEC-105. Thanks to zak.