ChangeLog: Improve and note new version number
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
2b8c890467
commit
9a1955fe95
14
ChangeLog
14
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.
|
* Added support for generating SARIF output, use --sarif.
|
||||||
A big thanks to Yong Yan for this work!
|
A big thanks to Yong Yan for this work!
|
||||||
* Track curly brace level to reduce some problems, my thanks to
|
* Track curly brace level to reduce some problems, my thanks to
|
||||||
Greg Myers for the work!
|
Greg Myers for the work!
|
||||||
* Improved handling of Git patch format, thanks to
|
* Improved handling of Git patch format, thanks to
|
||||||
Robin Geffroy.
|
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
|
2021-01-11 David A. Wheeler
|
||||||
* Version 2.0.15
|
* Version 2.0.15
|
||||||
|
|
Loading…
Reference in New Issue