- Update to version 0.02.15 * Set endptr to null to clear up pedantic static analysis OBS-URL: https://build.opensuse.org/request/show/902835 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/cpustat?expand=0&rev=24
179 lines
6.3 KiB
Plaintext
179 lines
6.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 28 13:30:25 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.15
|
|
* Set endptr to null to clear up pedantic static analysis
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 10:16:26 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.14
|
|
* Remove update of sz as the result is never read
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 7 18:15:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.13
|
|
* cpustat: handle case where comm field contains ) and spaces
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 10 18:50:58 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.02.12
|
|
* cpustat: fix truncated output, allow CPU % stats > 100%
|
|
- Update to version 0.02.11
|
|
* cpustat: zero ws struct to clear static analysis warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 8 12:57:58 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Drop SLE12 compat ifdef
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 09:54:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Supplement against bash-completion, not bash
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 12:20:54 UTC 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 19:11:01 UTC 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 18:30:28 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 12 12:26:16 UTC 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 5 06:17:28 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 31 19:30:20 UTC 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 14:45:20 UTC 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 13:35:39 UTC 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 21:24:22 UTC 2015 - mardnh@gmx.de
|
|
|
|
- initial package
|
|
|