From 9a1955fe95a8e96632b5d720c8904a1302ff35c3 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Mon, 31 May 2021 15:29:58 -0400 Subject: [PATCH] ChangeLog: Improve and note new version number Signed-off-by: David A. Wheeler --- ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 54ba023..e7e90dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,17 @@ -2021-01-11 David A. Wheeler +2021-05-31 David A. Wheeler + * Version 2.0.16 + * The distributed source file is now flawfinder.py, not flawfinder. + This is part of a change that improves + improve cross-platform ease-of-use by using entry_points. + That said, "make install" will still + install it as "flawfinder" (so those who install it via + "make install" will see no change). Many thanks to Ben Spoor! * Added support for generating SARIF output, use --sarif. A big thanks to Yong Yan for this work! * Track curly brace level to reduce some problems, my thanks to Greg Myers for the work! * Improved handling of Git patch format, thanks to Robin Geffroy. - * Improve cross-platform ease-of-use by using entry_points. - Note that this means that the program is now named - flawfinder.py (not "flawfinder"), though "make install" will still - install it as "flawfinder" (so those who install it via - "make install" will see no change). Many thanks to Ben Spoor! 2021-01-11 David A. Wheeler * Version 2.0.15