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 2020/05/12 18:30:24 UTC

[commons-io] branch master updated: Remove deprecated sudo setting. #113.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 133fb17  Remove deprecated sudo setting. #113.
133fb17 is described below

commit 133fb1717443f3110d812dd65a5238a790ce39b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 12 14:30:19 2020 -0400

    Remove deprecated sudo setting. #113.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e26e916..7eac532 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -228,6 +228,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Rob Spoor, Gary Gregory">
          Support sub sequences in CharSequenceReader #91.
       </action>
+      <action dev="ggregory" type="update" due-to="dengliming">
+         Remove deprecated sudo setting. #113.
+      </action>
     </release>
 
     <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">