added --use_libwqsmart option
[psensor.git] / NEWS
1 * v0.7.0.0
2
3 ** psensor: fixed sensor type displayed in sensor preferences dialog.
4 ** psensor: not calling g_thread_init when compiled with glib >= 2.31.
5 ** psensor: added basic instruction in the README for compiling psensor
6             with the ATI/AMD GPU support.
7 ** psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
8 ** psensor: added capability to use libatasmart for sata disk monitoring.
9 ** psensor: added option --use_libatasmart
10 ** changed copyright dates to 2012.
11
12 * v0.6.2.17
13
14 ** psensor: fixed sensor type displayed in sensor preferences dialog.
15 ** psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
16 ** psensor: not calling g_thread_init when compiled with glib >= 2.31.
17 ** changed copyright dates to 2012.
18
19 * v0.6.2.16
20
21 ** psensor: removed -pedantic and ignores deprecation warnings
22    to fix compilation against the glib version of Ubuntu Precise.
23    It fixes Ubuntu bug #905893.
24
25 * v0.6.2.15
26
27 ** psensor-server: uses glibtop instead of 'sysinfo' which is not
28    available on kfreebsd. It fixes Debian bug #650533.
29
30 * v0.6.2.14
31
32 ** psensor: support of gtk>=2.18
33 ** psensor: inner space of the graph using the theme background color
34 ** psensor-server: fixed compilation with microhttpd >=0x90200 and
35    64bits.
36 ** added some information in the README (mostly about compilation on
37    CentOS).
38 ** psensor-server: support of symbolic links to webfiles.
39
40 * v0.6.2.13
41
42 ** psensor can now be compiled and run with gtk3.
43 ** psensor: added gtk3 support build detection.
44 ** psensor: added libappindicator3-01 (gtk3 compliant version)
45    detection.
46 ** psensor: use 'draw' signal instead of 'expose-event' when compiled
47    with gtk3. 
48 ** psensor: fixed typo in french translation file.
49 ** psensor-server: fixed compilation with microhttpd >= 0.9.2 (version
50    used by Fedora15) which introduced incompatible API changes.
51 ** psensor: fixed compilation with libnotify 0.5.2 (submitted by Lubos
52    Stanek).
53 ** psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).
54 ** psensor: fixed compilation with AMD/ATI GPU monitoring support
55    (submitted by Lubos Stanek).
56 ** psensor: default log level set to LOG_WARN.
57 ** few code refactoring and cleanup.
58 ** psensor: added support of status tray icon for DE not supporting
59    Ubuntu Application Indicator.
60
61 * v0.6.2.12
62
63 ** psensor: added -d option to enable debug log (written to $HOME/.psensor/log).
64 ** psensor: log sensor values in debug mode.
65 ** psensor: added option to restore window position and size.
66
67 * v0.6.2.11
68
69 ** psensor-server/web interface: use jqplot default css.
70 ** psensor-server/web interface: added excanvas for ie < 9 support.
71 ** psensor-server/web interface: automatic update of the monitoring page.
72 ** psensor-server/web interface: improved styling and navigation.
73 ** psensor-server/web interface: added graph for cpu usage.
74 ** psensor-server/web interface: fixed IE8 bug (page title change not
75    allowed).
76 ** psensor-server/web interface: dynamic refresh of the graph.
77 ** psensor: added appindicator monochrome icons from Christoph Buchner
78    (bilderbuchi).
79 ** psensor: added log file (~/.psensor/log).
80 ** psensor: added X-GNOME-Autostart-Delay in .desktop file to
81    workaround LP: #859724.
82
83 * v0.6.2.10
84
85 ** psensor-server: added network, cpu load and memory information in
86    JSON web interface.
87 ** psensor-server: added monitor.html and details.html using jquery
88    and retrieving monitoring data from the JSON web interface.
89 ** added experimental support for ATI/AMD gpus and fans.
90 ** psensor: added support of CPU usage monitoring.
91 ** psensor-server: display graph of sensors (web server).
92 ** psensor: bug fixed compilation with -Wall.
93 ** psensor: bug fixed unallocated memory read during termination.
94 ** psensor: fixed memleak when window not drawable.
95 ** psensor: release GConfClient when quitting.
96
97 * v0.6.2.9
98
99 ** psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
100    is selected with application indicator.
101 ** added missing src/description.txt file into source archive.
102 ** psensor: appindicator displays unit of sensor values.
103 ** psensor: added preference for hiding main window on startup.
104 ** psensor: added 'about' dialog.
105 ** psensor: merged Chinese Simplified translation from royclarck 
106 ** psensor: autostarted by default
107 ** nvidia: code cleanup
108 ** nvidia: fixed init, error var not initialized
109 ** nvidia: fixed nvidia_psensor_list_add, incorrect memory free
110 ** psensor: when appindicator is not support by wm:
111    - psensor quit on window close
112    - show psensor even if hide on startup is enabled
113
114 * v0.6.2.8
115
116 ** psensor: escaped - in manpage.
117 ** psensor-server: escaped - in manpage.
118 ** psensor: added support of libnotify 0.7.
119 ** psensor: added turkish support.
120 ** psensor: fixed multi-languages support used by glade.
121 ** switched from wpitchoune@gmail.com to jeanfi@gmail.com (my usual
122    email).
123 ** merged french translation from v0.6.1.8.
124 ** added missing french translation.
125 ** added different sizes of psensor.png .
126 ** psensor: added menu.
127 ** psensor: added enable/disable unity launcher counter.
128 ** psensor: unity launcher counter displays the higher temperature.
129 ** avoid fetching hddtemp daemon when no hdd in the sensors list.
130 ** psensor: closing the window hides psensor instead of quitting when
131    application indicator support is enabled. 
132 ** psensor: dialog window for editing all sensors preferences.
133 ** psensor: added support of GTK3.0 (GTK2.0 still supported).
134 ** psensor: fixed crash when glade files cannot be read.
135 ** psensor: display sensors information in the application indicator.
136
137 * v0.6.2.7
138
139 ** psensor: src/glade/psensor-pref.glade, added button separator.
140 ** psensor: src/glade/sensor-edit.glade, fixed horiz/vert padding.
141 ** psensor: src/lib/measure.c, initialize time.
142 ** psensor: fixed freeze when click on preferences appindicator with
143    natty.
144
145 * v0.6.2.6
146
147 ** psensor: fixed min temp/fan of the graph
148 ** psensor: very minor optimization (graph.c)
149
150 * v0.6.2.5
151
152 ** psensor: dialog box for editing psensor preferences is using Glade
153 ** psensor: dialog box for editing sensor preferences is using Glade
154 ** psensor: added support of negative temperatures (lm-sensors)
155
156 * v0.6.2.4
157
158 ** psensor, graph: fixed padding bugs 
159 ** psensor, graph: drawing code refactored
160 ** psensor: the value of the first detected sensor is displayed in the
161    unity launcher entry of psensor (requires unity >=3.4.2).
162
163 * v0.6.2.3
164
165 ** psensor-server: new global variable 'psensor_version' for lua template
166 ** psensor-server: /index.html replaced by /index.lua
167 ** avoid useless lib linkage by using --as-needed
168
169 * v0.6.2.2
170
171 ** psensor-server: web server support binary files
172 ** psensor-server: added favicon.ico
173 ** psensor-server: moved index.lua to monitor.lua
174 ** psensor-server: added index.html (welcome page)
175
176 * v0.6.2.1
177
178 ** added uptime/memory information (psensor-server web)
179 ** added debug mode for psensor-server (--debug)
180 ** when used in debug mode, psensor-server can be stopped remotely
181    using http://hostname:port/api/1.0/server/stop
182 ** fixed memory leak (label of lmsensor)
183 ** some code cleanup/refactoring
184
185 * v0.6.1.10
186
187 ** psensor: support of appindicator < 0.2.9
188 ** psensor: closing the window hides psensor instead of quitting when
189    application indicator support is enabled. 
190
191 * v0.6.1.9
192
193 ** avoid fetching hddtemp daemon when no hdd in the sensors list
194
195 * v0.6.1.8
196
197 ** psensor: added turkish language
198 ** psensor: fixed freeze when click on preferences appindicator with
199    natty.
200 ** fixed typo (${X11_LIBS}) in configure.ac
201 ** psensor: full french language support
202
203 * v0.6.1.7
204
205 ** psensor: add support of libnotify 0.7
206
207 * v0.6.1.6
208
209 ** psensor: escaped - in manpage
210 ** psensor-server: escaped - in manpage
211
212 * v0.6.1.5
213
214 ** added multi-language for hdd.c/nvidia.c/lmsensor.c
215 ** some code cleanup/refactoring
216
217 * v0.6.1.4
218
219 ** fixed manpage formatting in 'REPORTING BUGS' section
220 ** improved manpages
221 ** removed few useless translations (fr/zh_CN)
222 ** improved error messages for remote sensors + multilanguages support
223
224 * v0.6.1.3
225
226 ** fixed compilation error of psensor when libcurl is present but not
227    libjson0
228 ** suppress pointer to Textinfo manual (psensor/psensor-server).
229 ** added --name to help2man call (psensor/psensor-server manpages).
230 ** added more information in the psensor/psensor-server manpages.
231 ** added warning about psensor-server and security in README.
232
233 * v0.6.1.1
234
235 ** application icon is loaded using GtkIconTheme
236 ** appindicator icon is now the psensor one
237 ** added appindicator icon for status 'attention'
238
239 * v0.6.1
240
241 ** added style.css for psensor-server
242 ** use some styling in index.lua
243 ** fixed typo in README
244 ** fixed psensor-server short option -p
245 ** multi-language support for psensor-server
246 ** added some translation for French language0
247 ** fixed psensor-server bug: first sensor was not displayed
248
249 * v0.6.0.14
250
251 ** psensor (gtk client):
252
253 *** added global preference: graph update interval
254 *** added global preference: graph monitoring duration
255 *** added global preference: sensor update interval
256 *** standard gnu command line interface for psensor
257 *** new psensor options: --help, --version, --url
258 *** added generation and installation of the psensor man
259 *** added remote monitoring it requires a new optionnal dependencies
260     (libjson0 and libcurl)
261 *** added internationnalization support for the UI
262 *** added Simplified Chinese Language (from DaBao <linux.dabao@gmail.com>)
263
264 ** psensor-server:
265
266 *** psensor-server is now a minimal webserver based on microhttpd.
267     Lua5.1 is used to generate HTML pages to display temperatures and
268     gtop2 information
269 *** temperature information can be retrieved using a webservice based
270     on json
271 *** added cpu information (requires optional libgtop-2.0)
272 *** psensor-server 
273 *** psensor-server options: --port, --help, --version
274 *** added generation and installation of the psensor-server man
275
276 ** common news for psensor and psensor-server:
277
278 *** moved to autoconf/automake
279 *** gnu standard: use NEWS instead of CHANGES file
280 *** moved LICENSE to COPYING
281
282 * v0.5.1
283
284 ** Makefile: avoid debug compilation by default
285 ** Makefile: fixed duplicate server.o in OBJS_SERVER
286 ** moved LICENSE to copyright
287 ** moved CHANGES to NEWS
288 ** Fixed creation of directories for the target 'install'
289
290 * v0.5.0
291
292 ** Added double buffering of the graph to avoid flickering
293 ** Fixed README error gconf package name
294 ** Refactoring makefile
295 ** Added desktop notification support
296 ** Added application indicator support
297 ** Fixed MT issue (UI freeze, refresh_thread)
298 ** Added global preferences editor (right click on the graph)
299 ** Added sensor preferences editor (right click on the sensor table)
300 ** Displayed name of each sensor can be changed
301 ** Position of the sensor table can be changed
302 ** Window decoration can be hidden
303 ** Added 'keep window below' setting
304
305 * v0.4.5
306
307 ** Makefile: fixed duplicate server.o in OBJS_SERVER
308
309 v0.4.4
310 Added README.debian
311
312 v0.4.3
313 Fixed foreground graph color first time psensor is started
314 Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining
315 gtk_dialog_get_content_area which exist since 2.14
316
317 v0.4.2
318 Fixed potential MT issue (refresh_thread)
319 Added double buffering of the graph to avoid flickering
320 Fixed minor graph code bugs
321
322 v0.4.1
323 Fixed README error gconf package name
324 Refactoring makefile
325
326 v0.4.0
327 Added FAN support
328 Added HDD support (using hddtemp daemon)
329 Added popup menu for changing graph bg/fg colors and opacity
330 Graph background can be transparent, opacity can be changed
331 Fixed BR3: sensors with the same name but different chips share the same color configuration
332 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
333 Changed website URL
334 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
335
336 v0.3.3
337 Fixed potential MT issue  (refresh_thread)
338 Improved Makefile
339
340 v0.3.2
341 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
342 Changed website URL
343 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
344
345 v0.3.1
346 Fixed BR3: sensors with the same name but different chips share the same color configuration
347
348 v0.3.0
349 Sensor graph colors can be changed: click on the colored sensor cell in the information table)
350 Background color of the graph can be changed: click on the graph
351 Configuration is stored using GConf
352 Fixed not initialized memory bug (min/max) in nvidia support
353
354 v0.2.7
355 Updated the website URL
356 Added contact information in the README
357 Backported Makefile improvement from trunk
358 Removed pwiki styling of the README
359 Backport: Fixed not initialized memory bug (min/max) in nvidia support
360
361
362 v0.2.6
363 Changed default graph colors and background
364 Added vertical padding for the graph canvas
365 Disabled row selection of the sensor table
366 Fixed BR2: nvidia gpu is always using black color
367
368 v0.2.5
369 Added a basic server to retrieve remotely temperatures
370
371 v0.2.4
372 Added application icon
373 Added .desktop file
374
375 v0.2.3
376 Added max and min temperature information for each sensor
377 Fixed a missing #include in nvidia.c
378 Small UI improvements (scrollbar for the right panel + slider)
379
380 v0.2.2
381 Fixed compilation warning when NVidia support is disabled
382 Fixed BR1: crash when no temperature sensor is available
383
384 v0.2.1
385 Compilation dependance to Nvidia lib is optional
386
387 v0.2.0
388 Added support of NVidia GPUs
389
390 v0.1.1
391 Improved right panel (list of sensors) + ability to disable each sensor graph
392
393 v0.1.0
394 Initial release
395
396