RRDtool v1.5.4 Release Notes

Release Date: 2015-08-09 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ parse floating point numbers according to C locale in rrdtool create
      arguments, regardless of the systems locale setting.
    • include missing rrd_rados.h into distribution archive
    • ๐Ÿ‘‰ make rrdtool work on ARM again
    • โœ… make rrdtool test suit pass on 32bit OSs
    • ๐Ÿ›  fix --grid-dash option regression in graph
    • ๐Ÿ›  fix systemd support
    • ๐Ÿ›  fix link dependency for libpng since we are using functions directly
    • ๐Ÿ›  fix python module name
    • ๐Ÿ›  fix rrdtool tune to accept U in minimum and maximum options
    • fi
    • ๐Ÿ”’ rrd_parsetime now uses a mutex lock to become thread safe
    • rrd_xport is now thread safe
    • stop using MAX_PATH and make everything dynamic and make rrdtool work on
      Gnu HURD ... thanks nirgal!

    ๐Ÿ”‹ Features

    • ๐Ÿ†• new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK
      together they allow to draw graphs where a rate is converted back to
      absolute numbers and accumulated over a period.