dwww Home | Show directory contents | Find package

htop (3.2.2-2) unstable; urgency=medium

  * Remove LXC special handling for CPUs

 -- Daniel Lange <DLange@debian.org>  Sun, 26 Feb 2023 12:50:00 +0100

htop (3.2.2-1) unstable; urgency=medium

  * Import upstream 3.2.2 release
  * CPUMeter now can show frequency in text mode
  * Add option to render distribution path prefixes shadowed
  * DiskIOMeter converts to bytes per second (not per interval)
  * DiskIOMeter uses complete units, including missing "iB/s"
  * DiskIOMeter indicates read and write in meter mode
  * NetworkIOMeter converts to packets per second, shows packet rate
  * Allow continued process following when changing display settings
  * Update the panel header when changing to another tab
  * Drop margin around the header if there are no meters
  * Use Unicode replacement character for non-printable characters
  * Default color preset uses bold blue for better visibility
  * Update the Panel header on sort order inversions ('I')
  * Toggle the header meters with pound key
  * Fix ScreenPanel to handle quitting the panel while renaming
  * Add fallback for HOME environment variable using passwd database
  * Replace meaningless ID column with FD column in lock screen
  * Use device format in the lock screen matching the files screen
  * On Linux, improvements to file-descriptor lock detection
  * On Linux, further distinguish systemd states in the SystemdMeter
  * On Linux, improvements to cgroup and container identification
  * On Linux, support openat(2) without readlinkat(2) platforms
  * Handle invalid process columns from the configuration file
  * Avoid undefined behaviour with deeply nested processes
  * Fix crash when removing the currently active screen
  * Prevent possible crash on a very early error path
  * Include automake for Debian/Ubuntu
  * Restore non-mouse support
  * Reject unsupported command line arguments
  * Document idle process state
  * Clarify M_TRS/M_DRS columns

 -- Daniel Lange <DLange@debian.org>  Sun, 05 Feb 2023 03:59:59 +0100

htop (3.2.1-1) unstable; urgency=medium

  * Import upstream 3.2.1 release
  * Update policy to 4.6.1 (no changes required)
  * Fix setting to show all branches collapsed by default
  * Restore functionality of stripExeFromCmdline setting
  * Fix some command line display settings not being honored without restart
    (Closes: #1010780)
  * Display single digit precision for CPU% greater than 99.9%
  * Consider only shrinkable ZFS ARC as cache
  * Increase field width of CPUD% and SWAPD% columns
  * Colorize process state characters in help screen
  * Use mousemask(3X) to enable and disable mouse control
  * Fix heap buffer overflow in Vector_compact
  * Resolve processes exiting interfering with sampling
  * Fix ProcessList quadratic removal when scanning processes
  * Under LXC, limit CPU count to that given by /proc/cpuinfo
  * Improve container detection for LXC
  * Some minor documentation fixes

 -- Daniel Lange <DLange@debian.org>  Fri, 03 Jun 2022 09:00:00 +0200

htop (3.2.0-1) unstable; urgency=medium

  * Import upstream 3.2.0 release
    (Closes: #1004582)
  * Drop Debian patches applied upstream
  * This version now has Screen tabs in the user interface
    (use the tab key to switch)
  * Allow multiple filter and search terms (logical OR, separate by "|")
  * Add heuristics for guessing LXC or Docker from /proc/1/mounts
    (this fixes a bug with memory reporting in containers while using ZFS
    on the host)
  * Many more performance and small functionality improvements

 -- Daniel Lange <DLange@debian.org>  Mon, 02 May 2022 16:27:00 +0200

htop (3.1.0-1) UNRELEASED; urgency=medium

  * Import upstream 3.1.0 release
  * Drop all Debian patches (have been applied upstream or superseded)

 -- Daniel Lange <DLange@debian.org>  Tue, 21 Sep 2021 08:55:00 +0200

htop (3.0.5-7) unstable; urgency=medium

  * Fix division by 0 on ZfsCompressedArcMeter (when no ZFS volume is mounted)
  * Update watch file to match Github URL schema change

 -- Daniel Lange <DLange@debian.org>  Sun, 02 May 2021 13:00:00 +0200

htop (3.0.5-6) unstable; urgency=medium

  * Fix cleaning the infoscreen before a next scan

 -- Daniel Lange <DLange@debian.org>  Mon, 01 Mar 2021 09:00:00 +0100

htop (3.0.5-5) unstable; urgency=medium

  * Fix forced sort order when switching to tree mode
  * Allow btime=0 on some embedded systems (i.e. no RTC)
  * Fix ZFS coloring to match other meters

 -- Daniel Lange <DLange@debian.org>  Mon, 15 Feb 2021 11:11:11 +0100

htop (3.0.5-4) unstable; urgency=medium

  * Fix mouse use / scrolling in Infoscreens
  * Fix Shift-F3 (prev hit in search mode) for QT based terminals
  * Harden string handling routine, sort timeout
  * Improve initial setup of CPU meters for systems with many cores

 -- Daniel Lange <DLange@debian.org>  Fri, 05 Feb 2021 08:50:00 +0100

htop (3.0.5-3) unstable; urgency=medium

  [ Daniel Lange ]
  * Overhaul of the column sorting logic
    Note to users: This may invert the sort logic for some columns over what
    is stored in your htoprc. Please press 'I' to invert the sort order and
    save the htoprc (by exiting htop) to restore your startup sort order.
  * Another update to the hurd patch
  * Fix PROCDIR for the hurd build
  * Disable sensors for hurd build (no libsensors-dev available)
  * Add patch to silence kFreeBSD compiler warnings
  * Build-dep on libsensors-dev (Closes: #980731)
  * Drop configure options from d/rules that were made unconditional upstream

  [ Graham Inggs ]
  * Add lm-sensors to Suggests

 -- Daniel Lange <DLange@debian.org>  Mon, 25 Jan 2021 11:11:00 +0100

htop (3.0.5-2) unstable; urgency=medium

  * Backport patches to fix:
    - Possible segfault in colored ("rich") string handling
    - Issue in field background coloring
    - Build for GNU/hurd (missing PATH_MAX in their limits.h)

 -- Daniel Lange <DLange@debian.org>  Fri, 15 Jan 2021 08:00:00 +0100

htop (3.0.5-1) unstable; urgency=medium

  * New upstream release 3.0.5
  * Remove Debian patches upstreamed
  * BUGFIX / SECURITY: InfoScreen: fix uncontrolled format string
  * BUGFIX: Improve white text in the Light Terminal colour scheme
  * Enable the function bar on the main screen to be hidden (see Setup -> Display options)
  * BUGFIX: Reduce layout issues esp. around printing wide characters (not complete yet)
  * BUGFIX: 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
  * BUGFIX: Fix CPU percentage on M1 silicon Macs
  * LoadMeter: dynamically adjust color and total of bar
  * Enable going back to previous search matches (Shift-F3)
  * Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much)

 -- Daniel Lange <DLange@debian.org>  Mon, 11 Jan 2021 20:45:00 +0100

htop (3.0.3-2) unstable; urgency=medium

  [ Daniel Lange ]
  * Fix display in tree mode
  * Fix pausing screen updates (press Z key) in tree mode

  [ Graham Inggs ]
  * Fix kFreeBSD build

 -- Daniel Lange <DLange@debian.org>  Fri, 11 Dec 2020 21:00:00 +0100

htop (3.0.3-1) unstable; urgency=medium

  * New upstream release 3.0.3
  * Enable delayacct support, closes: #908636
  * Enable libsensors support
  * Add svg icon, closes: #663635
  * Enable pausing screen updates (press Z key), closes: #821904
  * Hide process selection on ESC
  * Enable process sorting in 'tree' mode
  * Add screen for active file locks
  * Calculate library size (M_LRS column) from maps file
  * Add multiple new meters (Zram, systemd, network I/O, SELinux, date/time)
  * Add Linux cwd, security attributes, disk I/O process, context switch columns
  * Add support to change numeric options in settings screen
  * Rename virtual memory column from M_SIZE to M_VIRT
  * Enable showing CPU temperature in CPU meter
  * Read CPU frequency from sysfs by default
  * Add octuple-column CPU meters
  * BUGFIX: On Linux consider ZFS ARC to be cache
  * BUGFIX: Limit screen title length to window width
  * Show selected command wrapped in a separate window
  * Allow starting an item search with '/'
  * Document implicit incremental search
  * Handle 'q' as quit if first character
  * Merged view for COMM, EXE and cmdline (press m key)
  * Enhance highlighting of semi-large and large numbers
  * Code hardening, speedups, fd and memory leak fixes
  * Number CPUs from zero by default
  * Plus more minor changes and fixes from upstream
  * Update standards version to 4.5.1, no changes needed.

 -- Daniel Lange <DLange@debian.org>  Mon, 07 Dec 2020 11:30:00 +0100

htop (3.0.2-1) unstable; urgency=medium

  * New upstream release 3.0.2
  * Drop 'vim_mode' - several issues, needs rethink
  * fix regression in -u optional-argument handling
  * Build system rework to remove python, header generation

 -- Daniel Lange <DLange@debian.org>  Tue, 15 Sep 2020 08:02:00 +0200

htop (3.0.1-1) unstable; urgency=medium

  * New upstream release 3.0.1
  * Fix early exit with longer sysfs battery paths
  * Improve OOM output, fix sorting
  * Rework check buttons and tree open/closed
  * Add -U/--no-unicode option to disable unicode
  * Improvements to the affinity panel

 -- Daniel Lange <DLange@debian.org>  Thu, 03 Sep 2020 12:40:00 +0200

htop (3.0.0-1) unstable; urgency=medium

  * Switch upstream to htop-dev
  * New upstream release 3.0.0
  * Drop Debian patches merged upstream

 -- Daniel Lange <DLange@debian.org>  Thu, 27 Aug 2020 08:37:00 +0200

htop (2.2.0-3) unstable; urgency=medium

  [ Graham Inggs ]
  * Switch to debhelper 13
  * Avoid FTBFS with GCC 10 (Closes: #957344)
  * Close pipe after lsof

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

 -- Graham Inggs <ginggs@debian.org>  Fri, 03 Jul 2020 09:29:55 +0000

htop (2.2.0-2) unstable; urgency=medium

  * Switch to debhelper 12
  * Set Rules-Requires-Root: no
  * Run MakeHeader.py in Python 3
  * Drop trailing whitespace in debian/changelog
  * Bump Standards-Version to 4.4.0, no changes

 -- Graham Inggs <ginggs@debian.org>  Sun, 21 Jul 2019 23:06:13 +0000

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog htop`.

Generated by dwww version 1.15 on Tue Jun 25 08:25:21 CEST 2024.