]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Update ChangeLog for version 6.0.0.rc1. collectd-6.0.0.rc1
authorFlorian Forster <ff@octo.it>
Mon, 29 Jan 2024 08:38:32 +0000 (09:38 +0100)
committerFlorian Forster <ff@octo.it>
Mon, 29 Jan 2024 08:38:32 +0000 (09:38 +0100)
ChangeLog

index 375a33f677fead95b347d61f659fdbcae435e1d9..d56ef8f2abf368229e112dfc1e38b0accd4bfa8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-01-29, Version 6.0.0.rc1
+       * Fix most `-Wpedantic` warnings in collectd core. Thanks to @eero-t.
+         #4243
+       * df plugin: An out of bounds read, causing segmentation faults, has
+         been fixed. Thanks to @octo. #4252
+       * swap plugin: Migration to v6.0. Thanks to @octo. #4190
+
 2024-01-23, Version 6.0.0-rc0
        * Daemon: A special case, mapping "libvirt" to the "virt" plugin, has
          been removed. Thanks to @octo. #3493