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 2017/10/09 20:58:38 UTC

[lang] Set date template and description.

Repository: commons-lang
Updated Branches:
  refs/heads/master 09d70ce73 -> d848328a7


Set date template and description.

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

Branch: refs/heads/master
Commit: d848328a7aa54f73117b8f13ce6e67049dc9502e
Parents: 09d70ce
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 9 14:58:35 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 9 14:58:35 2017 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/d848328a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7265657..55e8c0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="3.7" date="tba" description="tba">
+  <release version="3.7" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7.">
     <action issue="LANG-1348" type="fix" dev="pschumacher" due-to="mbusso">StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf</action>
     <action issue="LANG-1346" type="update" dev="pschumacher">Remove deprecation from RandomStringUtils</action>
     <action issue="LANG-1350" type="fix" dev="ggregory" due-to="Brett Kail">ConstructorUtils.invokeConstructor(Class, Object...) regression</action>