Skip to content

Commit 7be9fa7

Browse files
committed
Added release notes and updated copyright year
Signed-off-by: andreas@florath.net <andreas@florath.net>
1 parent 05d8e18 commit 7be9fa7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ peet. You can copy / install them as you need.
155155

156156
# Copyright #
157157

158-
copyright 2015,2022 by Andreas Florath
158+
copyright 2015, 2022, 2024 by Andreas Florath
159159

160-
License: see LICENSE file
160+
License: see LICENSE file

ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 2.6.2
2+
3+
* Fixes by-one buffer overflow in rare cases:
4+
When logging is enabled and at position 4096 a comma needs to
5+
be written, then there was an buffer overwrite by one.
6+
* Upgraded CodeQL check to new version.
7+
* Upgraded Compile check to new version and added the following
8+
compilers:
9+
- gcc: 12, 13, 14 (using Ubuntu 24.04)
10+
- clang: 16, 17, 18 (using Ubuntu 24.04)
11+
112
# Version 2.6.1
213

314
* Fixes 32 bit build

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "src/version.h"
22

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

0 commit comments

Comments
 (0)