ChangeLog 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148
  1. What's new in version 3.3.0
  2. * Multiple refactorings and code improvements
  3. * Shorten docker container IDs to 12 characters
  4. * Settings: preserve empty header
  5. * Fix execlp() argument without pointer cast
  6. * OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
  7. * Add support for "truss" (FreeBSD equivalent of "strace")
  8. * Darwin: add NetworkIOMeter support
  9. * HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
  10. * Meter: use correct unicode characters for digit '9'
  11. * Note in manual re default memory units of KiB
  12. * Add column for process container name
  13. * Add logic to filter the container name (+type) from the CGroup name
  14. * Change NetworkIOMeter value unit from KiB/s to bytes/second
  15. * Cap DiskIOMeter "utilisation" percentage at 100%
  16. * PCP platform implementation of frontswap and zswap accounting
  17. * Shorten podman/libpod container IDs to 12 characters
  18. * Write configuration to temporary file first
  19. * Incorporate shared memory in bar text
  20. * Move shared memory next to used memory
  21. * Correct order of memory meter in help
  22. * Add recalculate to Ctrl-L refresh
  23. * Update process list on thread visibility toggling
  24. * Support dynamic screens with 'top-most' entities beyond processes
  25. * Introduce Row and Table classes for screens beyond top-processes
  26. * Rework ZramMeter and remove MeterClass.comprisedValues
  27. * More robust logic for CPU process percentages (Linux & PCP)
  28. * Show year as start time for processes older than a year
  29. * Short-term fix for docker container detection
  30. * default color preset: use bold blue for better visibility
  31. * Document 'O' keyboard shortcut
  32. * Implement logic for '--max-iterations'
  33. * Update F5 key label on tab switch (Tree <-> List)
  34. * Force re-sorting of the process list view after switching between list/treeview mode
  35. * Linux: (hack) work around the fact that Zswapped pages may be SwapCached
  36. * Linux: implement zswap support
  37. * {Memory,Swap}Meter: add "compressed memory" metrics
  38. * Darwin: add DiskIOMeter support
  39. * Fix scroll relative to followed process
  40. * ZramMeter: update bar mode
  41. * Use shared real memory on FreeBSD
  42. * Increase Search and Filter max string length to 128
  43. * Improve CPU computation code
  44. * Remove LXC special handling for the CPU count
  45. * Create new File Descriptor meter
  46. * PCP: add IRQ PSI meter
  47. * Linux: add IRQ PSI meter
  48. * Linux: highlight username if process has elevated privileges
  49. * Add support for scheduling policies
  50. * Add a systemd user meter to monitor user units.
  51. * FreeBSD: remove duplicate zfs ARC size subtraction
  52. What's new in version 3.2.2
  53. * CPUMeter now can show frequency in text mode
  54. * Add option to render distribution path prefixes shadowed
  55. * DiskIOMeter converts to bytes per second (not per interval)
  56. * DiskIOMeter uses complete units, including missing "iB/s"
  57. * DiskIOMeter indicates read and write in meter mode
  58. * NetworkIOMeter converts to packets per second, shows packet rate
  59. * Allow continued process following when changing display settings
  60. * Update the panel header when changing to another tab
  61. * Drop margin around the header if there are no meters
  62. * Use Unicode replacement character for non-printable characters
  63. * Default color preset uses bold blue for better visibility
  64. * Update the Panel header on sort order inversions ('I')
  65. * Toggle the header meters with pound key
  66. * Fix ScreenPanel to handle quitting the panel while renaming
  67. * Add fallback for HOME environment variable using passwd database
  68. * Replace meaningless ID column with FD column in lock screen
  69. * Use device format in the lock screen matching the files screen
  70. * On Linux, improvements to file-descriptor lock detection
  71. * On Linux, further distinguish systemd states in the SystemdMeter
  72. * On Linux, improvements to cgroup and container identification
  73. * On Linux, support openat(2) without readlinkat(2) platforms
  74. * On Darwin, fix current process buffer handling for busy systems
  75. * On DragonFly BSD, fix incorrect processor time of processes
  76. * On FreeBSD, fix an issue with the memory graph not showing correctly
  77. * On FreeBSD, add support for displaying shared memory usage
  78. * On PCP, use pmLookupDescs(3) if available for efficiency
  79. * On PCP, normalize generic columns values for consistent display
  80. * On PCP, changes preparing for configurable, dynamic screens
  81. * Handle invalid process columns from the configuration file
  82. * Avoid undefined behaviour with deeply nested processes
  83. * Fix crash when removing the currently active screen
  84. * Prevent possible crash on a very early error path
  85. * Include automake for Debian/Ubuntu
  86. * Restore non-mouse support
  87. * Reject unsupported command line arguments
  88. * Document idle process state
  89. * Clarify M_TRS/M_DRS columns
  90. What's new in version 3.2.1
  91. * Fix setting to show all branches collapsed by default
  92. * Restore functionality of stripExeFromCmdline setting
  93. * Fix some command line display settings not being honored without restart
  94. * Display single digit precision for CPU% greater than 99.9%
  95. * On Linux, FreeBSD and PCP consider only shrinkable ZFS ARC as cache
  96. * On Linux, increase field width of CPUD% and SWAPD% columns
  97. * Colorize process state characters in help screen
  98. * Use mousemask(3X) to enable and disable mouse control
  99. * Fix heap buffer overflow in Vector_compact
  100. * On Solaris, fix a process time scaling error
  101. * On Solaris, fix the build
  102. * On NetBSD, OpenBSD and Solaris ensure env buffer size is sufficient
  103. * On Linux, resolve processes exiting interfering with sampling
  104. * Fix ProcessTable quadratic removal when scanning processes
  105. * Under LXC, limit CPU count to that given by /proc/cpuinfo
  106. * Improve container detection for LXC
  107. * Some minor documentation fixes
  108. What's new in version 3.2.0
  109. * Support for displaying multiple tabs in the user interface
  110. * Allow multiple filter and search terms (logical OR, separate by "|")
  111. * Set correct default sorting direction (defaultSortDesc)
  112. * Improve performance for process lookup and update
  113. * Rework the IOMeters initial display
  114. * Removed duplicate sections on COMM and EXE
  115. * Highlight process UNINTERRUPTIBLE_WAIT state (D)
  116. * Show only integer value when CPU% more than 99.9%
  117. * Handle rounding ambiguity between 99.9 and 100.0%
  118. * No longer leaves empty the last column in header
  119. * Fix header layout and meters reset if a header column is empty
  120. * Fix PID and UID column widths off-by-one error
  121. * On Linux, read generic sysfs batteries
  122. * On Linux, do not collect LRS per thread (it is process-wide)
  123. * On Linux, dynamically adjust the SECATTR and CGROUP column widths
  124. * On Linux, fix a crash in LXD
  125. * On FreeBSD, add support for showing process emulation
  126. * On Darwin, lazily set process TTY name
  127. * Always set SIGCHLD to default handling
  128. * Avoid zombie processes on signal races
  129. * Ensure last line is cleared when SIGINT is received
  130. * Instead of SIGTERM, pre-select the last sent signal
  131. * Internal Hashtable performance and sizing improvements
  132. * Add heuristics for guessing LXC or Docker from /proc/1/mounts
  133. * Force elapsed time display to zero if process started in the future
  134. * Avoid extremely large year values when printing time
  135. * Fix division by zero when calculating IO rates
  136. * Fix out of boundary writes in XUtils
  137. * Fix custom thread name display issue
  138. * Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac
  139. * Support libunwind of LLVM
  140. What's new in version 3.1.2
  141. * Bugfix for crash when storing modified settings at exit
  142. * Generate xz-compressed source tarball (with configure) using github actions
  143. * Allow -u UID with numerical value as argument
  144. * Added documentation for obsolete/state libraries/program files highlighting
  145. * Some obsolete/stale library highlighting refinements
  146. * Column width issues resolved
  147. * Dynamic UID column sizing improved
  148. * Discard stale information from Disk and Network I/O meters
  149. * Refined Linux kernel thread detection
  150. * Reworked process state handling
  151. * New CCGROUP column showing abbreviated cgroup name
  152. * New OFFSET column in the list of open files screen
  153. What's new in version 3.1.1
  154. * Update license headers to explicitly say GPLv2+
  155. * Document minimum version for libcap (thanks to James Brown)
  156. * Fix mouse wheel collision with autogroups nice adjustment
  157. * Adjust Makefile.am macro definitions for older automake versions
  158. * Ensure consistent reporting of MemoryMeter 'used' memory
  159. * Report hugepage memory as real and used memory (as before)
  160. * Handle procExeDeleted, usesDeletedLib without mergedCommandline mode
  161. * Validate meter configuration before proceeding beyond htoprc parsing
  162. * Properly release memory on partially read configuration
  163. * Handle interrupted sampling from within libpcp PDU transfers
  164. * On Linux, provide O_PATH value if not defined
  165. * On Linux, always compute procExeDeleted if already set
  166. * Workaround for Rosetta 2 on Darwin (thanks to Alexander Momchilov)
  167. * Fix FreeBSD cmdline memory leak in Process_updateCmdline, and
  168. * Plug a Disk I/O meter memory leak on FreeBSD (thanks to Ximalas)
  169. What's new in version 3.1.0
  170. * Updated COPYING file to remove the PLPA exemption (appendix 2)
  171. With this change the license is now GPLv2 without any additional wording.
  172. * Improved default sort ordering
  173. Note for users: This may lead to an inverted sort order on startup of
  174. htop 3.1.0 compared to previous versions.
  175. This is due to what is stored in your htoprc file. Solution: Press I
  176. (to invert sort order).
  177. This changed setting will be saved by htop on exit as long as it can
  178. write to your htoprc file.
  179. * The compile-time option to cater specifically for running htop as
  180. setuid has been removed
  181. * Add read-only option
  182. This allows htop to be run in an non-intrusive fashion where it acts only
  183. as a process viewer disabling all functions to manipulate system state.
  184. Note: This is not a security feature!
  185. * Move the code for handling the command line formatting related tasks
  186. to be shared across all platforms
  187. This means important features like stale binary/library highlighting
  188. can now be available on all supported platforms.
  189. * Make the EXE and COMM columns available on all platforms
  190. All supported platforms have the name of the executable (EXE) and a
  191. self-chosen thread/command name (COMM) available one way or the other.
  192. Moving this column to be handled as a platform-independently available
  193. information simplifies the markup of the command line.
  194. * Introduce configuration file versioning and config_reader_min_version
  195. Starting with this version the configuration file contains a version
  196. identifying the minimum version of the configuration parser needed to
  197. fully understand the configuration file format.
  198. Old configuration file formats are automatically upgraded when
  199. saving the config file (htoprc).
  200. * Make the configuration parser friendlier to users (thanks to Bart Bakker)
  201. With this change only settings that cannot be parsed properly are
  202. reset to their defaults.
  203. * Improve default display for systems with many CPUs
  204. * Add the process ELAPSED time column
  205. * Improve the process STATE column sorting
  206. * Reworked handling resize and redrawing of the UI
  207. * Fixed an issue where the LED meter mode could overflow allotted space
  208. * Allow text mode Meters to span empty neighbors to the right
  209. * Rescale graph meters when value of total changes
  210. (thanks to Michael Schönitzer)
  211. * Update generic process field display
  212. Usually "uninteresting" values in columns like 1 thread, nice value
  213. of 0, CPU and memory of 0%, idle/sleeping state, etc. are shown with
  214. reduced intensity (dark grey)
  215. * Option and key ("*") to collapse / expand all branches under PID 1
  216. (and PID 2 if kernel threads are shown) (thanks to Krishna Chaitanya)
  217. * Keep following a process when inverting the sort order, displaying
  218. the help screen or hiding/unhiding userland threads.
  219. If a thread is currently selected the selection is updated to point
  220. to the thread's parent process. (thanks to Gonzalo, et.al.)
  221. * Reorder process scanning to be performed before updating the display
  222. of the meters in the header
  223. * Always check the user for a process for any changes.
  224. This affects multiple platforms that previously didn't correctly handle
  225. the user field for a process to change at runtime (e.g. due to seteuid
  226. or similar syscalls).
  227. * Disable mouse option when support is unavailable
  228. * Support curses libraries without ncurses mouse support
  229. (thanks to Santhosh Raju)
  230. * Support offline and hot-swapping of CPUs on all platforms
  231. * Fix the CPU Meter for machines with more than 256 CPUs
  232. * Supplemented the "show updated/deleted executables" feature (red basename)
  233. to indicate when linked libraries were updated (yellow basename)
  234. * Apply the stale binary highlighting for the EXE column in addition to
  235. the command line field
  236. * Add new combined Memory and Swap meter
  237. * Implement bar and graph mode for NetworkIO Meter
  238. (thanks to Michael F. Schönitzer)
  239. * Rework TTY column to be more consistent across platforms
  240. * Make the CWD column generally available on all platforms
  241. (thanks to Santhosh Raju et. al.)
  242. * Add Performance Co-Pilot (PCP) platform support
  243. This is added via a separate pcp-htop(1) binary which provides remote host
  244. analysis, new Meters for any PCP metric and new Columns for any PCP process
  245. metric - see the pcp-htop(5) man page for further details.
  246. (thanks to Sohaib Mohamed)
  247. * Add Linux columns and key bindings for process autogroup identifier
  248. and nice value
  249. * Change available and used memory reporting on Linux to be based on
  250. MemAvailable (Kernel 3.14+) (thanks to Chris Cheney and Tomas Wido)
  251. * Add a new SysArchMeter showing kernel and platform information
  252. (thanks to ahgamut)
  253. * Linux memory usage explicitly treats tmpfs memory usage as shared memory
  254. This is to make memory used by tmpfs visible as this cannot be freed
  255. unlike normal filesystem cache data.
  256. * Exclude zram devices when calculating DiskIO on Linux
  257. * Use PATH lookup for systemctl in systemd meter (thanks to Scott Olson)
  258. * Add native platform support for NetBSD
  259. This allows htop to run on NetBSD without the need for active Linux
  260. emulation of the procfs filesystem.
  261. (thanks to Santhosh Raju and Nia Alarie)
  262. * Add NetworkIO, DiskIO, CPU frequency, and battery meter support on NetBSD
  263. (thanks to Nia Alarie)
  264. * Fix NetBSD display of in-use and cached memory (thanks to Nia Alarie)
  265. * Rework NetBSD CPU and memory accounting (thanks to Santhosh Raju)
  266. * Fix NetBSD accounting of user and kernel threads (thanks to Santhosh Raju)
  267. * Initial work to allow building with default libcurses on NetBSD
  268. (thanks to Santhosh Raju)
  269. * FreeBSD updates - implement process majflt and processor column values
  270. * Add FreeBSD support for CPU frequency and temperature
  271. * Fixes and cleanups for ZFS Meters and metrics
  272. * Correctly color the ZFS ARC ratio (thanks to Ross Williams)
  273. * Bugfixes related to CPU time display/calculations for darwin on M1 systems
  274. (thanks to Alexander Momchilov)
  275. * Harmonize the handling of multiple batteries across different platforms.
  276. The system is now considered to run on AC if at least one power supply
  277. marked as AC is found in the system.
  278. Battery capacity is summed up over all batteries found.
  279. This also changes the old behavior that batteries reported by the
  280. system after the first AC adapter where sometimes ignored.
  281. * Correctly handle multiple batteries on Darwin.
  282. Resolves a possible memory leak on systems with multiple batteries.
  283. * Handle Linux Shmem being part of Cached in the MemoryMeter
  284. * Add SwapCached to the Linux swap meter (thanks to David Zarzycki)
  285. * Convert process time to days if applicable (thanks to David Zarzycki)
  286. * Always show the number of threads in the TaskMeter, even when threads
  287. are not shown in the process list
  288. * Fix Linux --drop-capabilities option handling
  289. * Correctly detect failure to initialize Linux boottime
  290. * Overhaul the Linux memory fields to partition them like free(1) now does
  291. * Improve the Linux process I/O column values
  292. * Rework the libsensors parsing on Linux
  293. * Update the MemoryMeter to display shared memory
  294. * Update OpenBSD platform - implement additional columns, scan LWP,
  295. proper markup for STATE, show CPU frequency
  296. * Fix the tree view on OpenBSD when hiding kernel threads
  297. * Remove old InfoScreen lines before re-scanning (thanks to Øystein Hiåsen)
  298. * Document historic naming of Light-Weight Processes column aka threads
  299. * Improve user interaction when the last process entry is selected
  300. * Draw the panel header on the TraceScreen (thanks to Youngjae Lee)
  301. * Add mouse wheel scroll and fix mouse selection on the InfoScreen
  302. (thanks to Youngjae Lee)
  303. * Add a HugepageMeter and subtract hugepages from normal memory
  304. * Display wide characters in LED meters and restore non-wide ncurses support
  305. * Add command line option to drop Linux capabilities
  306. * Support scheduler affinity on platforms beyond Linux
  307. * Report on any failure to write the configuration file
  308. * Cache stderr to be able to print assert messages.
  309. These messages are shown in case htop terminates unexpectedly.
  310. * Print current settings on crash
  311. * Reset signal handlers on program exit
  312. * Add configure script option to create a static htop binary
  313. * Resolved longer-standing compilation issues on Solaris/Illumos
  314. * Check for availability of set_escdelay in configure
  315. (thanks to Stefan Polluks)
  316. * Build system updates for autotools 2.70
  317. What's new in version 3.0.5
  318. * BUGFIX / SECURITY: InfoScreen: fix uncontrolled format string
  319. * BUGFIX: Improve white text in the Light Terminal colour scheme
  320. (both of the above thanks to V)
  321. * Enable the function bar on the main screen to be hidden (see Setup -> Display options)
  322. * BUGFIX: Reduce layout issues esp. around printing wide characters (not complete yet)
  323. * BUGFIX: Make the follow function exit cleanly after followed process died
  324. * Solaris: make Process callbacks static
  325. * Update help and man page for improved -t / -s options
  326. * Drop usage of formatted error messages from <err.h>
  327. * Show arrow indicating order of sorted process column
  328. * Lots of plumbing around the internal Hashtable, hardening and code cleanups
  329. * LibSensors: add support for Ryzen CPUs
  330. (thanks to Matej Dian)
  331. * BUGFIX: Fix CPU percentage on M1 silicon Macs
  332. (thanks to Luke Groeninger)
  333. * LoadMeter: dynamically adjust color and total of bar
  334. * Find libsensors.so.4 for Fedora and friends
  335. * Add support to display CPU frequencies on Solarish platforms
  336. (thanks to Dominik Hassler)
  337. * Enable going back to previous search matches (Shift-F3)
  338. * Added keybind 'N' for sorting by PID (drops 'n'/'N' as not used before much)
  339. (thanks to Jake Mannens)
  340. What's new in version 3.0.4
  341. * Separate tree and list sort orders
  342. * Invert Process_compare so that superclass matches run first
  343. (thanks to Hisham Muhammad)
  344. * Unhardcode Mac OS tick-to-milliseconds conversion
  345. (thanks to Alexander Momchilov)
  346. * Check if clock_gettime needs linking of librt
  347. * Define O_PATH if not already defined
  348. (thanks to Chris Burr)
  349. * Add column on Mac for processes running under translation
  350. (thanks to Dániel Bakai)
  351. * Configure check for additional linker flags for keypad(3)
  352. * PSI Meter: constant width and only print ten-duration as bar
  353. * Sort in paused mode after inverting sort order
  354. * Handle absence of package CPU temperature
  355. * Meter: restore non-wide-character build
  356. * LibSensors: restore temperature for Raspberry Pi
  357. * MainPanel: do not reset hideProcessSelection on KEY_SHUFFLE
  358. * BarMeter: rework text padding
  359. * Panel: rework drawing of FunctionBar
  360. * Meter: fix artifacts with very tiny width
  361. * DragonFlyBSD updates
  362. * BUGFIX: Fix dlopen issue for libsensors5 for some platforms
  363. * BUGFIX: Fix broken tree display on inverted sort order
  364. * BUGFIX: Fix pause mode ("Z") in tree view
  365. * BUGFIX: Correct timebase for non-x86 CPUs on Darwin
  366. * BUGFIX: Avoid NULL dereference on zombie processes
  367. * Document dynamic bindings and assumed external configuration
  368. * Update key mapping documentation for sorting
  369. What's new in version 3.0.3
  370. * Process sorting in 'tree' mode
  371. (thanks to Maxim Zhiburt)
  372. * Improved command display/sort functionality
  373. (thanks to Narendran Gopalakrishnan)
  374. * Add screen for active file locks
  375. (thanks to Fynn J. Wulf)
  376. * Calculate library size (M_LRS column) from maps file
  377. (thanks to Fynn J. Wulf)
  378. * Add a Zram meter
  379. (thanks to Murloc Knight)
  380. * Add Linux cwd process column
  381. * Dynamically load libsensors at runtime
  382. * Improve PressureStall Meter display strings
  383. * Hide process selection on ESC
  384. * Fully support non-ascii characters in Meter-Bar
  385. * Add support to change numeric options in settings screen
  386. * Rename virtual memory column from M_SIZE to M_VIRT
  387. * Add process column for normalized CPU usage
  388. * Show CPU temperature in CPU meter
  389. * Drop hideThreads Setting
  390. * Add a systemd meter
  391. * Add a network IO meter
  392. * Add a SELinux meter
  393. * Compress size of default FunctionBar
  394. * Updates to the OpenFiles screen
  395. * Continue updating header data in paused mode
  396. * BUGFIX: Handle data wraparounds in IO meters
  397. * BUGFIX: Update InfoScreen content on resize
  398. * Add security attribute process column
  399. * Add DiskIOMeter for IO read/write usage
  400. * Read CPU frequency from sysfs by default
  401. * Add Linux process column for context switches
  402. * Several FreeBSD and Mac OS X platform updates
  403. (thanks to Christian Göttsche)
  404. * Add process environment for FreeBSD
  405. (thanks to Ross Williams)
  406. * Parse POWER_SUPPLY_CAPACITY for Linux Battery meter
  407. (thanks to Jan Palus)
  408. * Add octuple-column CPU meters.
  409. * BUGFIX: On Linux consider ZFS ARC to be cache
  410. (thanks to @multi)
  411. * BUGFIX: Limit screen title length to window width
  412. * Show selected command wrapped in a separate window
  413. (thanks to @ryenus)
  414. * Allow to pass '/' for item search
  415. * Document implicit incremental search
  416. * Handle 'q' as quit if first character
  417. * Avoid expensive build of process tree when not using it
  418. * Include documentation for COMM and EXE
  419. * Distinguish display of no permissions for reading M_LRS
  420. * Only calculate M_LRS size every 2 seconds
  421. * Improvements to comm / cmdline display functionality
  422. * Merged view for COMM, EXE and cmdline
  423. (thanks to Narendran Gopalakrishnan and Benny Baumann)
  424. * Consistent kernel thread display for COMM/EXE columns
  425. * Central fault handling for all platforms
  426. * Handle parsing envID & VPid from process status file
  427. * Use threshold for display of guest/steal/irq meters
  428. * Enhance highlighting of semi-large and large numbers
  429. * Documentation on the repository style guide
  430. (thanks to Benny Baumann)
  431. * Align processor identifier to the right
  432. (thanks to Christian Hesse)
  433. * Document M_PSS, M_PSSWP, M_SWAP in man page
  434. * Add Date and DateTime meters
  435. (thanks to Michael F. Schönitzer)
  436. * BUGFIX: Fix Solaris 11.4 due to missing ZFS ARC kstats
  437. (thanks to @senjan)
  438. * Code hardening, speedups, fd and memory leak fixes
  439. (thanks to Christian Göttsche and Benny Baumann)
  440. * Number CPUs from zero by default
  441. (thanks to Zev Weiss)
  442. * Remove residual python checks during the build process
  443. (thanks to Stephen Gregoratto)
  444. What's new in version 3.0.2
  445. * BUGFIX: Drop 'vim_mode' - several issues, needs rethink
  446. * BUGFIX: fix regression in -u optional-argument handling
  447. * Build system rework to remove python, header generation
  448. (thanks to Zev Weiss and Hugo Musso Gualandi)
  449. * BUGFIX: report nice level correctly on Solaris
  450. (thanks to Dominik Hassler)
  451. * CI, code quality improvements
  452. (thanks to Tobias Kortkamp, Christian Hesse, Benny Baumann)
  453. What's new in version 3.0.1
  454. * Coverity fixes, CI improvements, documentation updates
  455. * BUGFIX: Fix early exit with longer sysfs battery paths
  456. * BUGFIX: Improve OOM output, fix sorting
  457. (thanks to Christian Göttsche)
  458. * Rework check buttons and tree open/closed
  459. (thanks to Bert Wesarg)
  460. * Add -U/--no-unicode option to disable unicode
  461. (thanks to Christian Hesse)
  462. * Improvements to the affinity panel
  463. (thanks to Bert Wesarg)
  464. What's new in version 3.0.0
  465. * New maintainers - after a prolonged period of inactivity
  466. from Hisham, the creator and original maintainer, a team
  467. of community maintainers have volunteered to take over a
  468. fork at https://htop.dev and https://github.com/htop-dev
  469. to keep the project going.
  470. * Support ZFS ARC statistics
  471. (thanks to Ross Williams)
  472. * Support more than 2 smaller CPU meter columns
  473. (thanks to Christoph Budziszewski)
  474. * Support Linux proportional set size metrics
  475. (thanks to @linvinus, @ntninja and @himikof)
  476. * Support Linux pressure stall information metrics
  477. (thanks to Ran Benita)
  478. * New display option to show CPU frequency in CPU meters
  479. (thanks to Arnav Singh)
  480. * Update Linux sysfs battery discovery for recent kernels
  481. (thanks to @smattie)
  482. * Add hardware topology information in the affinity panel
  483. (thanks to Bert Wesarg)
  484. * Add timestamp reporting to the strace screen
  485. (thanks to Mario Harjac)
  486. * Add simple, optional vim key mapping mode
  487. (thanks to Daniel Flanagan)
  488. * Added an option to disable the mouse
  489. (thanks to MartinJM)
  490. * Add Solaris11 compatibility
  491. (thanks to Jan Senolt)
  492. * Without an argument -u uses $USER value automatically
  493. (thanks to @solanav)
  494. * Support less(1) search navigation shortcuts
  495. (thanks to @syrrim)
  496. * Update the FreeBSD maximum PID to match FreeBSD change
  497. (thanks to @multiplexd)
  498. * Report values larger than 100 terabytes
  499. (thanks to @adrien1018)
  500. * Widen ST_UID (UID) column to allow for UIDs > 9999
  501. (thanks to DLange)
  502. * BUGFIX: fix makefiles for building with clang
  503. (thanks to Jorge Pereira)
  504. * BUGFIX: fix <sys/sysmacros.h> major() usage
  505. (thanks to @wataash and Kang-Che Sung)
  506. * BUGFIX: fix the STARTTIME column on FreeBSD
  507. (thanks to Rob Crowston)
  508. * BUGFIX: truncate overwide jail names on FreeBSD
  509. (thanks to Rob Crowston)
  510. * BUGFIX: fix reported memory values on FreeBSD
  511. (thanks to Tobias Kortkamp)
  512. * BUGFIX: fix reported CPU meter values on OpenBSD
  513. (thanks to @motet-a)
  514. * BUGFIX: correctly identify other types of zombie process
  515. (thanks to @joder)
  516. * BUGFIX: improve follow-process handling in some situations
  517. (thanks to @wangqr)
  518. * BUGFIX: fix custom meters reverting to unexpected setting
  519. (thanks to @wangqr)
  520. * BUGFIX: close pipe after running lsof(1)
  521. (thanks to Jesin)
  522. * BUGFIX: meters honour setting of counting CPUs from 0/1
  523. (thanks to @rnsanchez)
  524. What's new in version 2.2.0
  525. * Solaris/Illumos/OpenIndiana support
  526. (thanks to Guy M. Broome)
  527. * -t/--tree flag for starting in tree-view mode
  528. (thanks to Daniel Flanagan)
  529. * macOS: detects High Sierra version to avoid OS bug
  530. (thanks to Pierre Malhaire)
  531. * OpenBSD: read battery data
  532. (thanks to @nerd972)
  533. * Various automake and build improvements
  534. (thanks to Kang-Che Sung)
  535. * Check for pkg-config when building with --enable-delayacct
  536. (thanks to @florian2833z for the report)
  537. * Avoid some bashisms in configure script
  538. (thanks to Jesin)
  539. * Use CFLAGS from ncurses*-config if present
  540. (thanks to Michael Klein)
  541. * Header generator supports non-UTF-8 environments
  542. (thanks to @volkov-am)
  543. * Linux: changed detection of kernel threads
  544. * Collapse current subtree pressing Backspace
  545. * BUGFIX: fix behavior of SYSCR column
  546. (thanks to Marc Kleine-Budde)
  547. * BUGFIX: obtain exit code of lsof correctly
  548. (thanks to @wangqr)
  549. * BUGFIX: fix crash with particular keycodes
  550. (thanks to Wellington Torrejais da Silva for the report)
  551. * BUGFIX: fix issue with small terminals
  552. (thanks to Daniel Elf for the report)
  553. * BUGFIX: fix terminal color issues
  554. (thanks to Kang-Che Sung for the report)
  555. * BUGFIX: preserve LDFLAGS when building
  556. (thanks to Lance Frederickson for the report)
  557. * BUGFIX: fixed overflow for systems with >= 100 signals
  558. What's new in version 2.1.0
  559. * Linux: Delay accounting metrics
  560. (thanks to André Carvalho)
  561. * DragonFlyBSD support
  562. (thanks to Diederik de Groot)
  563. * Support for real-time signals
  564. (thanks to Kang-Che Sung)
  565. * 'c' key now works with threads as well
  566. * Session column renamed from SESN to SID
  567. (thanks to Kamyar Rasta)
  568. * Improved UI for meter style selection
  569. (thanks to Kang-Che Sung)
  570. * Improved code for constructing process tree
  571. (thanks to wangqr)
  572. * Compile-time option to disable setuid
  573. * Error checking of various standard library operations
  574. * Replacement of sprintf with snprintf
  575. (thanks to Tomasz Kramkowski)
  576. * Linux: performance improvements in battery meter
  577. * Linux: update process TTY device
  578. * Linux: add support for sorting TASK_IDLE
  579. (thanks to Vladimir Panteleev)
  580. * Linux: add upper-bound to running process counter
  581. (thanks to Lucas Correia Villa Real)
  582. * BUGFIX: avoid crash when battery is removed
  583. (thanks to Jan Chren)
  584. * BUGFIX: macOS: fix infinite loop in tree view
  585. (thanks to Wataru Ashihara)
  586. What's new in version 2.0.2
  587. * Mac OS X: stop trying when task_for_pid fails for a process,
  588. stops spamming logs with errors.
  589. * Add Ctrl+A and Ctrl+E to go to beginning and end of line
  590. * FreeBSD: fixes for CPU calculation
  591. (thanks to Tim Creech, Andy Pilate)
  592. * Usability: auto-follow process after a search.
  593. * Use Linux backend on GNU Hurd
  594. * Improvement for reproducible builds.
  595. * BUGFIX: Fix behavior of Alt-key combinations
  596. (thanks to Kang-Che Sung)
  597. * Various code tweaks and cleanups
  598. (thanks to Kang-Che Sung)
  599. What's new in version 2.0.1
  600. * OpenBSD: Various fixes and improvements
  601. (thanks to Michael McConville and Juan Francisco Cantero Hurtado)
  602. * FreeBSD: fix CPU and memory readings
  603. (thanks to Tim Creech, Hung-Yi Chen, Bernard Spil, Greg V)
  604. * FreeBSD: add battery support
  605. (thanks to Greg V)
  606. * Linux: Retain last-obtained name of a zombie process
  607. * Mac OS X: Improve portability for OS X versions
  608. (thanks to Michael Klein)
  609. * Mac OS X: Fix reading command-line arguments and basename
  610. * Mac OS X: Fix process state information
  611. * Mac OS X: Fix tree view collapsing/expanding
  612. * Mac OS X: Fix tree organization
  613. * Mac OS X: Fix memory accounting
  614. * Fix crash when emptying a column of meters
  615. * Make Esc key more responsive
  616. What's new in version 2.0.0
  617. * Platform abstraction layer
  618. * Initial FreeBSD support
  619. * Initial Mac OS X support
  620. (thanks to David Hunt)
  621. * Swap meter for Mac OSX
  622. (thanks to Ștefan Rusu)
  623. * OpenBSD port
  624. (thanks to Michael McConville)
  625. * FreeBSD support improvements
  626. (thanks to Martin Misuth)
  627. * Support for NCurses 6 ABI, including mouse wheel support
  628. * Much improved mouse responsiveness
  629. * Process environment variables screen
  630. (thanks to Michael Klein)
  631. * Higher-resolution UTF-8 based Graph mode
  632. (Thanks to James Hall from vtop for the idea!)
  633. * Show program path settings
  634. (thanks to Tobias Geerinckx-Rice)
  635. * BUGFIX: Fix crash when scrolling an empty filtered list.
  636. * Use dynamic units for text display, and several fixes
  637. (thanks to Christian Hesse)
  638. * BUGFIX: fix error caused by overflow in usertime calculation.
  639. (thanks to Patrick Marlier)
  640. * Catch all memory allocation errors
  641. (thanks to Michael McConville for the push)
  642. * Several tweaks and bugfixes
  643. (See the Git log for details and contributors!)
  644. What's new in version 1.0.3
  645. * Tag all children ('c' key)
  646. * Fixes in accounting of guest time when using virtualization
  647. (thanks to Patrick Marlier)
  648. * Performance improvements
  649. (thanks to Jann Horn)
  650. * Further performance improvements due to conditional parsing
  651. of IO data depending on selected fields.
  652. * Better consistency in coloring.
  653. * Increase limit of buffer when tracing a deep nested process tree.
  654. * Display pagefault stats.
  655. * BUGFIX: Fix crash when adding meters and toggling detailed CPU time.
  656. (thanks to Dawid Gajownik)
  657. * Add column to track the OOM-killer score of processes
  658. (thanks to Leigh Simpson)
  659. What's new in version 1.0.2
  660. * Add IO priority support ('i' key)
  661. * Avoid deleting .htoprc if it is a symlink
  662. * Fail gracefully when /proc is not mounted
  663. (thanks to Philipp Hagemeister)
  664. * Option to update process names on every refresh
  665. (thanks to Rob Hoelz)
  666. * BUGFIX: Fix crashes when process list is empty
  667. What's new in version 1.0.1
  668. * Move .htoprc to XDG-compliant path ~/.config/htop/htoprc,
  669. respecting $XDG_CONFIG_HOME
  670. (thanks to Hadzhimurad Ustarkhan for the suggestion.)
  671. * Safer behavior on the kill screen, to make it harder to kill the wrong process.
  672. * Fix for building in FreeBSD 8.2
  673. (thanks to Trond Endrestol)
  674. * BUGFIX: behavior of 'F' (follow) key was broken, also affecting the
  675. persistence of mouse selections.
  676. * BUGFIX: keep main panel up-to-date when running the screen manager,
  677. to fix crash when processes die while on the F9/Kill screen.
  678. What's new in version 1.0
  679. * Performance improvements
  680. * Support for splitting CPU meters into two or four columns
  681. (thanks to Wim Heirman)
  682. * Switch from PLPA, which is now deprecated, to HWLOC.
  683. * Bring back support for native Linux sched_setaffinity,
  684. so we don't have to use HWLOC where we don't need to.
  685. * Support for typing in user names and column fields in selection panels.
  686. * Support for UTF-8 tree drawing
  687. (thanks to Bin Guo)
  688. * Option for counting CPUs from zero
  689. (thanks to Sean Noonan)
  690. * Meters update in every screen (no longer halting while on Setup, etc.)
  691. * Stricter checks for command-line options
  692. (thanks to Sebastian Pipping)
  693. * Incremental filtering
  694. (thanks to Seth Heeren for the idea and initial implementation)
  695. * Try harder to find the ncurses header
  696. (thanks to Moritz Barsnick)
  697. * Man page updates
  698. (thanks to Vincent Launchbury)
  699. * BUGFIX: Support larger numbers for process times.
  700. (thanks to Tristan Nakagawa for the report.)
  701. * BUGFIX: Segfault in BarMeterMode_draw() for small terminal widths
  702. (patch by Sebastian Pipping)
  703. What's new in version 0.9
  704. * Add support for "steal"/guest CPU time measurement
  705. in virtualization environments
  706. * Expand and collapse subtrees using '+' and '-' when in tree-view
  707. * Support for cgroups
  708. (thanks to Guillaume Zitta and Daniel Lezcano)
  709. * Show custom thread names
  710. (thanks to Anders Torger)
  711. * Add support for STARTTIME field
  712. * Upgrade PLPA to version 1.3.2
  713. * Fix license terms with regard to PLPA
  714. (thanks to Tom Callaway)
  715. * getopt-based long options and --no-color
  716. (thanks to Vincent Launchbury)
  717. * BUGFIX: Fix display of nan% in CPU meters
  718. (thanks to Steven Hampson)
  719. * BUGFIX: Fix memory leak
  720. (thanks to Pavol Rusnak)
  721. * Add Bash/emacs style navigation keys
  722. (thanks to Daniel Schuler)
  723. * Improve battery meter support
  724. (thanks to Richard W.)
  725. * BUGFIX: Fix IO-wait color in "Black on White" scheme
  726. * BUGFIX: Fix search by process name when list is filtered by user.
  727. (thanks to Sergej Pupykin for the report.)
  728. * BUGFIX: Fix alignment for display of memory values above 100G (sign of the times!)
  729. (thanks to Jan van Haarst for the report.)
  730. What's new in version 0.8.3
  731. * BUGFIX: Fix crash on F6 key
  732. (thanks to Rainer Suhm)
  733. * BUGFIX: Fix a minor bug which affected the build process.
  734. What's new in version 0.8.2
  735. * Integrated lsof (press 'l')
  736. * Fix display of gigabyte-sized values
  737. (thanks to Andika Triwidada)
  738. * Option to display hostname in the meters area
  739. * Rename VEID to CTID in OpenVZ systems
  740. (thanks to Thorsten Schifferdecker)
  741. * Corrections to the desktop entry file
  742. (thanks by Samuli Suominen)
  743. * BUGFIX: Correct page size calculation for FreeBSD systems
  744. (thanks to Andrew Paulsen)
  745. * Allow compilation without PLPA on systems that don't support it
  746. (thanks to Timothy Redaelli)
  747. * BUGFIX: Fix missing tree view when userland threads are hidden
  748. (thanks to Josh Stone)
  749. * BUGFIX: Fix for VPID on OpenVZ systems
  750. (thanks to Wolfgang Frisch)
  751. What's new in version 0.8.1
  752. * Linux-VServer support
  753. (thanks to Jonathan Sambrook and Benedikt Bohm)
  754. * Battery meter
  755. (thanks to Ian Page Hands)
  756. * BUGFIX: Fix collection of IO stats in multithreaded processes
  757. (thanks to Gerhard Heift)
  758. * Remove assertion that fails on hardened kernels
  759. (thanks to Wolfram Schlich for the report)
  760. What's new in version 0.8
  761. * Ability to change sort column with the mouse by
  762. clicking column titles (click again to invert order)
  763. * Add support for Linux per-process IO statistics,
  764. enabled with the --enable-taskstats flag, which
  765. requires a kernel compiled with taskstats support.
  766. (thanks to Tobias Oetiker)
  767. * Add Unicode support, enabled with the --enable-unicode
  768. flag, which requires libncursesw.
  769. (thanks to Sergej Pupykin)
  770. * BUGFIX: Fix display of CPU count for threaded processes.
  771. When user threads are hidden, process now shows the
  772. sum of processor usage for all processors. When user
  773. threads are displayed, each thread shows its own
  774. processor usage, including the root thread.
  775. (thanks to Bert Wesarg for the report)
  776. * BUGFIX: avoid crashing when using many meters
  777. (thanks to David Cho for the report)
  778. What's new in version 0.7
  779. * CPU affinity configuration ('a' key)
  780. * Improve display of tree view, properly nesting
  781. threads of the same app based on TGID.
  782. * IO-wait time now counts as idle time, which is a more
  783. accurate description. It is still available in
  784. split time, now called detailed CPU time.
  785. (thanks to Samuel Thibault for the report)
  786. * BUGFIX: Correct display of TPGID field
  787. * Add TGID field
  788. * BUGFIX: Don't crash with invalid command-line flags
  789. (thanks to Nico Golde for the report)
  790. * Fix GCC 4.3 compilation issues
  791. (thanks to Martin Michlmayr for the report)
  792. * OpenVZ support, enabled at compile-time with
  793. the --enable-openvz flag.
  794. (thanks to Sergey Lychko)
  795. What's new in version 0.6.6
  796. * Add support of NLWP field
  797. (thanks to Bert Wesarg)
  798. * BUGFIX: Fix use of configurable /proc location
  799. (thanks to Florent Thoumie)
  800. * Fix memory percentage calculation and make it saner
  801. (thanks to Olev Kartau for the report)
  802. * Added display of DRS, DT, LRS and TRS
  803. (thanks to Matthias Lederhofer)
  804. * BUGFIX: LRS and DRS memory values were flipped
  805. (thanks to Matthias Lederhofer)
  806. * BUGFIX: Don't crash on very high UIDs
  807. (thanks to Egmont Koblinger)
  808. What's new in version 0.6.5
  809. * Add hardened-debug flags for debugging with Hardened GCC
  810. * BUGFIX: Handle error condition when a directory vanishes
  811. from /proc
  812. * BUGFIX: Fix leak of process command line
  813. * BUGFIX: Collect orphaned items when arranging the tree view.
  814. (thanks to Wolfram Schlich for assistance with debugging)
  815. * Separate proc and memory debugging into separate #defines.
  816. * BUGFIX: Fix message when configure fails due to
  817. missing libraries
  818. (thanks to Jon)
  819. * BUGFIX: Don't truncate value when displaying a very large
  820. process
  821. (thanks to Bo Liu)
  822. What's new in version 0.6.4
  823. * Add an option to split the display of kernel time
  824. in the CPU meter into system, IO-wait, IRQ and soft-IRQ.
  825. (thanks to Philipp Richter)
  826. * --sort-key flag in the command-line, overriding the
  827. saved setting in .htoprc for the session.
  828. (thanks to Rodolfo Borges)
  829. * BUGFIX: Fixed string overflow on uptime display.
  830. (thanks to Marc Cahalan)
  831. What's new in version 0.6.3
  832. * Performance improvements: uses much less CPU than the
  833. previous release with the default setup.
  834. * Use 64-bit values when storing processor times to
  835. avoid overflow.
  836. * Memory consumption improvements, compensating storage
  837. of 64-bit values.
  838. * Internal change: rename TypedVector to Vector and
  839. ListBox (and related classes) to Panel.
  840. * Have configure actually fail when needed libraries or
  841. headers are not found.
  842. * Horizontally scroll in larger increments when on the
  843. Linux console because of slow update of unaccelerated fb
  844. * No longer untag processes after sending a signal
  845. (useful for when SIGTERM fails and one wants to try again
  846. with SIGKILL). All processes can be untagged at once with 'U'.
  847. (thanks to A. Costa for the suggestion)
  848. What's new in version 0.6.2
  849. * BUGFIX: Fixed crash when using some .htoprc files from 0.6
  850. (thanks to Wolfram Schlich and John Thomas for the reports)
  851. * BUGFIX: Ensure changes to color scheme are saved
  852. * BUGFIX: Make configure behave correctly with --with-proc
  853. * Minor addition to .desktop file.
  854. What's new in version 0.6.1
  855. * New meter type: "All CPUs", which dynamically adjusts
  856. to the number of CPUs present in the machine. Note that
  857. because of this, older versions of htop may crash when
  858. using an .htoprc file modified my the newer version.
  859. * Accept --with-proc=<dir> in configure, to specify
  860. alternative procfs locations (making htop friendlier
  861. to the Linux compatibility layer in FreeBSD)
  862. * Included icon .desktop and desktop entry
  863. (thanks to Peter Hyman)
  864. * Added a check to make sure that a root-user htop closes
  865. when its parent non-root terminal is closed.
  866. (thanks to Ilya Evseev for the report)
  867. * BUGFIX: does not crash anymore when $HOME is not set
  868. (thanks to Henning Schild for the report)
  869. * Wait for strace child process to die properly.
  870. (thanks to Marcus Fritzsch)
  871. * Support $HTOPRC
  872. (thanks to Luis Limon)
  873. What's new in version 0.6
  874. * Configuration of columns merged into the Setup screen
  875. * Integrated strace (press 's')
  876. (thanks to Marinho Barcellos for the help)
  877. * BUGFIX: some fixes, aided by Valgrind
  878. (thanks to Wolfram Schlich for the report)
  879. * BUGFIX: fixed bug when switching meter modes
  880. (thanks to Eduardo Righes for the report)
  881. * Show processes of a single user
  882. * "SortBy" function now menu-based
  883. * Improved mouse handling
  884. * ...and on top of that reduced memory consumption!
  885. What's new in version 0.5.4
  886. * Color schemes
  887. * -d flag, to configure delay between updates.
  888. Note that the delay value is saved in ~/.htoprc.
  889. * BUGFIX: Update of meters was halting after help screen.
  890. (thanks to Matt Moore)
  891. * BUGFIX: No longer display incorrect information
  892. in first frame.
  893. * BUGFIX: Fix auto-detection of /proc/stat,
  894. correcting CPU usage information on multiprocessor
  895. systems.
  896. What's new in version 0.5.3
  897. * Read new field "steal" on newer /proc/stat files
  898. * Auto-detects format of /proc/stat, to cope
  899. with patched 2.4 kernels which display 2.6-style
  900. information (most notably those on RHEL 3)
  901. (thanks to Fernando Dotta for the report)
  902. * Support $HOME_ETC initiative
  903. (see http://www.pld-linux.org/Docs/home-etc)
  904. (thanks to Roman Barczynski for the tip)
  905. * The configure script now tests for /proc, so
  906. that it fails early on unsupported platforms
  907. instead of during compilation/execution.
  908. * Made presentation of the function keys in the
  909. status bar consistent across views
  910. (thanks to David Mathog for the report)
  911. * Minor changes to make the codebase more friendly
  912. to possible future ports
  913. (thanks to Jari Aalto and David Mathog for the reports)
  914. What's new in version 0.5.2
  915. * BUGFIX: Correct display of user field
  916. (thanks to Marcin Miroslaw for the report)
  917. * Keyboard support improvements
  918. (thanks to Aury Fink Filho for the report)
  919. What's new in version 0.5.1
  920. * BUGFIX: Correctly displays NPTL threads from
  921. /proc/<pid>/task subdirectories
  922. (thanks to Mike Pot for the report)
  923. * BUGFIX: Fixes key handling on Signals listbox
  924. (thanks to Ondrej Vlach)
  925. * Renicing no longer displays temporary illegal values
  926. (thanks to Ondrej Vlach)
  927. * 'Hide userland threads' feature for NPTL threads
  928. What's new in version 0.5
  929. * Tree view
  930. * New column, TIME (user + system time,
  931. like in top, 'T' switches to "sort by time")
  932. * Major reorganization of the underlying code of the
  933. setup screen, to manage setup pages
  934. * New setup page: Display options
  935. * Hide kernel threads ('K' key)
  936. * Colorized memory numbers
  937. * Vastly improved support for monochromatic terminals
  938. * Shadow processes that do not belong to user ('U' key)
  939. * Header margin configuration accessible via setup screen
  940. * Visual feedback on failing incremental search
  941. * BUGFIX: fixed keyboard input issues on 64-bit machines
  942. * BUGFIX: hopefully fixed the incorrect values
  943. that show on status bars in some systems
  944. * BUGFIX: doesn't mess with fields list anymore when
  945. canceling after changing the number of items
  946. * Uptime meter no longer says "1 days" ;)
  947. What's new in version 0.4.1
  948. * BUGFIX: compiles on 64-bit architectures again
  949. (thanks to Bartosz Fenski for the report)
  950. * BUGFIX: multi-processor support fixed on kernels 2.6
  951. (thanks to Wolfram Schlich for the report)
  952. What's new in version 0.4
  953. * Support for multiple processors!
  954. * Basic mouse support
  955. * Modular header based on configurable meters;
  956. supports 4 view modes: bar, text, LED, graph
  957. * Uptime, load average meters
  958. (thanks to Marc Calahan)
  959. * Meters setup screen; should eventually evolve into a
  960. general setup screen, with column setup, keybindings, etc.
  961. * Thread hiding toggleable
  962. (press 'T' to hide the nonstandard dotfiles in /proc)
  963. * BUGFIX: Do not flicker screen on column configuration screen
  964. * Clock and load average meters
  965. (thanks to Marc Calahan)
  966. * BUGFIX: numeric swap indicator was printing bogus value
  967. * BUGFIX: internal fixes on Panel widget
  968. * Clear the bottom line when exiting
  969. * Press "F3" during search to walk through the results
  970. * Improved navigation on column configuration screen
  971. * BUGFIX: fix segfault on kernels with restricted /proc
  972. enabled
  973. * BUGFIX: a few last-minute bugfixes in the setup UI
  974. (thanks to Gaspare Bruno for the reports)
  975. What's new in version 0.3.3
  976. * Saves column and sorting configuration in ~/.htoprc
  977. * Displays "hidden" threads on RedHat 9
  978. (Thanks to Leonardo Godinho)
  979. * BUGFIX: supports process names with spaces
  980. (Thanks to Marc Calahan)
  981. * BUGFIX: ...and parentheses :)
  982. * BUGFIX: long process names overflowed RichString
  983. (Thanks to Marc Calahan)
  984. What's new in version 0.3.2
  985. * Performance and memory usage improvements, aided by gprof
  986. * BUGFIX: quite a few fixes, aided by Valgrind
  987. * Header preview on column configuration screen
  988. (Thanks to Marc Calahan)
  989. What's new in version 0.3.1
  990. * BUGFIX: crash fixes related to process list handling
  991. (thanks to Marc Calahan)
  992. * Man page
  993. (thanks to Bartosz Fenski)
  994. * Tag processes with the space bar
  995. * Kill multiple process based on tag
  996. * BUGFIX: corrected processing order of updates in list
  997. * Screen refresh function on Ctrl-L
  998. * Large numbers are shown in MB/GB notation in order to fit screen
  999. (thanks to Marc Calahan)
  1000. * Realtime priority is correctly displayed
  1001. (thanks to Marc Calahan)
  1002. * Preliminary support for configurable columns, with 'C'
  1003. (thanks to Marc Calahan)
  1004. -- not all columns display properly yet
  1005. What's new in version 0.3
  1006. * BUGFIX: no dirt left on screen on horizontal scrolling
  1007. * Signal selection on "kill" command
  1008. * Color-coding for users, nice and process status
  1009. * "Follow" function
  1010. * Fully selectable sort order
  1011. * Function bar on last line
  1012. * Build system now uses autotools
  1013. What's new in version 0.2.1
  1014. * Sorting by process or memory usage ('P' and 'M', like top)
  1015. * Quicker default update (1.5 second, not yet configurable)
  1016. * Now the order of the elements in the process list stay
  1017. 'locked' for a while after you move the cursor to ease
  1018. selecting a process
  1019. * Corrected the installation instructions in README
  1020. (Thanks to Jeremy Eglen)
  1021. * Should now compile cleanly on Conectiva 9 and similar systems
  1022. (Thanks to Adriano Frare for the report)
  1023. * Friendlier Makefile
  1024. * Help screen ('h')
  1025. What's new in version 0.2
  1026. * Memory indicators in header now show used and total, in MB
  1027. * Preliminary support for sorting (CPU% only)
  1028. * Memory percentage field (resident memory / used memory)
  1029. * BUGFIX: identified source of spurious crashes
  1030. * Can search names containing numbers
  1031. (Thanks to Rafael Jeffman)
  1032. * Correctly calculates memory page size
  1033. (Thanks to Rafael Jeffman)
  1034. What's new in version 0.13
  1035. * Handles terminal resize
  1036. * Display all user names (not only those in /etc/passwd)
  1037. (Thanks to Julio Biason)
  1038. What's new in version 0.12
  1039. * Support for 2.6 kernels
  1040. * Uses terminal default colors as a background
  1041. What's new in version 0.11
  1042. * BUGFIX: does not crash when UID is not in /etc/passwd
  1043. What's new in version 0.1
  1044. * Everything!