- Update to version 0.23.1 * Exit gracefully when there is a broken pipe error. * Fix breaking changes of sysinfo crate. * Fix clippy::needless_lifetimes warnings on nightly. - Update to version 0.23.0 * Add PID column to the process table. * Fix IPv6 socket detect logic. OBS-URL: https://build.opensuse.org/request/show/1224653 OBS-URL: https://build.opensuse.org/package/show/utilities/bandwhich?expand=0&rev=5
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Nov 17 11:06:45 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.23.1
|
|
* Exit gracefully when there is a broken pipe error.
|
|
* Fix breaking changes of sysinfo crate.
|
|
* Fix clippy::needless_lifetimes warnings on nightly.
|
|
- Update to version 0.23.0
|
|
* Add PID column to the process table.
|
|
* Fix IPv6 socket detect logic.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 19 12:18:08 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Enable completions
|
|
- Switch _service from deprecated disabled to manual
|
|
- Update package to modern rust standards.
|
|
- Update to 0.22.2:
|
|
Added
|
|
* Generate completion & manpage
|
|
- Changes from 0.22.0:
|
|
Added
|
|
* Log unresolved processes in more detail + general refactor
|
|
* Display bandwidth in different unit families
|
|
* CI: ensure a changelog entry exists for each PR
|
|
* Show interface names
|
|
Changed
|
|
* Table formatting logic overhaul
|
|
* Refactor OsInputOutput (combine interfaces & frames into single
|
|
Vec)
|
|
- Changes from 0.21.1:
|
|
Fixed
|
|
* Ignore connections that fail parsing instead of panicking on
|
|
BSD
|
|
* Add missing version flag to CLI
|
|
* Various minor codestyle changes
|
|
* Handle IPv4-mapped IPv6 addresses when resolving connection
|
|
owner
|
|
* Bump rustix dependencies to fix a memory leak
|
|
Added
|
|
* Logging infrastrure
|
|
- Changes from 0.21.0:
|
|
Fixed
|
|
* Fixed resolv.conf errors on systems with trust-ad
|
|
* Fixed build issues by updating various dependencies
|
|
* migrate out-of-date dependency structopt to clap
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 10 11:45:26 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Initial spec for bandwhich 0.20.0
|