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 2019/03/31 15:48:54 UTC

[commons-vfs] branch master updated: [VFS-696] More efficient comparison in FileExtensionSelector #44.

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


The following commit(s) were added to refs/heads/master by this push:
     new 8735f11  [VFS-696] More efficient comparison in FileExtensionSelector #44.
8735f11 is described below

commit 8735f11f839d26c2dad93a4dd64d8a0d8bab1312
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 31 11:48:45 2019 -0400

    [VFS-696] More efficient comparison in FileExtensionSelector #44.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 152d9e1..9334fc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-497" dev="ggregory" type="add" due-to="Michael Schnell">
         Ported filters from Commons IO #9.
       </action>
+      <action issue="VFS-696" dev="ggregory" type="add" due-to="Robert DeRose">
+        More efficient comparison in FileExtensionSelector #44.
+      </action>
     </release>
     <release version="2.3" date="2019-02-01" description="New features and bug fix release.">
       <action issue="VFS-645" dev="ggregory" type="fix">