You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/05/10 15:32:05 UTC

commons-compress git commit: changes report doesn't seem to allow HTML

Repository: commons-compress
Updated Branches:
  refs/heads/master d75445729 -> 6edf2fc72


changes report doesn't seem to allow HTML


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6edf2fc7
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6edf2fc7
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/6edf2fc7

Branch: refs/heads/master
Commit: 6edf2fc723d92d7c2b46f4c703aab49279412d1f
Parents: d754457
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu May 10 17:29:23 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu May 10 17:29:23 2018 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/6edf2fc7/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 316a074..68f5c23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,14 +82,13 @@ The <action> type attribute can be add,update,fix,remove.
         IOUtils.copy now verifies the buffer size is bigger than 0.
       </action>
       <action issue="COMPRESS-452" type="add" date="2018-05-09">
-        New constructors have been added to <code>SevenZFile</code>
-        that accept <code>char[]</code>s rather than
-        <code>byte[]</code>s in order to avoid a common error of using
-        the wrong encoding when creating the <code>byte[]</code>.
-        This change may break source compatibility for client code
-        that uses one of the constructors expecting a password and
-        passes in <code>null</code> as password. We recommend to
-        change the code to use a constructor without password argument.
+        New constructors have been added to SevenZFile that accept
+        char[]s rather than byte[]s in order to avoid a common error
+        of using the wrong encoding when creating the byte[].  This
+        change may break source compatibility for client code that
+        uses one of the constructors expecting a password and passes
+        in null as password. We recommend to change the code to use a
+        constructor without password argument.
       </action>
     </release>
     <release version="1.16.1" date="2018-02-10"