File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11#include "src/version.h"
22
33char 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>" };
55char const desc_license [] = {"License GPLv2+: GNU GPL version 2 or later "
66 "<http://gnu.org/licenses/gpl.html>." };
You can’t perform that action at this time.
0 commit comments