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