Commit 3bf904b7 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Bringing extra files up-to-date

parent 07030b45
What's new in version 0.6.3
* Performance improvements; uses much less CPU than the
* Performance improvements: uses much less CPU than the
previous release with the default setup.
* Use 64-bit values when storing processor times to
avoid overflow.
......@@ -9,6 +9,8 @@ What's new in version 0.6.3
of 64-bit values.
* Internal change: rename TypedVector to Vector and
ListBox (and related classes) to Panel.
* Have configure actually fail when needed libraries or
headers are not found.
What's new in version 0.6.2
......
bin_PROGRAMS = htop
dist_man_MANS = htop.1
EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png scripts/MakeHeader.py
EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png scripts/MakeHeader.py \
install-sh autogen.sh missing
applicationsdir = $(datadir)/applications
applications_DATA = htop.desktop
pixmapdir = $(datadir)/pixmaps
......
......@@ -9,7 +9,6 @@ BUGS:
FEATURES:
* expand/collapse on tree
* read SYSCONFDIR/htoprc (help, autoconf gurus!)
* handle saving of .htoprc more elegantly
* make bars display refresh independent from list refresh
* auto-calibrate delay
......
.TH "htop" "1" "0.6.2" "Bartosz Fenski <fenio@o2.pl>" "Utils"
.TH "htop" "1" "0.6.3" "Bartosz Fenski <fenio@o2.pl>" "Utils"
.SH "NAME"
htop \- interactive process viewer
.SH "SYNTAX"
......
[Desktop Entry]
Encoding=UTF-8
Version=0.6.2
Version=0.6.3
Name=Htop
Type=Application
Comment=Show System Processes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment