Package Release Info

cpustat-0.02.10-bp154.1.23

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cpustat
cpustat-bash-completion

Change Logs

Version: 0.02.10-bp152.1.7
* Sun Mar 08 2020 Martin Hauke <mardnh@gmx.de>
- Drop SLE12 compat ifdef
* Fri Feb 28 2020 Martin Hauke <mardnh@gmx.de>
- Supplement against bash-completion, not bash
* Wed Feb 26 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 0.02.10
  * Makefile: add bash-completion to make dist rule
  * Add bash completion script
- Add subpackage for bash-completion
* Tue Jul 30 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.02.09
  * Makefile: bump version
  * Makefile: remove -g flag
  * Avoid division by zero if total is zero
* Fri Jul 12 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.02.08
  * Makefile: bump version
  * Fix strncpy string size
  * Reduce scope of variable i
  * Update copyright year
Version: 0.02.07-bp151.1.8
* Sat Jan 12 2019 mardnh@gmx.de
- Update to version 0.02.07
  * Re-arrange fields in structs to pack data more efficiently
- Update to version 0.02.06
  * Don't show CPU frequency if it cannot be read
* Wed Sep 05 2018 liedke@rz.uni-mannheim.de
- update to version 0.02.05
  * Fix leading zeros on time data
  * Fix the time scaling, use base 60 where necessary
  * Add more constifcations to functions and arrays
  * Minor code clean ups
  * constify cpu_freq_scale
  * voidify function returns
  * debian/control: set debhelper version >= 11
  * debian/compat: set to 11
  * debian/control: remove empty line at end of file
  * debian/copyright: use secure URI
  * Makefile: bump version
Version: 0.02.04-bp150.2.4
* Wed Jan 31 2018 mardnh@gmx.de
- update to version 0.02.04
  * Makefile: bump version
  * Manual: update copyright year and manual date
  * Add variable pid size handling.
  * Voidify close/fclose calls
* Wed May 10 2017 mardnh@gmx.de
- update to version 0.02.03
  * Makefile: bump version
  * Manual: update copyright year and manual date
  * Add variable pid size handling.
  * Voidify close/fclose calls
- update to version 0.02.02
  * Makefile: bump version
  * Remove some redundant pointer increments
  * Update copyright year
  * Add libncursesw5-dev to snapcraft yaml
  * Don't do a resize() in SIGWINCH signal handler
- update to version 0.02.01
  * Makefile: bump version
  * Remove df_putc, we don't use it now
  * Minor cleanup, add more comments
  * Remove another slow snprintf in cpu_freq_format
  * Generalise putdouble_point1 to n decimal places, rename putdec to putint
  * Remove another snprintf from proc_stat_dump
  * Add command and spacing before Freq Avg text
  * Remove another use of expensive sprintf
  * Add putuint helper and remove another overly used snprintf
  * Fix incorrect closing square bracket around kernel thread
  * Remove another snprintf and replace with more optimal code
  * Add some minor optimisations
  * Optimise printing so we don't use printf which is expensive
  * Add comments to putdec function
  * Generalise putdec function to handle any decimal sized string
  * Use inline popcount to count bits
  * Ensure in top mode we don't fall off bottom of terminal
- update to version 0.02.00
  * Makefile: bump version to 0.02.00
  * Debian control: add libncurses5-dev to Build-Depends
  * Fix timestamp output
  * Retry select sleep if we have some pending sleep time
  * Minor reworking to handle optimal refreshing and size refetching
  * Default winsize if we can't fetch it, and fetch size on setup
  * Handle display modes using display_function_t handlers
  * Add -X top like mode
  * Ensure large integer constant is ULL
- update to version 0.01.29
  * Makefile: bump version
  * Fix variable shadowing on variable duration
  * Use FLOAT_CMP helper macro to perform slop on float compares
  * Constify variables in sort compare helper
  * Makefile: add PEDANTIC build flags
- update to version 0.01.28
  * Makefile: bump version
  * Makefile: add mascot and snapcraft directories to make dist rule
  * cpustat: only add pid info to hash table if it is new (LP: #1631050)
  * snapcraft: Makefile: fix removal errors of snap files
  * snapcraft: Makefile: add auto versioning
  * snapcraft.yaml: add build-packages
  * Add snapcraft Makefile
  * Add cpustat pngs
  * mascot: small resize to ensure it scales perfectly to 128x128
  * Add cpustat mascot
* Sat Jul 30 2016 mardnh@gmx.de
- update to version 0.01.27
  * Makefile: bump version
  * debian/control: update standards version to 3.9.8
- update to version 0.01.26
  * Makefile: bump version
  * Update date in manual
  * debian/control: update standards version to 3.9.7
  * Fix spelling mistake in manual, onlt -> only
  * Update copyright year to 2016
* Wed Nov 11 2015 mardnh@gmx.de
- initial package