File: ChangeLog

package info (click to toggle)
wmgtemp 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: sh: 1,232; ansic: 925; makefile: 10
file content (375 lines) | stat: -rw-r--r-- 8,965 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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
2017-02-01  Doug Torrance <dtorrance@piedmont.edu>

	* CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2.

2017-02-01  Doug Torrance <dtorrance@piedmont.edu>

	* src/wmgtemp-interface-mask.xbm: Use 'char' instead of 'unsigned char'
	  for bit mask.  Avoids compiler warning:

2017-02-01  Doug Torrance <dtorrance@piedmont.edu>

	* src/wmgtemp.c: Remove unused variable 'chipname'

2017-02-01  Doug Torrance <dtorrance@piedmont.edu>

	* src/wmgtemp.c: Drop all inline functions.  Too many issues when
	  compiling with different C standards.

2017-01-31  Doug Torrance <dtorrance@piedmont.edu>

	* Makefile, Makefile.am, configure.ac, src/.deps, src/Makefile,
	  src/wmgtemp.c: Switch to autotools for build.

2017-01-31  Doug Torrance <dtorrance@piedmont.edu>

	* src/.deps, src/Makefile, src/wmgeneral/list.c, src/wmgeneral/list.h,
	  src/wmgeneral/misc.c, src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
	  src/wmgeneral/wmgeneral.h, src/wmgtemp.c: Use wmgeneral from
	  libdockapp.

2017-01-31  Doug Torrance <dtorrance@piedmont.edu>

	* src/wmgtemp.c: Fix -Waggressive-loop-optimizations compiler warning.
	  In particular, the cpu_history array has length 59, so when i = 58,
	  cpu_history[i+1] is undefined.  From:
	    http://sources.debian.net/src/1.1-3/debian/patches/
	     fix_-Waggressive-loop-optimizations.patch/

2017-01-31  Doug Torrance <dtorrance@piedmont.edu>

	* src/wmgtemp.c: Autodetect sensors.conf instead of providing default
	  value.  Patch by Aurelien Jarno <aurel32@debian.org>.  From:
	    http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
	     sensors.conf.patch/

2017-01-31  Doug Torrance <dtorrance@piedmont.edu>

	* wmgtemp.1: Fix hyphen in manpage.  Patch by Dario Minnucci
	  <midget@debian.org>.  From:
	    http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
	     fix_hyphens_in_wmgtemp.1.patch/


2010-06-21 11:54  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c: applied patch from Ludwig
	  Nussell re: t flag and degree drawing

2010-06-21 11:54  kronos

	* CREDITS: applied path from Ludwig Nussell re: t flag and degree
	  drawing

2010-03-26 21:27  kronos

	* CREDITS: dev

2010-03-26 21:22  kronos

	* BUGS: rc segfault bug fixed

2010-03-26 21:21  kronos

	* CREDITS: minor update

2010-03-26 21:15  kronos

	* wmgtemp.1: update man page

2010-03-26 21:09  kronos

	* CREDITS, src/wmgtemp.c, src/wmgeneral/wmgeneral.c: fixed segfault
	  in wmgeneral. compiles with lm_sensors3, can now specify the
	  sensors config. added chip selection option

2007-06-14 11:01  kronos

	* Makefile, wmgtemp.1, src/Makefile, src/wmgtemp.c: merged patch
	  from Josip Rodin and Lugwig Nussel

2003-06-10 19:33  kronos

	* src/wmgtemp.c: added version to help screen

2003-06-10 19:29  kronos

	* README, wmgtemp.1, examples/wmgtemprc, src/wmgtemp.c: added
	  feature1/2 options, added quiet option

2003-03-12 00:57  kronos

	* CREDITS, src/wmgtemp.c: removed multiline string literal,
	  deprecated in gcc-3.2

2002-06-14 02:21  kronos

	* README, src/Makefile: now usiing dynamic chipset detection

2002-02-24 21:27  kronos

	* wmgtemp.1: removed suported sensors stuff

2002-02-24 21:24  kronos

	* CREDITS: fixed typo in email

2002-02-24 21:19  kronos

	* src/wmgtemp.c: switched t autodetection of chips

2001-06-09 03:49  kronos

	* CREDITS, README, wmgtemp.1, src/wmgtemp.c: merged in ADM1021
	  support re Dennis Schneider <sdans@wed.de>. Added temperature
	  swapping

2001-04-17 01:53  kronos

	* README: added AS99127F to sensor  lis

2001-04-17 01:48  kronos

	* src/wmgtemp.1x: removed coz i wrote a better one and added it
	  somewhere else and forgot about this one

2001-04-17 01:45  kronos

	* Makefile: Modified manpage install - actually works this time,
	  that'll teach me for doing it at work and not testing it ;)

2001-04-17 01:45  kronos

	* wmgtemp.1: HELP for ckable tempscale indicator - cycling.

2001-04-17 01:44  kronos

	* src/wmgtemp.c: Added clickable tempscale indicator - cycling.

2001-04-13 15:29  kronos

	* INSTALL, Makefile: Added manpage install

2001-04-13 02:04  kronos

	* wmgtemp.1: Initial add of manpage

2001-04-13 02:02  kronos

	* CREDITS, src/wmgtemp.c: Added support for AS99127F and fixed the
	  bug that stopped the temps being displayed in other scales

2001-02-28 20:55  kronos

	* src/wmgtemp.c: Corrected help screen defailt temps for min and
	  max

2001-02-28 20:53  kronos

	* TODO: updated with doneness

2001-02-28 20:41  kronos

	* src/wmgtemp-interface.xpm: Changed high temp viewing indicator
	  light to amber

2001-02-28 20:34  kronos

	* src/wmgtemp.c: Fixed typo in help, removed extra -h flag on help
	  screen, correct processing of -u flag.

2001-02-28 16:50  kronos

	* src/wmgtemp.c: Changed summink to test email notification

2001-02-28 16:47  kronos

	* src/wmgtemp.c: testing email notifications

2001-02-28 14:48  kronos

	* src/wmgtemp.c: Fixed lagging screen drawing

2001-02-28 14:47  kronos

	* examples/wmgtemprc: Initial add

2001-02-28 14:46  kronos

	* BUGS: added blurb

2001-02-27 20:57  kronos

	* README: Added guff

2001-02-27 20:34  kronos

	* BUGS: Added

2001-02-27 20:28  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c: Changed commandline
	  processing to getopt, Added rcfile processing, Added MAX temp
	  viewing indicator light

2001-02-26 20:45  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c: Last commit added support
	  for W83781D and W83627HF. This: Added support for optional
	  displaying of CPU/SYS temp on graph.

2001-02-26 17:15  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c: Added HIGH temp
	  displaying, execing of command at given temp

2001-02-26 14:15  kronos

	* CREDITS: Added note for Jon Kinred <compart@one.net.au>

2001-02-26 14:14  kronos

	* src/wmgtemp.c: W83781D, W83627HF support.

2001-02-23 21:01  kronos

	* src/wmgtemp.1x: Added manpage

2001-02-22 21:13  kronos

	* INSTALL: updated instructions

2001-02-22 21:12  kronos

	* Makefile: Added missing install option

2001-02-22 21:08  kronos

	* TODO: checked off completed ideas

2001-02-22 20:57  kronos

	* src/wmgtemp.c: Converted to use signals - xevents weren't being
	  handled in a timely manner

2001-02-22 20:22  kronos

	* src/wmgtemp.c: Code cleanup

2001-02-21 20:38  kronos

	* src/wmgtemp.c: moved drawing of range lines

2001-02-21 20:05  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c: Revamped graph rescaling,
	  not so zoomy

2001-02-16 19:42  kronos

	* src/wmgtemp.c: Updated usage

2001-02-16 19:40  kronos

	* src/Makefile: Added 'depend' back in, oops!

2001-02-16 19:40  kronos

	* src/.deps: New

2001-02-16 19:33  kronos

	* src/wmgtemp.c: tidied a few things

2001-02-16 19:29  kronos

	* src/Makefile: removed 'depend', not needed

2001-02-16 19:23  kronos

	* src/: .xvpics/wmgtemp-interface.xpm, .xvpics/wmlm_master.xpm,
	  .deps: Removed, shouldn't be maintained by cvs

2001-02-16 19:06  kronos

	* CREDITS: Initial

2001-02-16 18:56  kronos

	* TODO: Checked off completed items

2001-02-16 18:53  kronos

	* src/wmgtemp.h: Removed coz it ain't needed

2001-02-16 18:48  kronos

	* src/: wmgtemp.c: Added CPU temp warning lights

2001-02-16 14:55  kronos

	* src/wmgtemp.c: Got rid of a few of the if's in temperature
	  scaling

2001-02-16 14:46  kronos

	* src/: wmgtemp.c, wmgtemp.h: Modified graph to scale on the fly
	  depending on temperature ranges of displayed values.

2001-02-09 21:52  kronos

	* src/wmgtemp.c: added checking for invalid delay

2001-02-09 21:50  kronos

	* src/wmgtemp.c: corrected update delay message

2001-02-09 21:46  kronos

	* src/wmgtemp.c: changed error message for unsupported chip

2001-02-09 21:40  kronos

	* src/: wmgtemp-interface.xpm, wmgtemp.c, wmgtemp.h: Adding
	  structure to make supporting other chipssets easier

2001-02-07 18:58  kronos

	* TODO: added ideas while i still remember them

2001-02-07 18:52  kronos

	* src/wmgtemp.c: added usage for block and line

2001-02-07 18:51  kronos

	* TODO: added ideas while i still remember them

2001-02-07 18:47  kronos

	* Artistic, INSTALL, README, TODO: Initial

2001-02-07 18:34  kronos

	* src/: wmgtemp.c, wmgtemp.h: added rudimentary graph drawing

2001-02-07 17:28  kronos

	* Makefile, src/.deps, src/Makefile,
	  src/wmgtemp-interface-mask.xbm, src/wmgtemp-interface.xpm,
	  src/wmgtemp.c, src/wmgtemp.h, src/wmgeneral/misc.c,
	  src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
	  src/wmgeneral/wmgeneral.h, src/wmgeneral/list.c,
	  src/wmgeneral/list.h, src/.xvpics/wmgtemp-interface.xpm,
	  src/.xvpics/wmlm_master.xpm: Initial revision

2001-02-07 17:28  kronos

	* Makefile, src/.deps, src/Makefile,
	  src/wmgtemp-interface-mask.xbm, src/wmgtemp-interface.xpm,
	  src/wmgtemp.c, src/wmgtemp.h, src/wmgeneral/misc.c,
	  src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
	  src/wmgeneral/wmgeneral.h, src/wmgeneral/list.c,
	  src/wmgeneral/list.h, src/.xvpics/wmgtemp-interface.xpm,
	  src/.xvpics/wmlm_master.xpm: initial import of tidied up version