-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from sclaomir/master
Adding ChangeLog for Release Candidate 0.9.6. Thanks Slawek.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
So far unreleased changes | ||
------------------------- | ||
|
||
* Fixed incorrect warnings for no-head ranks if using dedicated processes. | ||
* Fixed problem with renaming/erasing local files if using dedicated processes. | ||
* Fixed problem with creating files/directories which already exist and deleting files/directories which don't exist. | ||
* Moved some global variables into static. | ||
* Removed some unused variables or code. | ||
* Fixed buffer overflow in jerasure library. | ||
* Fixed some not null terminated string bugs. | ||
* Fixed many unchecked or ignored return value form standard library functions. | ||
* Fixed some uninitialized variable problems. | ||
* Corrected some misleading warning/error messages. | ||
* Fixed many resource leaks. | ||
* Fixed many potential memory leaks. | ||
* Fixed many TOCTOU problems. | ||
* Added header file with declarations of all library functions. | ||
* Added option to build examples. | ||
* Added cmake files to build dependencies and examples. | ||
* Cleaned library interface. |