]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update CHANGES
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 20 Mar 2025 07:57:36 +0000 (08:57 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 07:57:36 +0000 (08:57 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index dae96573abb39b5e48afcb6bfddf99038068c406..faabaefa1522bf805110583d72af9bc015a3f1c2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ RRDtool - master ...
 ====================
 Bugfixes
 --------
+* Correctly link Ruby Bindings @LevitatingBusinessMan
 * 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