ChangeLog: Improve and note new version number

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2021-05-31 15:29:58 -04:00
parent 2b8c890467
commit 9a1955fe95
1 changed files with 8 additions and 6 deletions

View File

@ -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