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-vfs.git

commit ac07b197e4a06c4e4f6aa0dc51a42ab4f6c24bea
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 1 10:34:30 2025 -0500

    Fix action types
---
 src/changes/changes.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ad6e6b88..5e80393e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,14 +48,14 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="2.11.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Rework 
FTPClientWrapper.disconnect() to remove any chance of a new connection being 
created on demand.</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">The write 
buffer size in DefaultFileContent is now 8K instead of 4K.</action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">The write buffer 
size in DefaultFileContent is now 8K instead of 4K.</action>
       <!-- ADD -->
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, 
String).</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and 
deprecate getControlEncoding(FileSystemOptions).</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
FtpFileSystemConfigBuilder.setControlEncoding(FileSystemOptions, Charset) and 
deprecate setControlEncoding(FileSystemOptions, String).</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
FileSystemConfigBuilder.getCharset(FileSystemOptions, String).</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
FileSystemConfigBuilder.getCharset(FileSystemOptions, String, Charset).</action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Add 
FileObject.close(FileObject).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, 
String).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and 
deprecate getControlEncoding(FileSystemOptions).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FtpFileSystemConfigBuilder.setControlEncoding(FileSystemOptions, Charset) and 
deprecate setControlEncoding(FileSystemOptions, String).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FileSystemConfigBuilder.getCharset(FileSystemOptions, String).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FileSystemConfigBuilder.getCharset(FileSystemOptions, String, Charset).</action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
FileObject.close(FileObject).</action>
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.mina:mina-core from 2.1.10 to 2.2.4.</action>

Reply via email to