Skip to content

Commit 2b23ace

Browse files
committed
update release-notes wrt fix
1 parent 180edf1 commit 2b23ace

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

release-notes/CREDITS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Here are individuals who have contributed to development of this project.
2+
(version numbers in brackets indicate release in which the problem was fixed)
3+
4+
Tatu Saloranta, [email protected]: author
5+
6+
7+
8+
* Reported [Issue#6]: broken handling of '\r' (on Windows)
9+
(0.7.2)

release-notes/VERSION

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
Version: 0.7.1
1+
Project: java-merge-sort
2+
License: Apache License 2.0
3+
Version: 0.7.2
4+
Release date: not released yet
25

3-
Release date:
4-
29-May-2012
6+
* [Issue#6]: Incorrect handling of '\r'
7+
(reported, patch contributed by [email protected])
58

6-
Description:
7-
Another pre-1.0 release
9+
------------------------------------------------------------------------
10+
=== History: ===
11+
------------------------------------------------------------------------
812

9-
Fixes:
13+
0.7.1 (29-May-2012)
1014

11-
* [Issue-5]: Unnecessary object retention, leading to too high memory usage
15+
* [Issue#5]: Unnecessary object retention, leading to too high memory usage
1216
(reported by Paul Smith)
1317

14-
------------------------------------------------------------------------
15-
=== History: ===
16-
------------------------------------------------------------------------
1718

1819

0 commit comments

Comments
 (0)