From: Tobias Oetiker Date: Fri, 21 Mar 2025 10:05:21 +0000 (+0100) Subject: Update CHANGES X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5745ed9544918c536ee94f22add54c58bd5fe08a;p=thirdparty%2Frrdtool-1.x.git Update CHANGES --- diff --git a/CHANGES b/CHANGES index aa404808..a7c4631d 100644 --- 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