commit 4df0bf9c0b0b4ac86f641397296ed9f8f2db62af parent 840c42656c655ae0bb1e53b6cf5ab9d8338a741b Author: Frederic Cambus <fred@statdns.com> Date: Fri, 12 Feb 2021 22:58:40 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,15 @@ +bdf2sfd 1.1.6 (2021-02-12) + +- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision +- Get rid of global variables, move all declarations to main() +- Remove dead increments for argc and argv +- Rename a few variables to get rid of all camelCase occurences +- Reorder and reformat variables declaration +- Try to harmonize usage information everywhere +- Rename the displayUsage() function to usage() + + + bdf2sfd 1.1.5 (2020-10-20) - Enable FORTIFY_SOURCE level 2