@@ -7,21 +7,25 @@ All relevant changes are documented in this file.
77[ 1.0.0] [ UNRELEASED ] - 2025-12-xx
88---------------------------
99
10- InitViz is a fork of [ bootchart2] [ ] by Riccardo Magliocchetti.
10+ InitViz is a fork of [ bootchart2] [ ] by Riccardo Magliocchetti et al .
1111
1212### Changes
1313- Rename project from bootchart2 to InitViz
14- - Rename ` pybootchartgui ` to ` initviz `
15- - Add interactive mode with Best Fit feature
14+ - Rename ` pybootchartgui ` to ` initviz ` and finish port to Python3/GTK3
15+ - Add menu bar for all options, new Best Fit auto-zoomer, sorting, and more
1616- Convert man pages to mdoc format
1717- Reorganize documentation to ` doc/ ` and ` man/ ` directories
1818- Drop systemd service files (use ` systemd-analyze ` instead)
1919- Change distribution format from tar.bz2 to tar.gz
20+ - Reduce stack usage in bootchartd collector
21+ - Reindent collector code to Linux KNF
22+ - Fix leading tabs in Python code
2023
2124### Fixes
2225- Fix buffer overflow in collector with ` snprintf() ` replacements
2326- Replace all unsafe ` sprintf() ` calls with ` snprintf() `
2427
28+ [ bootchart2 ] : https://github.com/xrmx/bootchart
2529
2630[ 0.14.9] [ ] - 2020-01-05
2731-----------------------
@@ -351,7 +355,6 @@ Administrative snafu version; pull before pushing...
351355- Add a NEWS file
352356
353357
354- [ bootchart2 ] : https://github.com/xrmx/bootchart
355358[ UNRELEASED ] : https://github.com/finit-project/InitViz/compare/0.14.9...HEAD
356359[ 1.0.0 ] : https://github.com/finit-project/InitViz/compare/0.14.9...1.0.0
357360[ 0.14.9 ] : https://github.com/xrmx/bootchart/releases/tag/0.14.9
0 commit comments