added LFS support
[psensor.git] / NEWS
1 * v0.8.0.4
2
3 ** Added calling script when an alarm is raised.
4 ** Reordering of the list of sensors.
5 ** Added keywords in .desktop file.
6 ** Added LFS support.
7
8 * v0.8.0.3
9
10 ** Switched to GtkColorChooserDialog instead of the
11    deprecated widget GtkColorSelectionDialog. (LP: #1184442)
12 ** psensor-server: fixed compilation without gtop2 lib.
13
14 * v0.8.0.2
15
16 ** GConf2/GTK/XEXT/X11 lib optional to allow psensor-server
17    compilation without them.
18 ** Added support of libjson-c.
19 ** merged German translation from LP (Dennis Baudys).
20 ** merged Latvian translation from LP (tuxmaniack).
21
22 * v0.8.0.1
23
24 ** added AMD GPU usage sensor (Contribution from MestreLion).
25 ** added support of sensors log interval.
26 ** psensor-server: protocole changes, API version incremented.
27 ** fixed cpu load when fahrenheit is enabled.
28 ** list of sensors can be reordered using the sensor preferences
29    dialog.
30 ** merged Spanish translation from LP (Javier) and Tomeu R. .
31 ** merged French translation from LP (Hélion du Mas des Bourboux).
32 ** merged Italian translation from LP (Diego Pierotto).
33 ** merged Brazillian Portugues translation from LP (MestreLion).
34 ** fixed the quit menu of the application indicator which was
35    not translatable.
36
37 * v07.0.5
38
39 ** fixed cpu load when fahrenheit is enabled.
40
41 * v0.7.0.4
42
43 ** added Spanish translation from LP (Javier and Eduardo Alberto
44    Calvo).
45 ** merged German translation from LP (Dennis Baudys).
46 ** merged French translation from LP (Alain-OIivier Breysse).
47 ** merged Hungarian from translation LP (Bence Lukács).
48 ** merged Latvian translation from LP (tuxmaniack).
49 ** merged Portuguese translation from LP (Daniel Serafim).
50 ** merged Russian translation from LP (Ilya Volchanetskiy).
51 ** merged Ukrainian translation from LP (Ilya Volchanetskiy).
52 ** merged Chinese translation from LP (Wang Dianjin).
53 ** psensor: fixed 'appindicator enabled' option not working correctly
54    for cpu usage. The option was inversed each time it is displayed in
55    the preference dialog.
56 ** psensor: added an option to enable logging of sensors
57    ($HOME/.psensor/sensors.log).
58 ** psensor-server: added sensors logging (--sensor-log-file).
59 ** psensor: display the name of chip in sensor preferences.
60 ** psensor: moved the sensor id into a expendable frame of the sensor
61    preferences.
62 ** test target is now running cppcheck if available.
63 ** fixed cppcheck reported errors (realloc and not freed var).
64 ** fixed cppcheck (old values not used).
65 ** added faq (requires asciidoc to build the html version).
66 ** check target is now running cppcheck if installed.
67 ** display a message if no graphs are enabled (Closes #689355).
68 ** psensor: when 'hide window on startup' is set, it will
69    hide the window only if psensor can register to application
70    indicator or systray. Waiting 30s before trying to do it
71    in order to have better chance that systray is running during
72    session startup.
73 ** fixed displaying of the fahrenheit temperature in the main
74    window.
75 ** fixed compilation error in amd.c (hdll not used).
76
77 * v0.7.0.3
78
79 ** psensor: removed gettext_domain in psensor.schemas causing
80    warnings.
81 ** merged italian and russian translation from LP.
82
83 * v0.7.0.2
84
85 ** psensor: added latvian translation file.
86 ** psensor: added gconf schema. (LP: #1026807)
87 ** psensor: hide sensors in the application indicator.
88 ** psensor: removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
89 ** merge chinese translation from LP.
90
91 * v0.7.0.1
92
93 ** psensor: minimum GTK version is now 3.0, GTK v2.x is no more
94    supported.
95 ** psensor: fixed sensor type displayed in sensor preferences
96    dialog. (Closes LP: #968912)
97 ** psensor: not calling g_thread_init when compiled with glib >= 2.31.
98 ** psensor: added basic instruction in the README for compiling psensor
99             with the ATI/AMD GPU support.
100 ** psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
101 ** psensor: added capability to use libatasmart for sata disk monitoring.
102 ** psensor: added option --use-libatasmart.
103 ** changed copyright dates to 2012.
104 ** psensor: fixed systray and application indicator visible at the
105    same time. (Closes LP: #971098)
106 ** psensor: fixed wrong background color, get the background color of
107    the window and not the canvas widget. (Closes LP: #973122)
108 ** psensor: used the foreground color defined by the theme for the
109    font of the graph legend.
110 ** psensor: used tab layout for psensor preferences.
111 ** psensor: temperature unit choice (celcius/fahrenheit).
112 ** psensor-server: fixed --wdir option.
113 ** psensor-server: added log level to -d option.
114 ** psensor-server: added --log-file option.
115 ** psensor-server: logged measures when log level is 3.
116 ** psensor: fixed many memory leaks in cfg.c (gconf2 keys).
117 ** psensor: fixed memory leak (sensor name when specified by the
118    configuration).
119 ** psensor: implemented the psensor uniquess, non-primary psensor
120    instances show the window of the primary psensor instance and
121    exits.
122 ** many code quality improvements.
123 ** psensor: added --new-instance option to allow the creation of
124    multiple instances of Psensor.
125 ** psensor: added the degree sign before the temperature symbols
126             (Closes LP: #1021900).
127 ** psensor: alarm limit edition using the temperature unit set in the
128    global pref.
129 ** psensor: improved notification (added psensor icon and value of the
130    sensor).
131 ** full french and hungarian translation.
132 ** merged some chinese translation provided by LP.
133 ** added translation files for Brazilian Portuguese, and Italian.
134 ** partial translations for Russian, Serbian, Ukrainian, Slovenian and
135    German.
136 ** psensor: fixed i18n support for the application indicator menu.
137 ** psensor: fixed i18n support for the application menu.
138 ** psensor: added low thresold support for alerts.
139 ** psensor: added fan alert support.
140 ** psensor: fixed hide window on startup for gnome-shell (Closes:
141    #676361).
142
143 * v0.6.2.19
144
145 ** psensor: fixed size of the icon hicolor/48x48/psensor_hot.png.
146    (LP: #1029065)
147
148 * v0.6.2.18
149
150 ** added degree sign for celcius (Closes LP: #1021900).
151 ** added russian, brazilian, hungarian, serbian, slovenian,
152    italian, ukrainian and german translation files.
153 ** merged translations from LP.
154 ** psensor: fixed hide window on startup for gnome-shell (Closes:
155    #676361).
156
157 * v0.6.2.17
158
159 ** psensor: fixed sensor type displayed in sensor preferences
160    dialog. (Closes LP: #968912)
161 ** psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
162 ** psensor: not calling g_thread_init when compiled with glib >= 2.31.
163 ** changed copyright dates to 2012.
164
165 * v0.6.2.16
166
167 ** psensor: removed -pedantic and ignores deprecation warnings
168    to fix compilation against the glib version of Ubuntu Precise.
169    It fixes Ubuntu bug #905893.
170
171 * v0.6.2.15
172
173 ** psensor-server: uses glibtop instead of 'sysinfo' which is not
174    available on kfreebsd. It fixes Debian bug #650533.
175
176 * v0.6.2.14
177
178 ** psensor: support of gtk>=2.18
179 ** psensor: inner space of the graph using the theme background color
180 ** psensor-server: fixed compilation with microhttpd >=0x90200 and
181    64bits.
182 ** added some information in the README (mostly about compilation on
183    CentOS).
184 ** psensor-server: support of symbolic links to webfiles.
185
186 * v0.6.2.13
187
188 ** psensor can now be compiled and run with gtk3.
189 ** psensor: added gtk3 support build detection.
190 ** psensor: added libappindicator3-01 (gtk3 compliant version)
191    detection.
192 ** psensor: use 'draw' signal instead of 'expose-event' when compiled
193    with gtk3. 
194 ** psensor: fixed typo in french translation file.
195 ** psensor-server: fixed compilation with microhttpd >= 0.9.2 (version
196    used by Fedora15) which introduced incompatible API changes.
197 ** psensor: fixed compilation with libnotify 0.5.2 (submitted by Lubos
198    Stanek).
199 ** psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).
200 ** psensor: fixed compilation with AMD/ATI GPU monitoring support
201    (submitted by Lubos Stanek).
202 ** psensor: default log level set to LOG_WARN.
203 ** few code refactoring and cleanup.
204 ** psensor: added support of status tray icon for DE not supporting
205    Ubuntu Application Indicator.
206
207 * v0.6.2.12
208
209 ** psensor: added -d option to enable debug log (written to $HOME/.psensor/log).
210 ** psensor: log sensor values in debug mode.
211 ** psensor: added option to restore window position and size.
212
213 * v0.6.2.11
214
215 ** psensor-server/web interface: use jqplot default css.
216 ** psensor-server/web interface: added excanvas for ie < 9 support.
217 ** psensor-server/web interface: automatic update of the monitoring page.
218 ** psensor-server/web interface: improved styling and navigation.
219 ** psensor-server/web interface: added graph for cpu usage.
220 ** psensor-server/web interface: fixed IE8 bug (page title change not
221    allowed).
222 ** psensor-server/web interface: dynamic refresh of the graph.
223 ** psensor: added appindicator monochrome icons from Christoph Buchner
224    (bilderbuchi).
225 ** psensor: added log file (~/.psensor/log).
226 ** psensor: added X-GNOME-Autostart-Delay in .desktop file to
227    workaround LP: #859724.
228
229 * v0.6.2.10
230
231 ** psensor-server: added network, cpu load and memory information in
232    JSON web interface.
233 ** psensor-server: added monitor.html and details.html using jquery
234    and retrieving monitoring data from the JSON web interface.
235 ** added experimental support for ATI/AMD gpus and fans.
236 ** psensor: added support of CPU usage monitoring.
237 ** psensor-server: display graph of sensors (web server).
238 ** psensor: bug fixed compilation with -Wall.
239 ** psensor: bug fixed unallocated memory read during termination.
240 ** psensor: fixed memleak when window not drawable.
241 ** psensor: release GConfClient when quitting.
242
243 * v0.6.2.9
244
245 ** psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
246    is selected with application indicator.
247 ** added missing src/description.txt file into source archive.
248 ** psensor: appindicator displays unit of sensor values.
249 ** psensor: added preference for hiding main window on startup.
250 ** psensor: added 'about' dialog.
251 ** psensor: merged Chinese Simplified translation from royclarck 
252 ** psensor: autostarted by default
253 ** nvidia: code cleanup
254 ** nvidia: fixed init, error var not initialized
255 ** nvidia: fixed nvidia_psensor_list_add, incorrect memory free
256 ** psensor: when appindicator is not support by wm:
257    - psensor quit on window close
258    - show psensor even if hide on startup is enabled
259
260 * v0.6.2.8
261
262 ** psensor: escaped - in manpage.
263 ** psensor-server: escaped - in manpage.
264 ** psensor: added support of libnotify 0.7.
265 ** psensor: added turkish support.
266 ** psensor: fixed multi-languages support used by glade.
267 ** switched from wpitchoune@gmail.com to jeanfi@gmail.com (my usual
268    email).
269 ** merged french translation from v0.6.1.8.
270 ** added missing french translation.
271 ** added different sizes of psensor.png .
272 ** psensor: added menu.
273 ** psensor: added enable/disable unity launcher counter.
274 ** psensor: unity launcher counter displays the higher temperature.
275 ** avoid fetching hddtemp daemon when no hdd in the sensors list.
276 ** psensor: closing the window hides psensor instead of quitting when
277    application indicator support is enabled. 
278 ** psensor: dialog window for editing all sensors preferences.
279 ** psensor: added support of GTK3.0 (GTK2.0 still supported).
280 ** psensor: fixed crash when glade files cannot be read.
281 ** psensor: display sensors information in the application indicator.
282
283 * v0.6.2.7
284
285 ** psensor: src/glade/psensor-pref.glade, added button separator.
286 ** psensor: src/glade/sensor-edit.glade, fixed horiz/vert padding.
287 ** psensor: src/lib/measure.c, initialize time.
288 ** psensor: fixed freeze when click on preferences appindicator with
289    natty.
290
291 * v0.6.2.6
292
293 ** psensor: fixed min temp/fan of the graph
294 ** psensor: very minor optimization (graph.c)
295
296 * v0.6.2.5
297
298 ** psensor: dialog box for editing psensor preferences is using Glade
299 ** psensor: dialog box for editing sensor preferences is using Glade
300 ** psensor: added support of negative temperatures (lm-sensors)
301
302 * v0.6.2.4
303
304 ** psensor, graph: fixed padding bugs 
305 ** psensor, graph: drawing code refactored
306 ** psensor: the value of the first detected sensor is displayed in the
307    unity launcher entry of psensor (requires unity >=3.4.2).
308
309 * v0.6.2.3
310
311 ** psensor-server: new global variable 'psensor_version' for lua template
312 ** psensor-server: /index.html replaced by /index.lua
313 ** avoid useless lib linkage by using --as-needed
314
315 * v0.6.2.2
316
317 ** psensor-server: web server support binary files
318 ** psensor-server: added favicon.ico
319 ** psensor-server: moved index.lua to monitor.lua
320 ** psensor-server: added index.html (welcome page)
321
322 * v0.6.2.1
323
324 ** added uptime/memory information (psensor-server web)
325 ** added debug mode for psensor-server (--debug)
326 ** when used in debug mode, psensor-server can be stopped remotely
327    using http://hostname:port/api/1.0/server/stop
328 ** fixed memory leak (label of lmsensor)
329 ** some code cleanup/refactoring
330
331 * v0.6.1.10
332
333 ** psensor: support of appindicator < 0.2.9
334 ** psensor: closing the window hides psensor instead of quitting when
335    application indicator support is enabled. 
336
337 * v0.6.1.9
338
339 ** avoid fetching hddtemp daemon when no hdd in the sensors list
340
341 * v0.6.1.8
342
343 ** psensor: added turkish language
344 ** psensor: fixed freeze when click on preferences appindicator with
345    natty.
346 ** fixed typo (${X11_LIBS}) in configure.ac
347 ** psensor: full french language support
348
349 * v0.6.1.7
350
351 ** psensor: add support of libnotify 0.7
352
353 * v0.6.1.6
354
355 ** psensor: escaped - in manpage
356 ** psensor-server: escaped - in manpage
357
358 * v0.6.1.5
359
360 ** added multi-language for hdd.c/nvidia.c/lmsensor.c
361 ** some code cleanup/refactoring
362
363 * v0.6.1.4
364
365 ** fixed manpage formatting in 'REPORTING BUGS' section
366 ** improved manpages
367 ** removed few useless translations (fr/zh_CN)
368 ** improved error messages for remote sensors + multilanguages support
369
370 * v0.6.1.3
371
372 ** fixed compilation error of psensor when libcurl is present but not
373    libjson0
374 ** suppress pointer to Textinfo manual (psensor/psensor-server).
375 ** added --name to help2man call (psensor/psensor-server manpages).
376 ** added more information in the psensor/psensor-server manpages.
377 ** added warning about psensor-server and security in README.
378
379 * v0.6.1.1
380
381 ** application icon is loaded using GtkIconTheme
382 ** appindicator icon is now the psensor one
383 ** added appindicator icon for status 'attention'
384
385 * v0.6.1
386
387 ** added style.css for psensor-server
388 ** use some styling in index.lua
389 ** fixed typo in README
390 ** fixed psensor-server short option -p
391 ** multi-language support for psensor-server
392 ** added some translation for French language0
393 ** fixed psensor-server bug: first sensor was not displayed
394
395 * v0.6.0.14
396
397 ** psensor (gtk client):
398
399 *** added global preference: graph update interval
400 *** added global preference: graph monitoring duration
401 *** added global preference: sensor update interval
402 *** standard gnu command line interface for psensor
403 *** new psensor options: --help, --version, --url
404 *** added generation and installation of the psensor man
405 *** added remote monitoring it requires a new optionnal dependencies
406     (libjson0 and libcurl)
407 *** added internationnalization support for the UI
408 *** added Simplified Chinese Language (from DaBao <linux.dabao@gmail.com>)
409
410 ** psensor-server:
411
412 *** psensor-server is now a minimal webserver based on microhttpd.
413     Lua5.1 is used to generate HTML pages to display temperatures and
414     gtop2 information
415 *** temperature information can be retrieved using a webservice based
416     on json
417 *** added cpu information (requires optional libgtop-2.0)
418 *** psensor-server 
419 *** psensor-server options: --port, --help, --version
420 *** added generation and installation of the psensor-server man
421
422 ** common news for psensor and psensor-server:
423
424 *** moved to autoconf/automake
425 *** gnu standard: use NEWS instead of CHANGES file
426 *** moved LICENSE to COPYING
427
428 * v0.5.1
429
430 ** Makefile: avoid debug compilation by default
431 ** Makefile: fixed duplicate server.o in OBJS_SERVER
432 ** moved LICENSE to copyright
433 ** moved CHANGES to NEWS
434 ** Fixed creation of directories for the target 'install'
435
436 * v0.5.0
437
438 ** Added double buffering of the graph to avoid flickering
439 ** Fixed README error gconf package name
440 ** Refactoring makefile
441 ** Added desktop notification support
442 ** Added application indicator support
443 ** Fixed MT issue (UI freeze, refresh_thread)
444 ** Added global preferences editor (right click on the graph)
445 ** Added sensor preferences editor (right click on the sensor table)
446 ** Displayed name of each sensor can be changed
447 ** Position of the sensor table can be changed
448 ** Window decoration can be hidden
449 ** Added 'keep window below' setting
450
451 * v0.4.5
452
453 ** Makefile: fixed duplicate server.o in OBJS_SERVER
454
455 v0.4.4
456 Added README.debian
457
458 v0.4.3
459 Fixed foreground graph color first time psensor is started
460 Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining
461 gtk_dialog_get_content_area which exist since 2.14
462
463 v0.4.2
464 Fixed potential MT issue (refresh_thread)
465 Added double buffering of the graph to avoid flickering
466 Fixed minor graph code bugs
467
468 v0.4.1
469 Fixed README error gconf package name
470 Refactoring makefile
471
472 v0.4.0
473 Added FAN support
474 Added HDD support (using hddtemp daemon)
475 Added popup menu for changing graph bg/fg colors and opacity
476 Graph background can be transparent, opacity can be changed
477 Fixed BR3: sensors with the same name but different chips share the same color configuration
478 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
479 Changed website URL
480 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
481
482 v0.3.3
483 Fixed potential MT issue  (refresh_thread)
484 Improved Makefile
485
486 v0.3.2
487 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
488 Changed website URL
489 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
490
491 v0.3.1
492 Fixed BR3: sensors with the same name but different chips share the same color configuration
493
494 v0.3.0
495 Sensor graph colors can be changed: click on the colored sensor cell in the information table)
496 Background color of the graph can be changed: click on the graph
497 Configuration is stored using GConf
498 Fixed not initialized memory bug (min/max) in nvidia support
499
500 v0.2.7
501 Updated the website URL
502 Added contact information in the README
503 Backported Makefile improvement from trunk
504 Removed pwiki styling of the README
505 Backport: Fixed not initialized memory bug (min/max) in nvidia support
506
507
508 v0.2.6
509 Changed default graph colors and background
510 Added vertical padding for the graph canvas
511 Disabled row selection of the sensor table
512 Fixed BR2: nvidia gpu is always using black color
513
514 v0.2.5
515 Added a basic server to retrieve remotely temperatures
516
517 v0.2.4
518 Added application icon
519 Added .desktop file
520
521 v0.2.3
522 Added max and min temperature information for each sensor
523 Fixed a missing #include in nvidia.c
524 Small UI improvements (scrollbar for the right panel + slider)
525
526 v0.2.2
527 Fixed compilation warning when NVidia support is disabled
528 Fixed BR1: crash when no temperature sensor is available
529
530 v0.2.1
531 Compilation dependance to Nvidia lib is optional
532
533 v0.2.0
534 Added support of NVidia GPUs
535
536 v0.1.1
537 Improved right panel (list of sensors) + ability to disable each sensor graph
538
539 v0.1.0
540 Initial release
541
542