Skip to content

Commit cd3aafe

Browse files
author
Niall Pemberton
committed
IO-165 set svn:eol-style to native - thanks to Benjamin Bentmann for the patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@651569 13f79535-47bb-0310-9956-ffa450edef68
1 parent 860ee37 commit cd3aafe

7 files changed

Lines changed: 728 additions & 728 deletions

File tree

src/changes/changes.xml

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
<?xml version="1.0"?>
2-
<!--
3-
Licensed to the Apache Software Foundation (ASF) under one or more
4-
contributor license agreements. See the NOTICE file distributed with
5-
this work for additional information regarding copyright ownership.
6-
The ASF licenses this file to You under the Apache License, Version 2.0
7-
(the "License"); you may not use this file except in compliance with
8-
the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
-->
18-
19-
<!--
20-
This file is used by the maven-changes-plugin to generate the release notes.
21-
Useful ways of finding items to add to this file are:
22-
23-
1. Add items when you fix a bug or add a feature (this makes the
24-
release process easy :-).
25-
26-
2. Do a Jira search for tickets closed since the previous release.
27-
28-
3. Use the report generated by the maven-changelog-plugin to see all
29-
CVS commits. Set the project.properties' maven.changelog.range
30-
property to the number of days since the last release.
31-
32-
33-
The <action> type attribute can be add,update,fix,remove.
34-
-->
35-
36-
<document>
37-
<properties>
38-
<title>Release Notes</title>
39-
</properties>
40-
41-
<body>
42-
<release version="1.4" date="Not yet released">
43-
</release>
44-
45-
<release version="1.3.2" date="2007-Jul-02">
46-
<action dev="jochen" type="fix" issue="IO-115">
47-
Some tests, which are implicitly assuming a Unix-like file
48-
system, are now skipped on Windows.
49-
</action>
50-
<action dev="jochen" type="fix" issue="IO-116">
51-
Created the FileCleaningTracker, basically a non-static
52-
version of the FileCleaner, which can be controlled by
53-
the user.
54-
</action>
55-
<action dev="bayard" type="fix" issue="IO-117" due-to="Hiroshi Ikeda">
56-
EndianUtils - both readSwappedUnsignedInteger(...) methods could
57-
return negative numbers due to int/long casting.
58-
</action>
59-
</release>
60-
</body>
61-
</document>
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
19+
<!--
20+
This file is used by the maven-changes-plugin to generate the release notes.
21+
Useful ways of finding items to add to this file are:
22+
23+
1. Add items when you fix a bug or add a feature (this makes the
24+
release process easy :-).
25+
26+
2. Do a Jira search for tickets closed since the previous release.
27+
28+
3. Use the report generated by the maven-changelog-plugin to see all
29+
CVS commits. Set the project.properties' maven.changelog.range
30+
property to the number of days since the last release.
31+
32+
33+
The <action> type attribute can be add,update,fix,remove.
34+
-->
35+
36+
<document>
37+
<properties>
38+
<title>Release Notes</title>
39+
</properties>
40+
41+
<body>
42+
<release version="1.4" date="Not yet released">
43+
</release>
44+
45+
<release version="1.3.2" date="2007-Jul-02">
46+
<action dev="jochen" type="fix" issue="IO-115">
47+
Some tests, which are implicitly assuming a Unix-like file
48+
system, are now skipped on Windows.
49+
</action>
50+
<action dev="jochen" type="fix" issue="IO-116">
51+
Created the FileCleaningTracker, basically a non-static
52+
version of the FileCleaner, which can be controlled by
53+
the user.
54+
</action>
55+
<action dev="bayard" type="fix" issue="IO-117" due-to="Hiroshi Ikeda">
56+
EndianUtils - both readSwappedUnsignedInteger(...) methods could
57+
return negative numbers due to int/long casting.
58+
</action>
59+
</release>
60+
</body>
61+
</document>

0 commit comments

Comments
 (0)