Skip to content

Release history link changed from changes-report.html to changes.html #516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Changes
* Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -92,7 +92,7 @@ Changes
* Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476. Thanks to Gary Gregory, Dependabot.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -152,7 +152,7 @@ Changes
* Bump tests using com.opencsv:opencsv from 5.8 to 5.9 #373. Thanks to Dependabot.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -233,7 +233,7 @@ Changes
Removed:
* Serialization in CSVFormat is not supported from one version to the next.

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -335,7 +335,7 @@ Changes
* Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0. Thanks to Dependabot.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -390,7 +390,7 @@ Changes
* Fix typo performance test #55. Thanks to Chen.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -437,7 +437,7 @@ Changes
* Update tests from H2 1.4.198 to 1.4.199. Thanks to Gary Gregory.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -540,7 +540,7 @@ Changes
* CSV-201: Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Thanks to Benedikt Ritter, Gary Gregory.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -579,7 +579,7 @@ Changes
* CSV-183: Drop ferc.gov tests.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -661,7 +661,7 @@ Fixed Bugs
* CSV-156: Incorrect Javadoc on QuoteMode.NONE. Thanks to Jason Steenstra-Pickens.


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -702,7 +702,7 @@ Changes:
* [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan.
* [CSV-134] Unified parameter validation. Thanks to wu wen.

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down Expand Up @@ -792,7 +792,7 @@ Changes
* CSV-27: Decide whether to keep the csv.writer subpackage


Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:
Expand Down
2 changes: 1 addition & 1 deletion src/changes/release-notes.vm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Removals
## End of main loop
#end

Historical list of changes: ${project.url}changes-report.html
Historical list of changes: ${project.url}changes.html

For complete information on ${project.name}, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the ${project.name} website:
Expand Down
1 change: 0 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<item name="Release History" href="/changes.html" />
</menu>
<menu name="Development">
<item name="History" href="/changes-report.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Team" href="/team.html"/>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ See the
for the latest releases.<br />
</p>
<p>
<a href="changes-report.html">Change reports</a> are also available.
<a href="changes.html">Release History</a> are also available.
</p>
<p>
For previous releases, see the <a href="https://archive.apache.org/dist/commons/csv/">Apache Archive</a>
Expand Down
Loading