Skip to content

Releases: finit-project/InitViz

InitViz v1.0.0-rc1

26 Dec 16:33
1.0.0-rc1
bce1d0f

Choose a tag to compare

InitViz v1.0.0-rc1 Pre-release
Pre-release

InitViz is a fork of bootchart2 by Riccardo Magliocchetti.

Changes

  • Rename project from bootchart2 to InitViz
  • Rename pybootchartgui to initviz
  • Add interactive mode with Best Fit feature
  • Convert man pages to mdoc format
  • Reorganize documentation to doc/ and man/ directories
  • Drop systemd service files (use systemd-analyze instead)
  • Change distribution format from tar.bz2 to tar.gz

Fixes

  • Fix buffer overflow in collector with snprintf() replacements
  • Replace all unsafe sprintf() calls with snprintf()