File: ChangeLog

package info (click to toggle)
wmcpuload 1.0.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 620 kB
  • ctags: 152
  • sloc: sh: 2,772; ansic: 1,422; makefile: 97
file content (235 lines) | stat: -rw-r--r-- 6,728 bytes parent folder | download | duplicates (4)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
$Id: ChangeLog,v 1.3 2003/03/09 03:21:11 sch Exp $

2003 Mar 9
  * version 1.0.1 released

2003 Mar 8
  * src/cpu_freebsd.c: changed to use <sys/resource.h> instead of <sys/dkstat.h>
                       in the case of __FreeBSD_version >= 500101.
                       (Thanks to Philip Paeps <philip at paeps.cx)

2002 Sep 29
  * doc/wmcpuload.1: updated

2002 Sep 25
  * cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)

2002 Sep 1
  * main.c: changed description for `--cpu' oprion to be more clear.
  * README: updated

2002 Aug 20
  * cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)

2002 Jul 14
  * version 1.0.0 released

2002 Jul 13
  * code cleanup/review

2002 May 19
  * dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
  * dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
               visual class.
  * src/Makefile.am: added missing @DFLAGS@

2002 May 17
  * cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)

2002 April 09
  * dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
  * libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
  * configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
                  *_search_path (Thanks to Thomas Runge <coto at core.de>)
  * README: added 'for GNOME users' section

2002 April 05
  * cpu_cywin.c: rewrote to separate cpu_get_usage().
                 ( ==> cpu_get_usage_9x(), cpu_get_usage_NT())

2002 April 01
  * dockapp.c: removed background panel from windowed mode.
  * dockapp.c: added '-wp, --windowed-withpanel' option.
  * main.c: added '-t, --title' option to specify title name
            (Thanks to Ryan Lovett <ryan at ocf.berkeley.edu>)
  * wmcpuload.1: updated
  * cpu_netbsd.c: added 'CP_INTR' parameter

2002 March 25
  * added NetBSD support (Thomas Runge <coto at core.de>)

2002 March 23
  * version 0.9.0 released
  * configure.ac: added AC_CANONICAL_TARGET for cross-compiling
  * configure.ac: changed $host_os to $target_os

2002 March 17
  * configure.ac: removed some obsolete macros
  * dockapp.h: added header check (taken from autoconf's manual)

2002 March 16
  * configure.in: renamed as..
  * configure.ac: this (for autoconf 2.50 or later)
  * configure.ac: fixed a bug with checking select()
  * configure.ac: added 2nd/3rd arguments of `AC_DEFINE' for config.h
  * acconfig.h: removed

2002 March 15
  * main.c: code cleanup/review
  * main.c: removed a magic number '-1' for cpu_number
  * main.c: added the CPU number readout for SMP system.
  * configure.in: added AC_CHECK_HEADER(linux/threads.h) for SMP system.

2002 March 10
  * main.c, wmcpuload.1: fixed misleading message for '--cpu' option
                         (Gordon Fraser <gordon at debian.org>)
    Thanks to Jean-Philippe Guerard <jean-philippe.guerard at laposte.net>

2002 March 08
  * changed archive name into all-lower-case.

2002 March 03
  * dockapp.c: rewrote (taken from WMMemMon-0.6.0)
  * backlight_off.xpm, backlight_on.xpm: added the CPU number readout for SMP
                                         system.
  * backlight_off.xpm: changed background color brightly

2002 January 17
  * version 0.8.1 released
  * cpu_freebsd.c: changed name list of symbol table

2002 January 14
  * fixed a bug with '-p, --ignore-proc','-c, --cpu' options (GNU/Linux)

2002 January 13
  * code review/cleanup
  * removed cpu_common.c

2002 January 05
  * cpu_openbsd.c: re-wrote to use sysctl instead of kvm, no need for setgid

2001 December 30
  * version 0.8.0 released
  * updated manpage
  * updated icons

2001 December 29
  * added FAQ section to README

2001 December 25
  * added '-c, --cpu <number>' option to support SMP (GNU/Linux)
    (Thanks to Laurent Raufaste <analogue at glop.org> for the beta test)
  * fixed a bug of 'make install-strip' (FreeBSD/OpenBSD)

2001 December 24
  * changed arguments of get_system_cpuload()
  * dropped the GNU coding standards:)

2001 November 13
  * updated config.guess, and config.sub for multi-platforms
    (Gordon Fraser <gordon at debian.org>)

2001 November 06
  * renamed wmcpuload.c to main.c
  * renamed cpuload_<arch>.c to cpu_<arch>.c
  * renamed cpuload.c to cpu_common.c
  * renamed cpuload.h to cpu.h

2001 October 16
  * made small modifications in dockapp.c
    (freeing the memory that is used for wmHints, removing d_width/d_height, and
     adding a argument for event-mask to DA_Initialize())

2001 October 06
  * added a man page (Gordon Fraser <gordon at freakzone.net>)

2001 September 16
  * version 0.7.1 released
  * fixed a bug with the blended-color in 2/8/16 bpp.

2001 September 16
  * version 0.7.0 released
  * fixed a bug with event handling with enlightenment.

2001 September 15
  * added '-lc, --light-color' option.

2001 September 13
  * included WMCPULoad.spec
    (Francisco Vides Fernandez <pax at dedalo-ing.com>)

2001 September 12
  * removed '--ignore-kapm' option.
  * added '-p --ignore-proc' option.(see README)

2001 September 10
  * added '--ignore-kapm' option.
    (Ryan Veety <ryan at ryanspc.com>)

2001 September 01
  * added Solaris support (Jonathan Lang <lang at synopsys.com>)

2001 August 20
  * changed the output of the error messages from stdout to stderr.

2001 August 12
  * version 0.6.0 released

2001 August 11
  * added alarm-mode (see README)

2001 August 10
  * changed to remove dependence on the libdockapp
  * added '-bw --broken-wm' option to fix a problem with enlightenment window
    manager

2001 July 25
  * fixed a bug with '--ignore-nice' option in cpuload_linux.c

2001 July 23
  * version 0.5.6 released
  * changed to get rid of compiler warning messages with gcc 
    on Linux and FreeBSD.
  * added OpenBSD support (it's testing!!)
    (john katagawa <dhc at scurvy.org>)

2001 July 22
  * version 0.5.5 released

2001 July 09
  * added "-n, --ignore-nice" option
  * added the icons for Mandrake GNU/Linux

2001 June 02
  * version 0.5.0 released
  * changed the design of the graph
  * added Cygwin support
  * separated wmcpuload.xpm to backlight_on.xpm/backlight_off.xpm/parts.xpm
  * changed the main-loop from while(1) to DAEventLoop()
  * added a event(timer expired) to DACallbacks.
  * code review/cleanup

2001 April 24
  * version 0.1.1 released
  * fixed many typo;(

2001 April 24
  * version 0.1.0 released
  * fixed a problem with redrawing of the icon window
    (replace DASetPixmap with XCopyArea)
  * added FreeBSD support

2001 April 15
  * version 0.0.3a released
  * fixed a problem with Afterstep Wharf

2001 April 13
  * version 0.0.3 released
  * added back-light

2001 April 11
  * version 0.0.2 released
  * added a configure script

2001 April 08
  * Initial release