Repository: commons-text Updated Branches: refs/heads/master e1d091c90 -> 38ceb4706
TEXT-52: changes.xml update Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/38ceb470 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/38ceb470 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/38ceb470 Branch: refs/heads/master Commit: 38ceb4706732b842d4f9a6c116128b37372c8f34 Parents: e1d091c Author: Rob Tompkins <[email protected]> Authored: Mon Jan 2 10:04:49 2017 -0500 Committer: Rob Tompkins <[email protected]> Committed: Mon Jan 2 10:04:49 2017 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/38ceb470/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b7b473b..1ef9f66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="1.0" date="tba" description="tba"> + <action issue="TEXT-52" type="fix" dev="chtompki">Possible attacks through StringEscapeUtils.escapeEcmaScrip better javadoc</action> <action issue="TEXT-51" type="remove" dev="chtompki">Remove RandomStringGenerator to be added back in the 1.1 release</action> <action issue="TEXT-50" type="update" dev="chtompki">Upgrade from commons-parent version 41 to version 42</action> <action issue="TEXT-40" type="add" dev="chtompki" due-to="Sampanna Kahu">Escape HTML characters only once</action>
