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