!16 【Mainline】Update to 3.3.0

From: @yixiangzhike 
Reviewed-by: @zhoupengcheng11, @gaoruoshu, @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2024-01-29 03:36:32 +00:00 committed by Gitee
commit ce6599c743
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 3.2.1
Version: 3.3.0
Release: 1
Summary: htop - an interactive process viewer
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
%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
- Update version to 3.2.1