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