Skip to content

Commit

Permalink
Added release notes and updated copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: andreas@florath.net <andreas@florath.net>
  • Loading branch information
florath committed Oct 16, 2024
1 parent 05d8e18 commit 7be9fa7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ peet. You can copy / install them as you need.

# Copyright #

copyright 2015,2022 by Andreas Florath
copyright 2015, 2022, 2024 by Andreas Florath

License: see LICENSE file
License: see LICENSE file
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 2.6.2

* Fixes by-one buffer overflow in rare cases:
When logging is enabled and at position 4096 a comma needs to
be written, then there was an buffer overwrite by one.
* Upgraded CodeQL check to new version.
* Upgraded Compile check to new version and added the following
compilers:
- gcc: 12, 13, 14 (using Ubuntu 24.04)
- clang: 16, 17, 18 (using Ubuntu 24.04)

# Version 2.6.1

* Fixes 32 bit build
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "src/version.h"

char const desc_copyight[] = {
"(c) 2014-2015,2022 by Andreas Florath <andreas@florath.net>"};
"(c) 2014-2015,2022.2024 by Andreas Florath <andreas@florath.net>"};
char const desc_license[] = {"License GPLv2+: GNU GPL version 2 or later "
"<http://gnu.org/licenses/gpl.html>."};

0 comments on commit 7be9fa7

Please # to comment.