Skip to content

Commit 7b7683b

Browse files
authored
Merge pull request #47 from sclaomir/master
Adding ChangeLog for Release Candidate 0.9.6. Thanks Slawek.
2 parents ea6c5ca + fb68d69 commit 7b7683b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
So far unreleased changes
2+
-------------------------
3+
4+
* Fixed incorrect warnings for no-head ranks if using dedicated processes.
5+
* Fixed problem with renaming/erasing local files if using dedicated processes.
6+
* Fixed problem with creating files/directories which already exist and deleting files/directories which don't exist.
7+
* Moved some global variables into static.
8+
* Removed some unused variables or code.
9+
* Fixed buffer overflow in jerasure library.
10+
* Fixed some not null terminated string bugs.
11+
* Fixed many unchecked or ignored return value form standard library functions.
12+
* Fixed some uninitialized variable problems.
13+
* Corrected some misleading warning/error messages.
14+
* Fixed many resource leaks.
15+
* Fixed many potential memory leaks.
16+
* Fixed many TOCTOU problems.
17+
* Added header file with declarations of all library functions.
18+
* Added option to build examples.
19+
* Added cmake files to build dependencies and examples.
20+
* Cleaned library interface.

0 commit comments

Comments
 (0)