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