Skip to content

USS Consolidation

Compare
Choose a tag to compare
@oetiker oetiker released this 27 May 19:48
· 220 commits to master since this release

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