Package Release Info

bootchart-2.0.14.8-bp152.3.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

bootchart

Change Logs

Version: 2.0.14.8-bp150.2.4
* Thu Jan 12 2017 guillaume@opensuse.org
- Update to version 0.14.8:
  * bootchartd
  - misc collector fixes
  - fix for sparc
  * pybootchartgui
  - Use half the memory when parsing files
- Use full URL as source
* Tue Feb 10 2015 p.drouand@gmail.com
- Update to version 0.14.7
  * bootchartd
  - Use /bin/sh instead of bash
  - Misc coverity fixes
  - Fix systemd regression
  * pybootchartgui
  - Fix merging of logger process #56
- Spec file refactoring
- Remove depreciated mkinitrd-boot.sh and mkinitrd-setup.sh scripts
  files; use provided systemd unit files instead
- Add systemd support; add systemd-rpm-macros build require and
  %{?systemd_requires}
- Move bootchart stuff to /usr
- Remove obsolete bootchart_init.patch
- Add bootchart-let-RMP-strip-manpages.patch; let RPM gzip itself
  the manpages
- Remove mkinitrd dependency; not needed anymore
- Remove %system_requires; depreciated
* Fri Oct 19 2012 cfarrell@suse.com
- license update: GPL-3.0+
  See COPYING and e.g. pybootchart -> draw.py
* Sat Sep 17 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
* Mon Nov 15 2010 aj@suse.de
- Fix cmdline parsing for alternative init system (bnc#649513)
* Wed Oct 27 2010 aj@suse.de
- Use RPM_OPT_FLAGS for building.
* Wed Oct 27 2010 aj@suse.de
- Update to bootchart2 0.12.4:
  o various bugfixes
  o display memory usage
  o includes pthread patch.
* Wed Oct 27 2010 aj@suse.de
- Disable initrd support for now as the system will not boot with
  it (bnc#649512).
* Thu Jul 15 2010 michael.meeks@novell.com
- update to bootchart2 0.12.1
  + pybootchartgui
  + pylint cleanup
  + handle empty traces more elegantly
  + add '-t' / '--boot-time' argument (Matthew Bauer)
  + collector
  + now GPLv2
  + add rdinit support for very early initrd tracing
  + cleanup / re-factor code into separate modules
  + re-factor arg parsing, and parse remote process args
  + handle missing bootchartd.conf cleanly
  + move much of bootchartd from shell -> C
  + drop dmesg and uname usage
  + avoid rpm/dpkg with native version reporting
- update to bootchart2 0.12.0
  + collector
  + use netlink PROC_EVENTS to generate parentage data
  + finally kills any need for 'acct' et. al.
  + also removes need to poll /proc => faster
  + cleanup code to K&R, 8 stop tabs.
  + pybootchartgui
  + consume thread parentage data
* Tue Apr 13 2010 michael.meeks@novell.com
- update to bootchart2-0.1.0
  + rendering (Anders Norgaard)
  + fix for unknown exceptions
  + interactive UI (Michael)
  + much faster rendering by manual clipping
  + horizontal scaling
  + remove annoying page-up/down bindings
  + initrd portability & fixes (Federic Crozat)
  + port to Mandriva
  + improved process waiting
  + inittab commenting fix
  + improved initrd detection / jail tagging
  + fix for un-detectable accton behaviour change
  + implement a built-in usleep to help initrd deps (Michael)
- remove 'usleep' dep.
* Mon Mar 15 2010 coolo@novell.com
- make it work on factory's initrd
* Wed Mar 10 2010 coolo@novell.com
- do not require lsb
* Tue Feb 02 2010 michael.meeks@novell.com
- update to bootchart2-0.0.9
  + fixes leaked collector when installed in initrd
- remove README.SUSE - it's obsolete.
* Mon Feb 01 2010 michael.meeks@novell.com
- update to bootchart2-0.0.8
  + fixes some mis-accounting bugs
  + adds the chart filename to the interactive window title
* Thu Jan 21 2010 coolo@novell.com
- call mkinitrd on installing and uninstalling bootchart (bnc#558765)
* Wed Jan 20 2010 michael.meeks@novell.com
- update to bootchart2-0.0.6
  + adds cumulative CPU time graphing
* Wed Jan 20 2010 michael.meeks@novell.com
- remove 'sleep' during transition from initrd, we don't
  need that anymore, and it distorts the profile horribly.
* Tue Jan 19 2010 michael.meeks@novell.com
- update to bootchart2-0.0.5
* Mon Nov 23 2009 michael.meeks@novell.com
- package bootchart2 - a cleaned up, and graunched version
  of the Ubuntu bootchart-collector, and pybootchartgui
  Merge some of Coolo's good work wrt. init scripts etc.
* Sun Aug 09 2009 beineri@opensuse.org
- add postun reminder