-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
132 lines (116 loc) · 4.12 KB
/
ChangeLog
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
0.80
-----
Changes:
- Minimum GTK2 version is now 2.8
- Pixmap theme is now installed in prefix/share/xsensors/ as theme.tiff
(other formats still supported)
- Command line option for update time has been tweaked
Enhancements:
- Show message boxes for most errors
- Scrollbars on tabbed pages
- Added GTK3 port, which is default if available, override with --with-gtk2
- Menu with Preferences and About dialog
- Persistent/saved settings (command line options are per-run)
Bug fixes:
- Fix the theming issues (color mismatch with red/blue)
- Fix some memory issues
- Fix command line argument issues
0.75
-----
- Fix various issues with 0.74
- Install manpage by default
0.74
-----
- Use multi-sized PNG icons instead of xpm
- Add Appdata
0.73
-----
- Fix bug where the -f flag for Fahrenheit crashes xsensors
0.72
-----
- Install the desktop file automatically
- Rename and move the icon to a better place
- Fork branding and cleanup (Readme)
0.71
-----
- Applied a range of debian patches:
+remove-unused-variables.patch
+cleanup-allocs.patch
+replace-deprecated-gtk.patch
+select-chip.patch
+support-multiple-chips-on-cmd.patch
See here for details: http://patch-tracker.debian.org/package/xsensors/0.70-2
- Fixed FSF Addresses
- Added desktop and man page thanks to debian upstream:
http://ftp.de.debian.org/debian/pool/main/x/xsensors/xsensors_0.70-2.debian.tar.gz
0.70
-----
- Applied lib3 patch submitted by Jean Delvare <[email protected]>. This
should now have much cleaner support for all lm_sensors supported chips.
- Simplify expose_event_callback().
- Update automake/autoconf.
- Negative reading patch by Jean Delvare <[email protected]>.
0.60
-----
- Fixed potential segfault. Thanks to Michael Riepe <[email protected]>.
- Added support for Fintek F71805F/FG and SMSC LPC47M192. Thanks to Jean
Delvare <[email protected]>.
- Added some sanity checking on sensors. Thanks to Jordi Prats
- Added support for k8temp. Thanks to Jordi Prats <[email protected]>.
- Added support for w83627ehf.
0.50
-----
- Added support for DDR2 SDRAM EEPROM. Thanks to Jean Delvare
- Fixed a bug where 1 GB memory modules would show as "1 24 MB". Thanks to Jean
Delvare <[email protected]>
- Fix a core dump on exit when only unsupported devices were found. Thanks to
Jean Delvare <[email protected]>
0.47
-----
- Added support for the following chips: smsc47b397, it8712
0.46
-----
- Added support for as99127f.
- Officially cleaned up some build issues from 0.45.
0.45
-----
- Fixed typo in configure.
- Added support for w83697hf, lm90, adm1032, mc1066, max1617a, w83791d.
- Replaced deprecated gtk_timeout_add() with g_timeout_add().
0.40
-----
- xsensors is now a GTK2 app. Sorry, GTK1 is no longer supported but I doubt few will care.
- Fahrenheit didn't work. It would have been nice to actually write the code to begin with. It works now.
- Added support for lm85, lm85b, lm85c, adm1027, adt7463, emc6d100.
- Added new option "-t time" in order to set refresh delay.
- New look overall. Notebook background is now white. Frames used to isolate individual items. I think it looks cleaner. This all should make things seem a bit more uniform.
- Added new option "-v" to show version number.
- Version number now displayed in the title bar.
0.20
-----
- Fixed potential divide by zero. Thanks to Kim Kulak <[email protected]>.
- Fixed one memory leak. Thanks to Vadim Savchuck <[email protected]>.
- Added support for adm1023 sensor
- Added support for lm87 sensor
- Added ./configure support. Thanks to Joaquim FELLMANN <[email protected]>.
- Misc. code clean-ups including gcc 3.2 cleanups.
- Reworked EEPROM support to recognize some memory types and sizes.
0.10
-----
- Added support for w83782d sensor
- Updated support for w83627hf and as99127f sensors
- Merged all graphics into single XPM for theme approach and less code
- Ignoring of certain sensors is now supported
- "R" now looks more like "R"
- "make install" now works
0.02
-----
- Nifty range bars added
- License file included
- Graphical readout in LED form (prettier?)
- Red LEDs for readings outside the set ranges
0.01
-----
- Initial Release