Skip to content

Commit d74896c

Browse files
author
Niall Pemberton
committed
Update changes report and correct project name in site.xml
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@539657 13f79535-47bb-0310-9956-ffa450edef68
1 parent a2ad873 commit d74896c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ The <action> type attribute can be add,update,fix,remove.
4949
version of the FileCleaner, which can be controlled by
5050
the user.
5151
</action>
52+
<action dev="bayard" type="fix" issue="IO-117" due-to="Hiroshi Ikeda">
53+
EndianUtils - both readSwappedUnsignedInteger(...) methods could
54+
return negative numbers due to int/long casting.
55+
</action>
5256
</release>
5357
</body>
5458
</document>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project name="Validator">
18+
<project name="Commons IO">
1919
<bannerRight>
2020
<name>Commons IO</name>
2121
<src>/images/io-logo-white.png</src>

0 commit comments

Comments
 (0)