RRDtool v1.7.2 Release Notes
Release Date: 2019-05-27 // almost 6 years ago-
🛠 Bugfixes
- ⚡️ Updated the Makefiles to properly include all needed files into the distribution tar
- ⚠ Cleaned up Compiler Warnings / Wolfgang Stöggl
- 👌 Improved compilation in MinGW environment / Wolfgang Stöggl
- 🛠 fix segfault on non-existent RRD file when using rrdcached / @themylogin
- 🛠 fix bounds handling, documentation and checking on rrdtool xport / Óscar Nájera
- 🛠 Fix %s/%S unit autoscaling in gprint for json/xml @az143
- ⚡️ Optimized PDP Calculation @JKammler
🏁 Windows Binaries
🏗 Visual Studio Community 2017 builds:
- 32 bit:
nmake -f win32\Makefile.msc
rrdtool-1.7.2_vs2017.zip
rrdtool-1.7.2_vs2017_activeperl_5.16.zip - 64 bit:
nmake -f win32\Makefile.msc USE_64BIT=1
rrdtool-1.7.2_vs2017_x64.zip
🏗 MSYS2 (MinGW-w64) builds:
- 32 bit: rrdtool-1.7.2_msys2_i686-w64-mingw32_release.zip
- 64 bit: rrdtool-1.7.2_msys2_x86_64-w64-mingw32_release.zip
🏗 Fedora 29 (MinGW-w64) builds:
- 32 bit: rrdtool-1.7.2_f29_i686-w64-mingw32_release.zip
- 64 bit: rrdtool-1.7.2_f29_x86_64-w64-mingw32_release.zip
Previous changes from v1.7.1
-
RRDtool 1.7.1 - 2019-02-04
🛠 Bugfixes
- 🏁 about 38949 assorted fixes for the windows build of rrdtool <Wolfgang Stöggl>
- 🛠 fix many compile time warnings <Wolfgang Stöggl>
- Re-enable 0-width lines
- Include rrd_pdpcalc.pod in Makefile.am also <Peter Valdemar Mørch>
- 📚 Lots of spelling fixes for rrdtool source and documentation <Peter Valdemar Mørch>, <Jean-Michel Vourgère>, ,
- 🛠 fix off by one issue in rrdtool xport output
- 🛠 fix lua extension build
- 🛠 fix python bindings , , , <Christian Kröger>
- 🛠 fix multiple static variable issues in conflict with MT
- 🌐 make translations actually work
- 🛠 Fixed configure --enable / --disable options <Jaroslav Škarvada>
- 🛠 rrd_daemon stability fixes
- 🛠 fix tcl bindings
- do not call umask ever (not MT safe)
🔋 Features
- Multiline Titles , ,
- 🌐 French translation <Jean-Michel Vourgère>
- ➕ Added support for --allow-shrink with --rigid flag (#843)
- ➕ Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached <
- include the daemon name in the error message
full details in v1.7.0...v1.7.1
⚡️ Update: new tarball with complete etc directory