commit 5a2cfa0c3ac9de2f3ae1a9d046fecd89b623794e parent 183c9914af2f5709675299ca783f2867591fe020 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 15 Feb 2021 12:51:33 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,18 @@ +Logswan 2.1.9 (2021-02-15) + +- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision +- Add link to Homebrew package in the README +- Remove unused countryId variable +- Remove dead increments for argc and argv +- Rename variables to get rid of all camelCase occurences +- Remove the measuring Logswan memory usage section from the README +- Try to harmonize usage information everywhere +- Rename the displayUsage() function to usage() +- Rename all the parse*() functions to use snake_case +- Get rid of global variables, move all declarations to main() + + + Logswan 2.1.8 (2020-10-19) - Make displayUsage() static