59418225f587fde1e6251f6d7600ec936b535c6b
[psensor-pkg-ubuntu.git] / NEWS
1 Psensor NEWS
2 ============
3
4 v1.1.4
5 ------
6
7 * psensor-server: avoid to retrieve files which are not under the
8   webserver directory.
9 * Fixed compilation failure due to MHD_create_response_from_buffer
10   which has been deprecated
11
12
13 v1.1.3
14 ------
15
16 * Fixed compilation issue with gtk+3.14 due to deprecation
17   of GtkStatusIcon. (Closes: #763257).
18
19 v1.1.2
20 ------
21
22 * Fixed missing description in psensor manpage.
23 * All mouse buttons can be used to raise color settings in the list of
24   sensors.
25 * All mouse buttons can be used to popup menu in the list of sensors.
26 * List of sensors UI defined in glade file instead of code.
27 * Fixed graph enabled setting not saved when toggle in the list of
28   sensors.
29 * Added NVidia GPU graphics, memory, PCIe and video usage.
30 * Fixed message when the configuration file is missing.
31 * Added NVidia fan support.
32 * Added 'Hide' menu item in the contextual menu of the list of
33   sensors.
34 * Added free memory support.
35 * Added alarm support of sensors expressed as percent.
36 * Smoother curves (using Bezier algo).
37 * Added translator credits in the about dialog.
38 * Added Croatian translation from LP (gogo).
39 * Merged all translations from LP.
40 * Included the full list of contributors from LP, available throw the
41   about dialog.
42 * Support of disk temperature using udisks2.
43 * Fixed small UI layout/padding issues.
44 * Splitted sensor preferences using a tab panel.
45 * New preferences to enable/disable each sensor provider.
46 * psensor: removed option +--use-libatasmart+.
47 * Changed default color for the curves (copied from the default
48   colors of the gtk color chooser widget).
49
50 v1.1.1
51 ------
52
53 * Sensor properties stored in +$HOME/.psensor/psensor.cfg+ instead of
54   GConf.
55 * psensor settings stored with dconf, removed dependency to gconf2.
56 * Fixed check of sensors/error.h.
57 * Made asciidoc optional.
58 * Hide/show sensors in the main window.
59 * Added TODO in the source tarball.
60 * Merged Hungarian translation from LP (Richard Somlói).
61 * Merged Italian translation from LP (Gabriele).
62 * Merged Latvian translation from LP (tuxmaniack).
63 * Merged Swedish translation from LP (Josef Andersson).
64 * Meged Turkish translation from LP (İbrahim Çelik).
65
66 v1.0.4
67 ------
68
69 * Fixed menu separators of the appindicator. 
70
71 v1.0.3
72 ------
73
74 * Fixed bug: psensor not autostarted when $HOME/.config/autostart does
75   not exist.
76 * Fixed few swedish translations (Josef Andersson).
77 * Fixed psensor does not start: Attempt to unlock mutex that was not
78   locked during startup with glib 2.41.2. (LP: #1346299).
79 * Fixed FTBFS with clang instead of gcc. (Closes: #753061).
80 * Fixed notification script call (wrong allocation of command string).
81
82 v1.0.2
83 ------
84
85 * +psensor-server+:
86   - Fixed file descriptor leaks.
87
88 v1.0.1
89 ------
90
91 * Smaller and more consistent with ubuntu themes appindicator icons.
92 * Sensors displayed directly in the top bar (experimental).
93 * Improved status icon in hicolor theme to fit well with white
94   background. (LP: #1310323).
95 * Psensor not autostarted by default.
96 * Added a setting to launch psensor on session startup. (Closes:
97   #728754)
98 * Fixed minor GUI bugs (widget alignments, padding, layout policy,
99   etc).
100 * Fixed missing translatable strings.
101 * Fixed FTBFS due to deprecation of json_object_object_get. (Closes:
102   #746145)
103 * Fixed typo (Celcius/Celsius).
104 * Merged german translation from LP.
105 * Merged turkish translation from LP (İbrahim Çelik).
106 * Merged chinese translation from LP.
107 * Merged hungarian translation from LP.
108 * Merged russian translation from LP (Dmitry Serov).
109 * Added support of swedish translation (Josef Andersson).
110 * Fixed NVIDIA strings.
111 * Fixed default sensor color which was always black.
112 * Fixed compilation on ppc64. (Closes: #749110)
113
114 v0.8.0.6
115 --------
116
117 * Updated jquery and jqplot to last version.
118 * Removed excanvas for copyright reason (apache license not compatible
119   with GPLv2 license).
120 * Use non-minimized version of .js and .css to avoid lintian errors
121   (source-is-missing).
122
123 v0.8.0.5
124 --------
125
126 * Added NEWS.html.
127 * Converted NEWS file to asciidoc.
128 * +psensor-server+:
129   - removed web fonts causing lintian warnings.
130   - redesigned web pages.
131 * Merged German translation from LP (Dennis Baudys).
132 * Merged Latvian translation from LP (tuxmaniack).
133 * Merged Russian translation from LP (Dmitry).
134 * Merged Turkish translation from LP (İbrahim Çelik).
135 * Added Dutch translation from LP (Pjotr12345).
136 * Fixed some french translations.
137 * AppIndicator icons: removed shadow, added padding. (LP: #1290072).
138 * Fixed compilation issue with gtk3.10 and deprecation of
139   GtkActionEntry. Menu is defined in glade file instead of
140   hardcoded. (LP: #1304108).
141
142 v0.8.0.4
143 --------
144         
145 * Added calling script when an alarm is raised.
146 * Reordering of the list of sensors.
147 * Added keywords in .desktop file.
148 * Added LFS support.
149 * Fixed compilation issue for x32 architecture on 64bits systems.
150 * Merged German translation from LP (Dennis Baudys).
151 * Merged Spanish translation from LP (Javier).
152 * Merged French translation from LP (londumas).
153 * Merged Brazilian translation from LP (Celio Alves).
154
155 v0.8.0.3
156 --------
157
158 * Switched to GtkColorChooserDialog instead of the
159    deprecated widget GtkColorSelectionDialog. (LP: #1184442)
160 * +psensor-server+: fixed compilation without gtop2 lib.
161
162 v0.8.0.2
163 --------
164
165 * GConf2/GTK/XEXT/X11 lib optional to allow psensor-server
166    compilation without them.
167 * Added support of libjson-c.
168 * merged German translation from LP (Dennis Baudys).
169 * merged Latvian translation from LP (tuxmaniack).
170
171 v0.8.0.1
172 --------
173
174 * added AMD GPU usage sensor (Contribution from MestreLion).
175 * added support of sensors log interval.
176 * +psensor-server+: protocole changes, API version incremented.
177 * fixed cpu load when fahrenheit is enabled.
178 * list of sensors can be reordered using the sensor preferences
179    dialog.
180 * merged Spanish translation from LP (Javier) and Tomeu R. .
181 * merged French translation from LP (Hélion du Mas des Bourboux).
182 * merged Italian translation from LP (Diego Pierotto).
183 * merged Brazillian Portugues translation from LP (MestreLion).
184 * fixed the quit menu of the application indicator which was
185    not translatable.
186
187 v07.0.5
188 --------
189
190 * fixed cpu load when fahrenheit is enabled.
191
192 v0.7.0.4
193 --------
194
195 * added Spanish translation from LP (Javier and Eduardo Alberto
196    Calvo).
197 * merged German translation from LP (Dennis Baudys).
198 * merged French translation from LP (Alain-OIivier Breysse).
199 * merged Hungarian from translation LP (Bence Lukács).
200 * merged Latvian translation from LP (tuxmaniack).
201 * merged Portuguese translation from LP (Daniel Serafim).
202 * merged Russian translation from LP (Ilya Volchanetskiy).
203 * merged Ukrainian translation from LP (Ilya Volchanetskiy).
204 * merged Chinese translation from LP (Wang Dianjin).
205 * psensor: fixed 'appindicator enabled' option not working correctly
206    for cpu usage. The option was inversed each time it is displayed in
207    the preference dialog.
208 * psensor: added an option to enable logging of sensors
209    ($HOME/.psensor/sensors.log).
210 * +psensor-server+: added sensors logging (--sensor-log-file).
211 * psensor: display the name of chip in sensor preferences.
212 * psensor: moved the sensor id into a expendable frame of the sensor
213    preferences.
214 * test target is now running cppcheck if available.
215 * fixed cppcheck reported errors (realloc and not freed var).
216 * fixed cppcheck (old values not used).
217 * added faq (requires asciidoc to build the html version).
218 * check target is now running cppcheck if installed.
219 * display a message if no graphs are enabled (Closes #689355).
220 * psensor: when 'hide window on startup' is set, it will
221    hide the window only if psensor can register to application
222    indicator or systray. Waiting 30s before trying to do it
223    in order to have better chance that systray is running during
224    session startup.
225 * fixed displaying of the fahrenheit temperature in the main
226    window.
227 * fixed compilation error in amd.c (hdll not used).
228
229 v0.7.0.3
230 --------
231
232 * psensor: removed gettext_domain in psensor.schemas causing
233    warnings.
234 * merged italian and russian translation from LP.
235
236 v0.7.0.2
237 --------
238
239 * psensor: added latvian translation file.
240 * psensor: added gconf schema. (LP: #1026807)
241 * psensor: hide sensors in the application indicator.
242 * psensor: removed hicolor/48x48/psensor_hot.png. (LP: #1029065)
243 * merge chinese translation from LP.
244
245 v0.7.0.1
246 --------
247
248 * psensor: minimum GTK version is now 3.0, GTK v2.x is no more
249    supported.
250 * psensor: fixed sensor type displayed in sensor preferences
251    dialog. (Closes LP: #968912)
252 * psensor: not calling g_thread_init when compiled with glib >= 2.31.
253 * psensor: added basic instruction in the README for compiling psensor
254             with the ATI/AMD GPU support.
255 * psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
256 * psensor: added capability to use libatasmart for sata disk monitoring.
257 * psensor: added option --use-libatasmart.
258 * changed copyright dates to 2012.
259 * psensor: fixed systray and application indicator visible at the
260    same time. (Closes LP: #971098)
261 * psensor: fixed wrong background color, get the background color of
262    the window and not the canvas widget. (Closes LP: #973122)
263 * psensor: used the foreground color defined by the theme for the
264    font of the graph legend.
265 * psensor: used tab layout for psensor preferences.
266 * psensor: temperature unit choice (celsius/fahrenheit).
267 * +psensor-server+: fixed --wdir option.
268 * +psensor-server+: added log level to -d option.
269 * +psensor-server+: added --log-file option.
270 * +psensor-server+: logged measures when log level is 3.
271 * psensor: fixed many memory leaks in cfg.c (gconf2 keys).
272 * psensor: fixed memory leak (sensor name when specified by the
273    configuration).
274 * psensor: implemented the psensor uniquess, non-primary psensor
275    instances show the window of the primary psensor instance and
276    exits.
277 * many code quality improvements.
278 * psensor: added --new-instance option to allow the creation of
279    multiple instances of Psensor.
280 * psensor: added the degree sign before the temperature symbols
281             (Closes LP: #1021900).
282 * psensor: alarm limit edition using the temperature unit set in the
283    global pref.
284 * psensor: improved notification (added psensor icon and value of the
285    sensor).
286 * full french and hungarian translation.
287 * merged some chinese translation provided by LP.
288 * added translation files for Brazilian Portuguese, and Italian.
289 * partial translations for Russian, Serbian, Ukrainian, Slovenian and
290    German.
291 * psensor: fixed i18n support for the application indicator menu.
292 * psensor: fixed i18n support for the application menu.
293 * psensor: added low thresold support for alerts.
294 * psensor: added fan alert support.
295 * psensor: fixed hide window on startup for gnome-shell (Closes:
296    #676361).
297
298 v0.6.2.19
299 ---------
300
301 * psensor: fixed size of the icon hicolor/48x48/psensor_hot.png.
302    (LP: #1029065)
303
304 v0.6.2.18
305 ---------
306
307 * added degree sign for celsius (Closes LP: #1021900).
308 * added russian, brazilian, hungarian, serbian, slovenian,
309    italian, ukrainian and german translation files.
310 * merged translations from LP.
311 * psensor: fixed hide window on startup for gnome-shell (Closes:
312    #676361).
313
314 v0.6.2.17
315 ---------
316
317 * psensor: fixed sensor type displayed in sensor preferences
318    dialog. (Closes LP: #968912)
319 * psensor: fixed compilation error on 64bits with ATI/AMD GPU support.
320 * psensor: not calling g_thread_init when compiled with glib >= 2.31.
321 * changed copyright dates to 2012.
322
323 v0.6.2.16
324 ---------
325
326 * psensor: removed -pedantic and ignores deprecation warnings
327    to fix compilation against the glib version of Ubuntu Precise.
328    It fixes Ubuntu bug #905893.
329
330 v0.6.2.15
331 ---------
332
333 * +psensor-server+: uses glibtop instead of 'sysinfo' which is not
334    available on kfreebsd. It fixes Debian bug #650533.
335
336 v0.6.2.14
337 ---------
338
339 * psensor: support of gtk>=2.18
340 * psensor: inner space of the graph using the theme background color
341 * +psensor-server+: fixed compilation with microhttpd >=0x90200 and
342    64bits.
343 * added some information in the README (mostly about compilation on
344    CentOS).
345 * +psensor-server+: support of symbolic links to webfiles.
346
347 v0.6.2.13
348 ---------
349
350 * psensor can now be compiled and run with gtk3.
351 * psensor: added gtk3 support build detection.
352 * psensor: added libappindicator3-01 (gtk3 compliant version)
353    detection.
354 * psensor: use 'draw' signal instead of 'expose-event' when compiled
355    with gtk3. 
356 * psensor: fixed typo in french translation file.
357 * +psensor-server+: fixed compilation with microhttpd >= 0.9.2 (version
358    used by Fedora15) which introduced incompatible API changes.
359 * psensor: fixed compilation with libnotify 0.5.2 (submitted by Lubos
360    Stanek).
361 * psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).
362 * psensor: fixed compilation with AMD/ATI GPU monitoring support
363    (submitted by Lubos Stanek).
364 * psensor: default log level set to LOG_WARN.
365 * few code refactoring and cleanup.
366 * psensor: added support of status tray icon for DE not supporting
367    Ubuntu Application Indicator.
368
369 v0.6.2.12
370 ---------
371
372 * psensor: added -d option to enable debug log (written to $HOME/.psensor/log).
373 * psensor: log sensor values in debug mode.
374 * psensor: added option to restore window position and size.
375
376 v0.6.2.11
377 ---------
378
379 * psensor-server/web interface: use jqplot default css.
380 * psensor-server/web interface: added excanvas for ie < 9 support.
381 * psensor-server/web interface: automatic update of the monitoring page.
382 * psensor-server/web interface: improved styling and navigation.
383 * psensor-server/web interface: added graph for cpu usage.
384 * psensor-server/web interface: fixed IE8 bug (page title change not
385    allowed).
386 * psensor-server/web interface: dynamic refresh of the graph.
387 * psensor: added appindicator monochrome icons from Christoph Buchner
388    (bilderbuchi).
389 * psensor: added log file (~/.psensor/log).
390 * psensor: added X-GNOME-Autostart-Delay in .desktop file to
391    workaround LP: #859724.
392
393 v0.6.2.10
394 ---------
395
396 * +psensor-server+: added network, cpu load and memory information in
397    JSON web interface.
398 * +psensor-server+: added monitor.html and details.html using jquery
399    and retrieving monitoring data from the JSON web interface.
400 * added experimental support for ATI/AMD gpus and fans.
401 * psensor: added support of CPU usage monitoring.
402 * +psensor-server+: display graph of sensors (web server).
403 * psensor: bug fixed compilation with -Wall.
404 * psensor: bug fixed unallocated memory read during termination.
405 * psensor: fixed memleak when window not drawable.
406 * psensor: release GConfClient when quitting.
407
408 v0.6.2.9
409 --------
410
411 * psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
412    is selected with application indicator.
413 * added missing src/description.txt file into source archive.
414 * psensor: appindicator displays unit of sensor values.
415 * psensor: added preference for hiding main window on startup.
416 * psensor: added 'about' dialog.
417 * psensor: merged Chinese Simplified translation from royclarck 
418 * psensor: autostarted by default
419 * nvidia: code cleanup
420 * nvidia: fixed init, error var not initialized
421 * nvidia: fixed nvidia_psensor_list_add, incorrect memory free
422 * psensor: when appindicator is not supported by wm:
423    - psensor quit on window close
424    - show psensor even if hide on startup is enabled
425
426 v0.6.2.8
427 --------
428
429 * psensor: escaped - in manpage.
430 * +psensor-server+: escaped - in manpage.
431 * psensor: added support of libnotify 0.7.
432 * psensor: added turkish support.
433 * psensor: fixed multi-languages support used by glade.
434 * switched from wpitchoune@gmail.com to jeanfi@gmail.com (my usual
435    email).
436 * merged french translation from v0.6.1.8.
437 * added missing french translation.
438 * added different sizes of psensor.png .
439 * psensor: added menu.
440 * psensor: added enable/disable unity launcher counter.
441 * psensor: unity launcher counter displays the higher temperature.
442 * avoid fetching hddtemp daemon when no hdd in the sensors list.
443 * psensor: closing the window hides psensor instead of quitting when
444    application indicator support is enabled. 
445 * psensor: dialog window for editing all sensors preferences.
446 * psensor: added support of GTK3.0 (GTK2.0 still supported).
447 * psensor: fixed crash when glade files cannot be read.
448 * psensor: display sensors information in the application indicator.
449
450 v0.6.2.7
451 --------
452
453 * psensor: src/glade/psensor-pref.glade, added button separator.
454 * psensor: src/glade/sensor-edit.glade, fixed horiz/vert padding.
455 * psensor: src/lib/measure.c, initialize time.
456 * psensor: fixed freeze when click on preferences appindicator with
457    natty.
458
459 v0.6.2.6
460 --------
461
462 * psensor: fixed min temp/fan of the graph
463 * psensor: very minor optimization (graph.c)
464
465 v0.6.2.5
466 --------
467
468 * psensor: dialog box for editing psensor preferences is using Glade
469 * psensor: dialog box for editing sensor preferences is using Glade
470 * psensor: added support of negative temperatures (lm-sensors)
471
472 v0.6.2.4
473 --------
474
475 * psensor, graph: fixed padding bugs 
476 * psensor, graph: drawing code refactored
477 * psensor: the value of the first detected sensor is displayed in the
478    unity launcher entry of psensor (requires unity >=3.4.2).
479
480 v0.6.2.3
481 --------
482
483 * +psensor-server+: new global variable 'psensor_version' for lua template
484 * +psensor-server+: /index.html replaced by /index.lua
485 * avoid useless lib linkage by using --as-needed
486
487 v0.6.2.2
488 --------
489
490 * +psensor-server+: web server support binary files
491 * +psensor-server+: added favicon.ico
492 * +psensor-server+: moved index.lua to monitor.lua
493 * +psensor-server+: added index.html (welcome page)
494
495 v0.6.2.1
496 --------
497
498 * added uptime/memory information (psensor-server web)
499 * added debug mode for psensor-server (--debug)
500 * when used in debug mode, psensor-server can be stopped remotely
501    using http://hostname:port/api/1.0/server/stop
502 * fixed memory leak (label of lmsensor)
503 * some code cleanup/refactoring
504
505 v0.6.1.10
506 --------
507
508 * psensor: support of appindicator < 0.2.9
509 * psensor: closing the window hides psensor instead of quitting when
510    application indicator support is enabled. 
511
512 v0.6.1.9
513 --------
514
515 * avoid fetching hddtemp daemon when no hdd in the sensors list
516
517 v0.6.1.8
518 --------
519
520 * psensor: added turkish language
521 * psensor: fixed freeze when click on preferences appindicator with
522    natty.
523 * fixed typo (${X11_LIBS}) in configure.ac
524 * psensor: full french language support
525
526 v0.6.1.7
527 --------
528
529 * psensor: add support of libnotify 0.7
530
531 v0.6.1.6
532 --------
533
534 * psensor: escaped - in manpage
535 * +psensor-server+: escaped - in manpage
536
537 v0.6.1.5
538 --------
539
540 * added multi-language for hdd.c/nvidia.c/lmsensor.c
541 * some code cleanup/refactoring
542
543 v0.6.1.4
544 --------
545
546 * fixed manpage formatting in 'REPORTING BUGS' section
547 * improved manpages
548 * removed few useless translations (fr/zh_CN)
549 * improved error messages for remote sensors + multilanguages support
550
551 v0.6.1.3
552 --------
553
554 * fixed compilation error of psensor when libcurl is present but not
555    libjson0
556 * suppress pointer to Textinfo manual (psensor/psensor-server).
557 * added --name to help2man call (psensor/psensor-server manpages).
558 * added more information in the psensor/psensor-server manpages.
559 * added warning about psensor-server and security in README.
560
561 v0.6.1.1
562 --------
563
564 * application icon is loaded using GtkIconTheme
565 * appindicator icon is now the psensor one
566 * added appindicator icon for status 'attention'
567
568 v0.6.1
569 ------
570
571 * added style.css for psensor-server
572 * use some styling in index.lua
573 * fixed typo in README
574 * fixed psensor-server short option -p
575 * multi-language support for psensor-server
576 * added some translation for French language0
577 * fixed psensor-server bug: first sensor was not displayed
578
579 v0.6.0.14
580 ---------
581
582 * psensor (gtk client):
583
584 ** added global preference: graph update interval
585 ** added global preference: graph monitoring duration
586 ** added global preference: sensor update interval
587 ** standard gnu command line interface for psensor
588 ** new psensor options: --help, --version, --url
589 ** added generation and installation of the psensor man
590 ** added remote monitoring it requires a new optionnal dependencies
591     (libjson0 and libcurl)
592 ** added internationnalization support for the UI
593 ** added Simplified Chinese Language (from DaBao <linux.dabao@gmail.com>)
594
595 * +psensor-server+:
596
597 ** psensor-server is now a minimal webserver based on microhttpd.
598     Lua5.1 is used to generate HTML pages to display temperatures and
599     gtop2 information
600 ** temperature information can be retrieved using a webservice based
601     on json
602 ** added cpu information (requires optional libgtop-2.0)
603 ** psensor-server 
604 ** psensor-server options: --port, --help, --version
605 ** added generation and installation of the psensor-server man
606
607 * common news for psensor and psensor-server:
608
609 ** moved to autoconf/automake
610 ** gnu standard: use NEWS instead of CHANGES file
611 ** moved LICENSE to COPYING
612
613 v0.5.1
614 ------
615
616 * Makefile: avoid debug compilation by default
617 * Makefile: fixed duplicate server.o in OBJS_SERVER
618 * moved LICENSE to copyright
619 * moved CHANGES to NEWS
620 * Fixed creation of directories for the target 'install'
621
622 v0.5.0
623 ------
624
625 * Added double buffering of the graph to avoid flickering
626 * Fixed README error gconf package name
627 * Refactoring makefile
628 * Added desktop notification support
629 * Added application indicator support
630 * Fixed MT issue (UI freeze, refresh_thread)
631 * Added global preferences editor (right click on the graph)
632 * Added sensor preferences editor (right click on the sensor table)
633 * Displayed name of each sensor can be changed
634 * Position of the sensor table can be changed
635 * Window decoration can be hidden
636 * Added 'keep window below' setting
637
638 v0.4.5
639 ------
640
641 * Makefile: fixed duplicate server.o in OBJS_SERVER
642
643 v0.4.4
644 ------
645
646 Added README.debian
647
648 v0.4.3
649 ------
650
651 * Fixed foreground graph color first time psensor is started
652 * Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining
653 * gtk_dialog_get_content_area which exist since 2.14
654
655 v0.4.2
656 ------
657
658 * Fixed potential MT issue (refresh_thread)
659 * Added double buffering of the graph to avoid flickering
660 * Fixed minor graph code bugs
661
662 v0.4.1
663 ------
664
665 * Fixed README error gconf package name
666 * Refactoring makefile
667
668 v0.4.0
669 ------
670
671 * Added FAN support
672 * Added HDD support (using hddtemp daemon)
673 * Added popup menu for changing graph bg/fg colors and opacity
674 * Graph background can be transparent, opacity can be changed
675 * Fixed BR3: sensors with the same name but different chips share the same color configuration
676 * Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
677 Changed website URL
678 * Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
679
680 v0.3.3
681 ------
682
683 * Fixed potential MT issue  (refresh_thread)
684 * Improved Makefile
685
686 v0.3.2
687 ------
688
689 * Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
690 * Changed website URL
691 * Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
692
693 v0.3.1
694 ------
695
696 Fixed BR3: sensors with the same name but different chips share the same color configuration
697
698 v0.3.0
699 ------
700
701 * Sensor graph colors can be changed: click on the colored sensor cell in the information table)
702 * Background color of the graph can be changed: click on the graph
703 * Configuration is stored using GConf
704 * Fixed not initialized memory bug (min/max) in nvidia support
705
706 v0.2.7
707 ------
708
709 * Updated the website URL
710 * Added contact information in the README
711 * Backported Makefile improvement from trunk
712 * Removed pwiki styling of the README
713 * Backport: Fixed not initialized memory bug (min/max) in nvidia support
714
715
716 v0.2.6
717 ------
718
719 * Changed default graph colors and background
720 * Added vertical padding for the graph canvas
721 * Disabled row selection of the sensor table
722 * Fixed BR2: nvidia gpu is always using black color
723
724 v0.2.5
725 ------
726
727 Added a basic server to retrieve remotely temperatures
728
729 v0.2.4
730 ------
731
732 * Added application icon
733 * Added .desktop file
734
735 v0.2.3
736 ------
737
738 * Added max and min temperature information for each sensor
739 * Fixed a missing #include in nvidia.c
740 * Small UI improvements (scrollbar for the right panel + slider)
741
742 v0.2.2
743 ------
744
745 * Fixed compilation warning when NVidia support is disabled
746 * Fixed BR1: crash when no temperature sensor is available
747
748 v0.2.1
749 --------
750
751 Compilation dependance to Nvidia lib is optional
752
753 v0.2.0
754 ------
755
756 Added support of NVidia GPUs
757
758 v0.1.1
759 ------
760
761 Improved right panel (list of sensors) + ability to disable each sensor graph
762
763 v0.1.0
764 ------
765
766 Initial release