Revisions of htop

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1138063 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 60)
- Update to version 3.3.0:
  * Multiple refactorings and code improvements
  * Shorten docker container IDs to 12 characters
  * Settings: preserve empty header
  * Fix execlp() argument without pointer cast
  * OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
  * Add support for "truss" (FreeBSD equivalent of "strace")
  * Darwin: add NetworkIOMeter support
  * HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
  * Meter: use correct unicode characters for digit '9'
  * Note in manual re default memory units of KiB
  * Add column for process container name
  * Add logic to filter the container name (+type) from the CGroup name
  * Change NetworkIOMeter value unit from KiB/s to bytes/second
  * Cap DiskIOMeter "utilisation" percentage at 100%
  * PCP platform implementation of frontswap and zswap accounting
  * Shorten podman/libpod container IDs to 12 characters
  * Write configuration to temporary file first
  * Incorporate shared memory in bar text
  * Move shared memory next to used memory
  * Correct order of memory meter in help
  * Add recalculate to Ctrl-L refresh
  * Update process list on thread visibility toggling
  * Support dynamic screens with 'top-most' entities beyond processes
  * Introduce Row and Table classes for screens beyond top-processes
  * Rework ZramMeter and remove MeterClass.comprisedValues
  * More robust logic for CPU process percentages (Linux & PCP)
  * Show year as start time for processes older than a year
  * Short-term fix for docker container detection
  * default color preset: use bold blue for better visibility
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1129556 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 59)
- Switch to xz compressed sources
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1092511 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 58)
- Drop no longer available configure option
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 928540 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 53)
-  Update to version 3.1.1 (boo#1192144):
   * See https://github.com/htop-dev/htop/compare/3.1.0...3.1.1
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 921167 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 52)
- Enable linux capabilities
- Drop unsupported configure options 

- Add autoconf and automake as dependencies
- Switch the url to the Github release page
- Update to 3.1.0:
  * Updated COPYING file to remove the PLPA exemption (appendix 2)
    With this change the license is now GPLv2 without any additional wording.
  * Improved default sort ordering
    Note for users: This may lead to an inverted sort order on startup of
    htop 3.1.0 compared to previous versions.
    This is due to what is stored in your htoprc file. Solution: Press I
    (to invert sort order).
    This changed setting will be saved by htop on exit as long as it can
    write to your htoprc file.
  * The compile-time option to cater specifically for running htop as
    setuid has been removed
  * Add read-only option
    This allows htop to be run in an non-intrusive fashion where it acts only
    as a process viewer disabling all functions to manipulate system state.
    Note: This is not a security feature!
  * Move the code for handling the command line formatting related tasks
    to be shared across all platforms
    This means important features like stale binary/library highlighting
    can now be available on all supported platforms.
  * Make the EXE and COMM columns available on all platforms
    All supported platforms have the name of the executable (EXE) and a
    self-chosen thread/command name (COMM) available one way or the other.
    Moving this column to be handled as a platform-independently available
    information simplifies the markup of the command line.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 862804 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 51)
- Update to version 3.0.5:
  * InfoScreen: fix uncontrolled format string
  * Improve white text in the Light Terminal colour scheme
  * Enable the function bar on the main screen to be hidden (see Setup -> Display options)
  * Reduce layout issues esp. around printing wide characters (not complete yet)
  * Make the follow function exit cleanly after followed process died
  * Update help and man page for improved -t / -s options
  * Drop usage of formatted error messages from <err.h>
  * Show arrow indicating order of sorted process column
  * Lots of plumbing around the internal Hashtable, hardening and code cleanups
  * LibSensors: add support for Ryzen CPUs
  * Fix CPU percentage on M1 silicon Macs
  * LoadMeter: dynamically adjust color and total of bar
  * Find libsensors.so.4 for Fedora and friends
  * Enable going back to previous search matches (Shift-F3)
  * Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 811678 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 45)
- Fix building with gcc10:
  * htop-2.2.0-gcc10.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 796378 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 44)
- Add patches:
  * htop-2.2.0-fix-linux-process-ordering.patch
  * htop-2.2.0-fix-option-string.patch (fixes boo#1165352)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 595963 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 43)
- Simplify spec file
  * Drop support for building on older distros
  * Trim describtion
- Enable delayacct

- Update to version 2.2.0
  * -t/--tree flag for starting in tree-view mode
  * Various automake and build improvements
  * Check for pkg-config when building with --enable-delayacct
  * Avoid some bashisms in configure script
  * Use CFLAGS from ncurses*-config if present
  * Header generator supports non-UTF-8 environments
  * Changed detection of kernel threads
  * Collapse current subtree pressing Backspace
  * BUGFIX: fix behavior of SYSCR column
  * BUGFIX: obtain exit code of lsof correctly
  * BUGFIX: fix crash with particular keycodes
  * BUGFIX: fix issue with small terminals
  * BUGFIX: fix terminal color issues
  * BUGFIX: preserve LDFLAGS when building
  * BUGFIX: fixed overflow for systems with >= 100 signals
- cleanup with spec-cleaner
- rebase htop-script-python3.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 573317 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 41)
- Small cleanup with spec-clener

- Update to version 2.1.0
  * Linux: Delay accounting metrics
    (thanks to André Carvalho)
  * Support for real-time signals
    (thanks to Kang-Che Sung)
  * 'c' key now works with threads as well
  * Session column renamed from SESN to SID
    (thanks to Kamyar Rasta)
  * Improved UI for meter style selection
    (thanks to Kang-Che Sung)
  * Improved code for constructing process tree
    (thanks to wangqr)
  * Compile-time option to disable setuid
  * Error checking of various standard library operations
  * Replacement of sprintf with snprintf
    (thanks to Tomasz Kramkowski)
  * Linux: performance improvements in battery meter
  * Linux: update process TTY device
  * Linux: add support for sorting TASK_IDLE
    (thanks to Vladimir Panteleev)
  * Linux: add upper-bound to running process counter
    (thanks to Lucas Correia Villa Real)
  * BUGFIX: avoid crash when battery is removed
    (thanks to Jan Chren)
- Refreshed htop-desktop-file-fix-thoenig-01.patch
- Added htop-script-python3.patch
Displaying revisions 1 - 20 of 60
openSUSE Build Service is sponsored by