From fdcab3a60d4175f3a66792e84a4b2e0b3b7507de Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 16 Oct 2015 11:13:56 -0300 Subject: [PATCH] Adds information about the issue #836 on the CHANGES file --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 031648e4..b67b413f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ DD mmm YYYY - X.Y.Z (To be released) ------------------------------------ + * Remove misguided call to srand() + [Issues #778, #781 and #836 - Michael Bunk, @gilperon] * Fix compilation problem while ssdeep is installed in non-standard location. [Issude #872 - Kurt Newman]