summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-07-12 01:14:48 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-07-12 01:14:48 +0000
commit3bf904b7ce134b91f7976dcdd08d29a83097b5cc (patch)
tree06e525f6bd256960a0f8feaaa9b72b5589013354
parent07030b45186c9b2bb2881b2b90996ced5eb8c8ab (diff)
Bringing extra files up-to-date
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am3
-rw-r--r--TODO1
-rw-r--r--htop.12
-rw-r--r--htop.desktop2
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 <fenio@o2.pl>" "Utils"
+.TH "htop" "1" "0.6.3" "Bartosz Fenski <fenio@o2.pl>" "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

© 2014-2024 Faster IT GmbH | imprint | privacy policy