File: NEWS

package info (click to toggle)
slmon 0.4.1-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 384 kB
  • ctags: 130
  • sloc: perl: 1,329; ansic: 921; sh: 387; makefile: 54
file content (71 lines) | stat: -rw-r--r-- 2,767 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71

ChangeLog for SLmon

0.1.0 - 24 02 2000 Initial version, one cpu.

0.1.5 - 25 02 2000 Multiple CPUs, status lines, date, time, uptime,
hostname, processsor name.

0.1.6 - 26 02 2000 Added graph, keyboard support, graph parameters
are hardcoded.

0.1.7 - 27 02 2000 The program now correctly recognizes terminal size.

0.1.8 - 11 03 2000 Added SIGWINCH handling, hope it'll work :) also
bottom status line has changed a bit.

0.1.9 - 20 03 2000 Added new graph mode - color gauge.

0.2.0 - 26 03 2000 Gauge color scheme changed. Runtime mode switching
works now.

0.2.1 - 01 04 2000 Added memory load, all basic signals should be now
handled properly.

0.2.2 - 06 04 2000 Fixed bug in CPU counting procedure and another one
in free swap display. Added days tuptime display.

0.2.3 - 10 04 2000 Added load average, OS and machine information.

0.2.4 - 15 04 2000 SLmon won't crash when it can't access /proc, changed
the histogram mode screen layout a bit. It it now possible tdraw histogram
for specified processor or overall usage. Alsnumber of logged in users is
shown on the status line. Fixed a bug in RH patch.

0.2.5 - 26 04 2000 Bugfix release. Slmon now looks much beter on
monochrome terminals, alsMakefile has been optimized.

0.3.0 - 11 07 2000 Many changes: SLmon now uses libproc and popt, added
commandline options and customizable colors (from commandline only for now).
Added possibility tmake command aliases. Added autoconf and automake support.

0.3.1 - 18 09 2000 Major rewrite. Due to compatibility problems support
for libproc has been discontiniued. SLmon now uses glibtop for gathering
system specific information and should run on any UN*X system that has glibtop
installed.

0.3.2 - 08 10 2000 Improvements to configure script, incereased compile
time configureability.  Minor code cleanups.

0.3.3 - 12 10 2000 Minor bugfixes and cleanups, option to turn off bold
on monochrome terminals.

0.3.4 - 21 10 2000 CPU naming starts now from zero, on machines with one
CPU only 'total cpu usage' is displayed. Fixed display error on machines with
more than 1GB of memory.

0.3.5 - 29 10 2000 Added posibility to compile slmon on Linux without
libgtop. Documentation updates.

0.3.6 - 02 11 2000 Bug in cpu counting have been fixed.

0.3.7 - 04 11 2000 SLmon can now use getopt instead of popt for parsing
command line options. A bug in options parsing has been fixed. Texinfo
documentation is nlonger available.

0.4.0 - 20 11 2000 One silly spelling mistake have been fixed (thanks to
Tim Powers). There are nlonger compilation errors when popt.h is not present.
On gauge display changed %03d%% t%3d%% i.e. 004% will be displayed as 4%.

0.4.1 - 21 02 2001 Several typos have been fixed and files needed to
build debian package have been added.