Skip to content

Commit

Permalink
Merge pull request #47 from sclaomir/master
Browse files Browse the repository at this point in the history
Adding ChangeLog for Release Candidate 0.9.6. Thanks Slawek.
  • Loading branch information
leobago authored Jun 14, 2016
2 parents ea6c5ca + fb68d69 commit 7b7683b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
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.

0 comments on commit 7b7683b

Please sign in to comment.