File gops.changes of Package gops
-------------------------------------------------------------------
Fri Oct 8 12:11:46 UTC 2021 - Michał Rostecki <mrostecki@suse.com>
- Update to 0.3.20
* README.md: update installation instructions (#148)
* Update Go to 1.17, update dependencies (#150)
-------------------------------------------------------------------
Thu Jun 10 14:17:22 UTC 2021 - Michał Rostecki <mrostecki@suse.com>
- Update to 0.3.18
* Support for reporting the percent of CPU time usage within
given time
* agent: mention SO_REUSEPORT in Options.ReuseSocketAddrAndPort
godoc
-------------------------------------------------------------------
Tue Jul 10 15:37:23 UTC 2018 - mrostecki@suse.com
- Update to 0.3.4
* vendor: dep ensure -update github.com/shirou/gopsutil (#79)
gopsutil library is licensed under BSD, but the previous
version contained some GPL-licensed code which is a violation
of GPL license. The updated version doesn't contain
GPL-licensed code anymore.
https://github.com/shirou/gopsutil/issues/518
- Make use of golang-packaging macros
-------------------------------------------------------------------
Wed Mar 21 16:40:15 UTC 2018 - mrostecki@suse.com
- Initial release