File: ChangeLog

package info (click to toggle)
wmtemp 0.0.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 152 kB
  • ctags: 92
  • sloc: ansic: 779; makefile: 79
file content (31 lines) | stat: -rw-r--r-- 1,500 bytes parent folder | download
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
0.0.4 (2004-03-12)
* Fixed a small bug in the Makefile, probably caused by an older version of
  sed, which caused gcc to complain about extra characters after an #include
  when compiling the xpms. Again thanks to Jean Delvare for pointing this out.

0.0.3 (2004-03-10)
* Modified the background_off.xpm image a bit, so it would be more consistent
  with WMCPULoad and WMMemLoad (more shadow at the borders)
* Added a flag to show temperatures in Fahrenheit
* Added a flag to show temperatures in Kelvin
* Modified the digit code so it could show values greater than 100
* Modified the build system, so XPMs are build seperately instead of included
  in the main.c file
* Stripped all long arguments, they are quite useless and take more effort to
  type
* Do not wait <interval> seconds before the first update, just update, then
  enter the main loop.
* Removed the optimization options for Pentium 4, not everybody has a Pentium
  4 to play with :). Also made de CFLAGS a bit more conservative.
* Some textual changes in the help output, thanks to Jean Delvare
  (http://www.ensicaen.ismra.fr/~delvare/) for pointing that out.

0.0.2 (2004-03-08)
* Added a couple of options, so CPU and SYS features could be swapped or
  entirely customized
* Added README, COPYING and AUTHORS files and made the package

0.0.1 (2004-03-08)
* Stripped WMMemLoad to the bones and replaced the memory statistics code
  with temperature statistics code, obtained from libsensors (a part of
  the lm_sensors package