Releases: finit-project/InitViz
Releases · finit-project/InitViz
InitViz v1.0.0-rc1
InitViz is a fork of bootchart2 by Riccardo Magliocchetti.
Changes
- Rename project from bootchart2 to InitViz
- Rename
pybootchartguitoinitviz - Add interactive mode with Best Fit feature
- Convert man pages to mdoc format
- Reorganize documentation to
doc/andman/directories - Drop systemd service files (use
systemd-analyzeinstead) - Change distribution format from tar.bz2 to tar.gz
Fixes
- Fix buffer overflow in collector with
snprintf()replacements - Replace all unsafe
sprintf()calls withsnprintf()