Skip to content

Commit

Permalink
Adding ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sławek Zdanowski committed Jun 14, 2016
1 parent ea6c5ca commit fb68d69
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 fb68d69

Please sign in to comment.