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

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


The following commit(s) were added to refs/heads/release by this push:
     new 7686e90a Prepare for release candidate
7686e90a is described below

commit 7686e90a8de42ed56dad79741fcb3d8f98ce7bed
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Sep 25 06:25:58 2023 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a30e4d4d..28efbb7d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
         [StepSecurity] ci: Harden GitHub Actions #461.
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
-        MagicNumberFileFilter.accept(Path, BasicFileAttributes) doesn't its 
byteOffset before reading.
+        MagicNumberFileFilter.accept(Path, BasicFileAttributes) doesn't set 
its byteOffset before reading.
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc improvements.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index f1818c79..a8aca484 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -107,6 +107,7 @@ There are six main areas included:
           The Java platform requirements are:
         </p>
         <ul>
+          <li>Version 2.14.0 requires Java 8.</li>
           <li>Version 2.13.0 requires Java 8.</li>
           <li>Version 2.12.0 requires Java 8.</li>
           <li>Version 2.11.0 requires Java 8.</li>

Reply via email to