From 3bf904b7ce134b91f7976dcdd08d29a83097b5cc Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 12 Jul 2006 01:14:48 +0000 Subject: Bringing extra files up-to-date --- ChangeLog | 4 +++- Makefile.am | 3 ++- TODO | 1 - htop.1 | 2 +- htop.desktop | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5670533..6dbdf82c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 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 diff --git a/Makefile.am b/Makefile.am index 3cc4d916..6fa2f918 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ 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 diff --git a/TODO b/TODO index 1f0fb19a..716ab3b2 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/htop.1 b/htop.1 index f3f24675..d65682db 100644 --- a/htop.1 +++ b/htop.1 @@ -1,4 +1,4 @@ -.TH "htop" "1" "0.6.2" "Bartosz Fenski " "Utils" +.TH "htop" "1" "0.6.3" "Bartosz Fenski " "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNTAX" diff --git a/htop.desktop b/htop.desktop index 2b3ff005..27122e36 100644 --- a/htop.desktop +++ b/htop.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=0.6.2 +Version=0.6.3 Name=Htop Type=Application Comment=Show System Processes -- cgit v1.2.3