You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/08/20 09:56:00 UTC

[commons-lang] branch master updated (b27f6d5 -> 92e7839)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from b27f6d5  Range: Remove trailing spaces.
     new 51b3212  [LANG-1460] release-history.xml: correct release year for v3.9
     new 3803405  [LANG-1460] Add changes.xml entry
     new 92e7839  Merge branch 'pr-427'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml           | 1 +
 src/site/xdoc/release-history.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[commons-lang] 03/03: Merge branch 'pr-427'

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 92e7839659a4a9932a949ec7c66c1490209610b5
Merge: b27f6d5 3803405
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Aug 20 21:55:19 2019 +1200

    Merge branch 'pr-427'
    
    Closes #427

 src/changes/changes.xml           | 1 +
 src/site/xdoc/release-history.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[commons-lang] 02/03: [LANG-1460] Add changes.xml entry

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 3803405af77c4a723ceea6cebbf249618299bea7
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Tue Aug 20 21:51:27 2019 +1200

    [LANG-1460] Add changes.xml entry
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 900c97d..180cc9a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1467" type="add" dev="ggregory">Add zero arg constructor for org.apache.commons.lang3.NotImplementedException.</action>
     <action issue="LANG-1470" type="add" dev="ggregory">Add ArrayUtils.addFirst() methods.</action>
     <action issue="LANG-1437" type="update" dev="ggregory" due-to="Andrei Troie">Remove redundant if statements in join methods #411.</action>
+    <action issue="LANG-1460" type="fix" dev="kinow" due-to="Larry West">Trivial: year of release for 3.9 says 2018, should be 2019</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11">


[commons-lang] 01/03: [LANG-1460] release-history.xml: correct release year for v3.9

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 51b32122f9d6c7e1557eb9f60d41e75131dc9ef5
Author: Larry West <31...@users.noreply.github.com>
AuthorDate: Sat Jun 1 08:29:54 2019 -0700

    [LANG-1460] release-history.xml: correct release year for v3.9
    
    For v3.9, it had 2018-04-09, which should be 2019-04-09.
---
 src/site/xdoc/release-history.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index 0e05258..e72dd4b 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -32,7 +32,7 @@ limitations under the License.
           <th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th>
         </tr>
         <tr>
-          <td>3.9</td><td>2018-04-09</td><td>8</td><td><a href="javadocs/api-3.9/">api-3.9</a></td><td><a href="release-notes/RELEASE-NOTES-3.9.txt">release notes for 3.9</a></td>
+          <td>3.9</td><td>2019-04-09</td><td>8</td><td><a href="javadocs/api-3.9/">api-3.9</a></td><td><a href="release-notes/RELEASE-NOTES-3.9.txt">release notes for 3.9</a></td>
         </tr>
         <tr>
           <td>3.8.1</td><td>2018-09-19</td><td>7</td><td><a href="javadocs/api-3.8.1/">api-3.8.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.8.1.txt">release notes for 3.8.1</a></td>