]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update CHANGES
authorTobias Oetiker <tobi@oetiker.ch>
Fri, 21 Mar 2025 10:05:21 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 10:05:21 +0000 (11:05 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index aa4048080c6611196689f3267e46496b0aff4533..a7c4631dc1663f763f6015d149b0e16919ec4492 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ RRDtool - master ...
 ====================
 Bugfixes
 --------
+* Fix Compatiblity with TCL-9 @yselkowitz
 * Fix MacOS Build error (no SOCK_CLOEXEC on mac) @ensc fixes oetiker#1261
 * Fix build on 32bits platforms (like armhf) when time_t is 64bits, fixes #1264
 * Fix compilation on illumos @hadfl