Update to 3.3.0

This commit is contained in:
yixiangzhike 2024-01-25 17:54:31 +08:00
parent 55504ec850
commit c7eadec380
3 changed files with 12 additions and 1 deletions

Binary file not shown.

BIN
htop-3.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: htop Name: htop
Version: 3.2.1 Version: 3.3.0
Release: 1 Release: 1
Summary: htop - an interactive process viewer Summary: htop - an interactive process viewer
License: GPLv2 License: GPLv2
@ -34,6 +34,17 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man1/%{name}.1.gz
%changelog %changelog
* Thu Jan 25 2024 yixiangzhike <yixiangzhike007@163.com> - 3.3.0-1
- Update version to 3.3.0
- htop add '-n/--max-itrations' option
- implement zswap support
- add IRQ PSI meter
- refactor /proc/<pid>/status parsing
- add option to shadow path prefixes
- fix linux Platform_getProcessLocks() for file-description locks
- fix format specifier warning on 32 bit
- prevent null pointer dereference on ealy error
* Sun Oct 9 2022 ckji <jichengke2011@gmail.com> - 3.2.1-1 * Sun Oct 9 2022 ckji <jichengke2011@gmail.com> - 3.2.1-1
- Update version to 3.2.1 - Update version to 3.2.1