From fb68d6928f18e76a96c0b6b3641653745718b72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Zdanowski?= Date: Tue, 14 Jun 2016 12:59:59 +0200 Subject: [PATCH] Adding ChangeLog --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..cc1893a62 --- /dev/null +++ b/ChangeLog @@ -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.