add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences)
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 25 Aug 2005 00:25:59 +0000 (00:25 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 25 Aug 2005 00:25:59 +0000 (00:25 +0000)
doc/html/changelog.html

index ff62e11..e90ae5c 100644 (file)
@@ -96,7 +96,7 @@
                        <li>
                                plugins:
                                <ul>
-                                       <li>(none)</li>
+                                       <li>Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
                                </ul>
                        </li>
                        <li>
                                libraries:
                                <ul>
                                        <li>libFLAC: Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
+                                       <li>libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
                                </ul>
                        </li>
                        <li>