Merge branch 'master' of ssh://wpitchoune.net/srv/git/www
[www.git] / www / psensor / NEWS.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="generator" content="Asciidoctor 1.5.4">
8 <title>Psensor NEWS</title>
9 <link rel="stylesheet" href="./../style.css">
10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
11 <script src="nav.js"></script>
12 <script src="https://apis.google.com/js/platform.js" async defer>
13 </script>
14 </head>
15 <body class="article">
16 <div id="header">
17 <h1>Psensor NEWS</h1>
18 </div>
19 <div id="content">
20 <div class="sect1">
21 <h2 id="_v1_2_1">v1.2.1</h2>
22 <div class="sectionbody">
23 <div class="ulist">
24 <ul>
25 <li>
26 <p>documentation files are generated with asciidoctor instead of
27 asciidoc.</p>
28 </li>
29 <li>
30 <p>added support of BCM2835 which is mostly used in the Raspberry PI3.</p>
31 </li>
32 <li>
33 <p>Fresh install of 1.2.0 complains about missing sensor config
34 keys. (LP: #1650378)</p>
35 </li>
36 <li>
37 <p>Fixed hide on startup preference (Francis Chin). (LP: #1642029).</p>
38 </li>
39 </ul>
40 </div>
41 </div>
42 </div>
43 <div class="sect1">
44 <h2 id="_v1_2_0">v1.2.0</h2>
45 <div class="sectionbody">
46 <div class="ulist">
47 <ul>
48 <li>
49 <p>Added tooltip explaining why a setting is not available.</p>
50 </li>
51 <li>
52 <p>Removed support of old AppIndicator library &lt; 3.0.</p>
53 </li>
54 <li>
55 <p>Fixed memory leaks in appindicator support when sensor preferences
56 are changed.</p>
57 </li>
58 <li>
59 <p>Changes of sensors preferences are applied immediately.</p>
60 </li>
61 <li>
62 <p>Avoid multiple sensor preferences dialog at the same time.</p>
63 </li>
64 <li>
65 <p>Support max/min sensor information from providers.</p>
66 </li>
67 <li>
68 <p>Fixed string not translatable. (Closes: #138076).</p>
69 </li>
70 <li>
71 <p>Added a default high threshold for temperature.</p>
72 </li>
73 <li>
74 <p>Made help2man optional.</p>
75 </li>
76 <li>
77 <p>New dconf settings default-high-threshold-temperature,
78 and default-sensor-alarm-enabled.</p>
79 </li>
80 <li>
81 <p>Fixed memory leaks due to glib GError.</p>
82 </li>
83 <li>
84 <p>Added Greek translation.</p>
85 </li>
86 <li>
87 <p>Updated Russian translation (Grigorii Chirkov).</p>
88 </li>
89 <li>
90 <p>Updated German translation (Max).</p>
91 </li>
92 <li>
93 <p>Added Polish translation (hawkeye116477).</p>
94 </li>
95 <li>
96 <p>Fixed GtkDialog mapped without a transient parent (Francis
97 Chin). (LP: #1642696).</p>
98 </li>
99 </ul>
100 </div>
101 </div>
102 </div>
103 <div class="sect1">
104 <h2 id="_v1_1_5">v1.1.5</h2>
105 <div class="sectionbody">
106 <div class="ulist">
107 <ul>
108 <li>
109 <p>Fixed CPU overuse. (LP: 1582930)</p>
110 </li>
111 </ul>
112 </div>
113 </div>
114 </div>
115 <div class="sect1">
116 <h2 id="_v1_1_4">v1.1.4</h2>
117 <div class="sectionbody">
118 <div class="ulist">
119 <ul>
120 <li>
121 <p>psensor-server: avoid to retrieve files which are not under the
122 webserver directory.</p>
123 </li>
124 <li>
125 <p>Fixed compilation failure due to MHD_create_response_from_buffer
126 which has been deprecated</p>
127 </li>
128 </ul>
129 </div>
130 </div>
131 </div>
132 <div class="sect1">
133 <h2 id="_v1_1_3">v1.1.3</h2>
134 <div class="sectionbody">
135 <div class="ulist">
136 <ul>
137 <li>
138 <p>Fixed compilation issue with gtk+3.14 due to deprecation
139 of GtkStatusIcon. (Closes: #763257).</p>
140 </li>
141 </ul>
142 </div>
143 </div>
144 </div>
145 <div class="sect1">
146 <h2 id="_v1_1_2">v1.1.2</h2>
147 <div class="sectionbody">
148 <div class="ulist">
149 <ul>
150 <li>
151 <p>Fixed missing description in psensor manpage.</p>
152 </li>
153 <li>
154 <p>All mouse buttons can be used to raise color settings in the list of
155 sensors.</p>
156 </li>
157 <li>
158 <p>All mouse buttons can be used to popup menu in the list of sensors.</p>
159 </li>
160 <li>
161 <p>List of sensors UI defined in glade file instead of code.</p>
162 </li>
163 <li>
164 <p>Fixed graph enabled setting not saved when toggle in the list of
165 sensors.</p>
166 </li>
167 <li>
168 <p>Added NVidia GPU graphics, memory, PCIe and video usage.</p>
169 </li>
170 <li>
171 <p>Fixed message when the configuration file is missing.</p>
172 </li>
173 <li>
174 <p>Added NVidia fan support.</p>
175 </li>
176 <li>
177 <p>Added 'Hide' menu item in the contextual menu of the list of
178 sensors.</p>
179 </li>
180 <li>
181 <p>Added free memory support.</p>
182 </li>
183 <li>
184 <p>Added alarm support of sensors expressed as percent.</p>
185 </li>
186 <li>
187 <p>Smoother curves (using Bezier algo).</p>
188 </li>
189 <li>
190 <p>Added translator credits in the about dialog.</p>
191 </li>
192 <li>
193 <p>Added Croatian translation from LP (gogo).</p>
194 </li>
195 <li>
196 <p>Merged all translations from LP.</p>
197 </li>
198 <li>
199 <p>Included the full list of contributors from LP, available throw the
200 about dialog.</p>
201 </li>
202 <li>
203 <p>Support of disk temperature using udisks2.</p>
204 </li>
205 <li>
206 <p>Fixed small UI layout/padding issues.</p>
207 </li>
208 <li>
209 <p>Splitted sensor preferences using a tab panel.</p>
210 </li>
211 <li>
212 <p>New preferences to enable/disable each sensor provider.</p>
213 </li>
214 <li>
215 <p>psensor: removed option --use-libatasmart.</p>
216 </li>
217 <li>
218 <p>Changed default color for the curves (copied from the default
219 colors of the gtk color chooser widget).</p>
220 </li>
221 </ul>
222 </div>
223 </div>
224 </div>
225 <div class="sect1">
226 <h2 id="_v1_1_1">v1.1.1</h2>
227 <div class="sectionbody">
228 <div class="ulist">
229 <ul>
230 <li>
231 <p>Sensor properties stored in $HOME/.psensor/psensor.cfg instead of
232 GConf.</p>
233 </li>
234 <li>
235 <p>psensor settings stored with dconf, removed dependency to gconf2.</p>
236 </li>
237 <li>
238 <p>Fixed check of sensors/error.h.</p>
239 </li>
240 <li>
241 <p>Made asciidoc optional.</p>
242 </li>
243 <li>
244 <p>Hide/show sensors in the main window.</p>
245 </li>
246 <li>
247 <p>Added TODO in the source tarball.</p>
248 </li>
249 <li>
250 <p>Merged Hungarian translation from LP (Richard Somlói).</p>
251 </li>
252 <li>
253 <p>Merged Italian translation from LP (Gabriele).</p>
254 </li>
255 <li>
256 <p>Merged Latvian translation from LP (tuxmaniack).</p>
257 </li>
258 <li>
259 <p>Merged Swedish translation from LP (Josef Andersson).</p>
260 </li>
261 <li>
262 <p>Meged Turkish translation from LP (İbrahim Çelik).</p>
263 </li>
264 </ul>
265 </div>
266 </div>
267 </div>
268 <div class="sect1">
269 <h2 id="_v1_0_4">v1.0.4</h2>
270 <div class="sectionbody">
271 <div class="ulist">
272 <ul>
273 <li>
274 <p>Fixed menu separators of the appindicator.</p>
275 </li>
276 </ul>
277 </div>
278 </div>
279 </div>
280 <div class="sect1">
281 <h2 id="_v1_0_3">v1.0.3</h2>
282 <div class="sectionbody">
283 <div class="ulist">
284 <ul>
285 <li>
286 <p>Fixed bug: psensor not autostarted when $HOME/.config/autostart does
287 not exist.</p>
288 </li>
289 <li>
290 <p>Fixed few swedish translations (Josef Andersson).</p>
291 </li>
292 <li>
293 <p>Fixed psensor does not start: Attempt to unlock mutex that was not
294 locked during startup with glib 2.41.2. (LP: #1346299).</p>
295 </li>
296 <li>
297 <p>Fixed FTBFS with clang instead of gcc. (Closes: #753061).</p>
298 </li>
299 <li>
300 <p>Fixed notification script call (wrong allocation of command string).</p>
301 </li>
302 </ul>
303 </div>
304 </div>
305 </div>
306 <div class="sect1">
307 <h2 id="_v1_0_2">v1.0.2</h2>
308 <div class="sectionbody">
309 <div class="ulist">
310 <ul>
311 <li>
312 <p>psensor-server:</p>
313 <div class="ulist">
314 <ul>
315 <li>
316 <p>Fixed file descriptor leaks.</p>
317 </li>
318 </ul>
319 </div>
320 </li>
321 </ul>
322 </div>
323 </div>
324 </div>
325 <div class="sect1">
326 <h2 id="_v1_0_1">v1.0.1</h2>
327 <div class="sectionbody">
328 <div class="ulist">
329 <ul>
330 <li>
331 <p>Smaller and more consistent with ubuntu themes appindicator icons.</p>
332 </li>
333 <li>
334 <p>Sensors displayed directly in the top bar (experimental).</p>
335 </li>
336 <li>
337 <p>Improved status icon in hicolor theme to fit well with white
338 background. (LP: #1310323).</p>
339 </li>
340 <li>
341 <p>Psensor not autostarted by default.</p>
342 </li>
343 <li>
344 <p>Added a setting to launch psensor on session startup. (Closes:
345 #728754)</p>
346 </li>
347 <li>
348 <p>Fixed minor GUI bugs (widget alignments, padding, layout policy,
349 etc).</p>
350 </li>
351 <li>
352 <p>Fixed missing translatable strings.</p>
353 </li>
354 <li>
355 <p>Fixed FTBFS due to deprecation of json_object_object_get. (Closes:
356 #746145)</p>
357 </li>
358 <li>
359 <p>Fixed typo (Celcius/Celsius).</p>
360 </li>
361 <li>
362 <p>Merged german translation from LP.</p>
363 </li>
364 <li>
365 <p>Merged turkish translation from LP (İbrahim Çelik).</p>
366 </li>
367 <li>
368 <p>Merged chinese translation from LP.</p>
369 </li>
370 <li>
371 <p>Merged hungarian translation from LP.</p>
372 </li>
373 <li>
374 <p>Merged russian translation from LP (Dmitry Serov).</p>
375 </li>
376 <li>
377 <p>Added support of swedish translation (Josef Andersson).</p>
378 </li>
379 <li>
380 <p>Fixed NVIDIA strings.</p>
381 </li>
382 <li>
383 <p>Fixed default sensor color which was always black.</p>
384 </li>
385 <li>
386 <p>Fixed compilation on ppc64. (Closes: #749110)</p>
387 </li>
388 </ul>
389 </div>
390 </div>
391 </div>
392 <div class="sect1">
393 <h2 id="_v0_8_0_6">v0.8.0.6</h2>
394 <div class="sectionbody">
395 <div class="ulist">
396 <ul>
397 <li>
398 <p>Updated jquery and jqplot to last version.</p>
399 </li>
400 <li>
401 <p>Removed excanvas for copyright reason (apache license not compatible
402 with GPLv2 license).</p>
403 </li>
404 <li>
405 <p>Use non-minimized version of .js and .css to avoid lintian errors
406 (source-is-missing).</p>
407 </li>
408 </ul>
409 </div>
410 </div>
411 </div>
412 <div class="sect1">
413 <h2 id="_v0_8_0_5">v0.8.0.5</h2>
414 <div class="sectionbody">
415 <div class="ulist">
416 <ul>
417 <li>
418 <p>Added NEWS.html.</p>
419 </li>
420 <li>
421 <p>Converted NEWS file to asciidoc.</p>
422 </li>
423 <li>
424 <p>psensor-server:</p>
425 <div class="ulist">
426 <ul>
427 <li>
428 <p>removed web fonts causing lintian warnings.</p>
429 </li>
430 <li>
431 <p>redesigned web pages.</p>
432 </li>
433 </ul>
434 </div>
435 </li>
436 <li>
437 <p>Merged German translation from LP (Dennis Baudys).</p>
438 </li>
439 <li>
440 <p>Merged Latvian translation from LP (tuxmaniack).</p>
441 </li>
442 <li>
443 <p>Merged Russian translation from LP (Dmitry).</p>
444 </li>
445 <li>
446 <p>Merged Turkish translation from LP (İbrahim Çelik).</p>
447 </li>
448 <li>
449 <p>Added Dutch translation from LP (Pjotr12345).</p>
450 </li>
451 <li>
452 <p>Fixed some french translations.</p>
453 </li>
454 <li>
455 <p>AppIndicator icons: removed shadow, added padding. (LP: #1290072).</p>
456 </li>
457 <li>
458 <p>Fixed compilation issue with gtk3.10 and deprecation of
459 GtkActionEntry. Menu is defined in glade file instead of
460 hardcoded. (LP: #1304108).</p>
461 </li>
462 </ul>
463 </div>
464 </div>
465 </div>
466 <div class="sect1">
467 <h2 id="_v0_8_0_4">v0.8.0.4</h2>
468 <div class="sectionbody">
469 <div class="ulist">
470 <ul>
471 <li>
472 <p>Added calling script when an alarm is raised.</p>
473 </li>
474 <li>
475 <p>Reordering of the list of sensors.</p>
476 </li>
477 <li>
478 <p>Added keywords in .desktop file.</p>
479 </li>
480 <li>
481 <p>Added LFS support.</p>
482 </li>
483 <li>
484 <p>Fixed compilation issue for x32 architecture on 64bits systems.</p>
485 </li>
486 <li>
487 <p>Merged German translation from LP (Dennis Baudys).</p>
488 </li>
489 <li>
490 <p>Merged Spanish translation from LP (Javier).</p>
491 </li>
492 <li>
493 <p>Merged French translation from LP (londumas).</p>
494 </li>
495 <li>
496 <p>Merged Brazilian translation from LP (Celio Alves).</p>
497 </li>
498 </ul>
499 </div>
500 </div>
501 </div>
502 <div class="sect1">
503 <h2 id="_v0_8_0_3">v0.8.0.3</h2>
504 <div class="sectionbody">
505 <div class="ulist">
506 <ul>
507 <li>
508 <p>Switched to GtkColorChooserDialog instead of the
509 deprecated widget GtkColorSelectionDialog. (LP: #1184442)</p>
510 </li>
511 <li>
512 <p>psensor-server: fixed compilation without gtop2 lib.</p>
513 </li>
514 </ul>
515 </div>
516 </div>
517 </div>
518 <div class="sect1">
519 <h2 id="_v0_8_0_2">v0.8.0.2</h2>
520 <div class="sectionbody">
521 <div class="ulist">
522 <ul>
523 <li>
524 <p>GConf2/GTK/XEXT/X11 lib optional to allow psensor-server
525 compilation without them.</p>
526 </li>
527 <li>
528 <p>Added support of libjson-c.</p>
529 </li>
530 <li>
531 <p>merged German translation from LP (Dennis Baudys).</p>
532 </li>
533 <li>
534 <p>merged Latvian translation from LP (tuxmaniack).</p>
535 </li>
536 </ul>
537 </div>
538 </div>
539 </div>
540 <div class="sect1">
541 <h2 id="_v0_8_0_1">v0.8.0.1</h2>
542 <div class="sectionbody">
543 <div class="ulist">
544 <ul>
545 <li>
546 <p>added AMD GPU usage sensor (Contribution from MestreLion).</p>
547 </li>
548 <li>
549 <p>added support of sensors log interval.</p>
550 </li>
551 <li>
552 <p>psensor-server: protocole changes, API version incremented.</p>
553 </li>
554 <li>
555 <p>fixed cpu load when fahrenheit is enabled.</p>
556 </li>
557 <li>
558 <p>list of sensors can be reordered using the sensor preferences
559 dialog.</p>
560 </li>
561 <li>
562 <p>merged Spanish translation from LP (Javier) and Tomeu R. .</p>
563 </li>
564 <li>
565 <p>merged French translation from LP (Hélion du Mas des Bourboux).</p>
566 </li>
567 <li>
568 <p>merged Italian translation from LP (Diego Pierotto).</p>
569 </li>
570 <li>
571 <p>merged Brazillian Portugues translation from LP (MestreLion).</p>
572 </li>
573 <li>
574 <p>fixed the quit menu of the application indicator which was
575 not translatable.</p>
576 </li>
577 </ul>
578 </div>
579 </div>
580 </div>
581 <div class="sect1">
582 <h2 id="_v07_0_5">v07.0.5</h2>
583 <div class="sectionbody">
584 <div class="ulist">
585 <ul>
586 <li>
587 <p>fixed cpu load when fahrenheit is enabled.</p>
588 </li>
589 </ul>
590 </div>
591 </div>
592 </div>
593 <div class="sect1">
594 <h2 id="_v0_7_0_4">v0.7.0.4</h2>
595 <div class="sectionbody">
596 <div class="ulist">
597 <ul>
598 <li>
599 <p>added Spanish translation from LP (Javier and Eduardo Alberto
600 Calvo).</p>
601 </li>
602 <li>
603 <p>merged German translation from LP (Dennis Baudys).</p>
604 </li>
605 <li>
606 <p>merged French translation from LP (Alain-OIivier Breysse).</p>
607 </li>
608 <li>
609 <p>merged Hungarian from translation LP (Bence Lukács).</p>
610 </li>
611 <li>
612 <p>merged Latvian translation from LP (tuxmaniack).</p>
613 </li>
614 <li>
615 <p>merged Portuguese translation from LP (Daniel Serafim).</p>
616 </li>
617 <li>
618 <p>merged Russian translation from LP (Ilya Volchanetskiy).</p>
619 </li>
620 <li>
621 <p>merged Ukrainian translation from LP (Ilya Volchanetskiy).</p>
622 </li>
623 <li>
624 <p>merged Chinese translation from LP (Wang Dianjin).</p>
625 </li>
626 <li>
627 <p>psensor: fixed 'appindicator enabled' option not working correctly
628 for cpu usage. The option was inversed each time it is displayed in
629 the preference dialog.</p>
630 </li>
631 <li>
632 <p>psensor: added an option to enable logging of sensors
633 ($HOME/.psensor/sensors.log).</p>
634 </li>
635 <li>
636 <p>psensor-server: added sensors logging (--sensor-log-file).</p>
637 </li>
638 <li>
639 <p>psensor: display the name of chip in sensor preferences.</p>
640 </li>
641 <li>
642 <p>psensor: moved the sensor id into a expendable frame of the sensor
643 preferences.</p>
644 </li>
645 <li>
646 <p>test target is now running cppcheck if available.</p>
647 </li>
648 <li>
649 <p>fixed cppcheck reported errors (realloc and not freed var).</p>
650 </li>
651 <li>
652 <p>fixed cppcheck (old values not used).</p>
653 </li>
654 <li>
655 <p>added faq (requires asciidoc to build the html version).</p>
656 </li>
657 <li>
658 <p>check target is now running cppcheck if installed.</p>
659 </li>
660 <li>
661 <p>display a message if no graphs are enabled (Closes #689355).</p>
662 </li>
663 <li>
664 <p>psensor: when 'hide window on startup' is set, it will
665 hide the window only if psensor can register to application
666 indicator or systray. Waiting 30s before trying to do it
667 in order to have better chance that systray is running during
668 session startup.</p>
669 </li>
670 <li>
671 <p>fixed displaying of the fahrenheit temperature in the main
672 window.</p>
673 </li>
674 <li>
675 <p>fixed compilation error in amd.c (hdll not used).</p>
676 </li>
677 </ul>
678 </div>
679 </div>
680 </div>
681 <div class="sect1">
682 <h2 id="_v0_7_0_3">v0.7.0.3</h2>
683 <div class="sectionbody">
684 <div class="ulist">
685 <ul>
686 <li>
687 <p>psensor: removed gettext_domain in psensor.schemas causing
688 warnings.</p>
689 </li>
690 <li>
691 <p>merged italian and russian translation from LP.</p>
692 </li>
693 </ul>
694 </div>
695 </div>
696 </div>
697 <div class="sect1">
698 <h2 id="_v0_7_0_2">v0.7.0.2</h2>
699 <div class="sectionbody">
700 <div class="ulist">
701 <ul>
702 <li>
703 <p>psensor: added latvian translation file.</p>
704 </li>
705 <li>
706 <p>psensor: added gconf schema. (LP: #1026807)</p>
707 </li>
708 <li>
709 <p>psensor: hide sensors in the application indicator.</p>
710 </li>
711 <li>
712 <p>psensor: removed hicolor/48x48/psensor_hot.png. (LP: #1029065)</p>
713 </li>
714 <li>
715 <p>merge chinese translation from LP.</p>
716 </li>
717 </ul>
718 </div>
719 </div>
720 </div>
721 <div class="sect1">
722 <h2 id="_v0_7_0_1">v0.7.0.1</h2>
723 <div class="sectionbody">
724 <div class="ulist">
725 <ul>
726 <li>
727 <p>psensor: minimum GTK version is now 3.0, GTK v2.x is no more
728 supported.</p>
729 </li>
730 <li>
731 <p>psensor: fixed sensor type displayed in sensor preferences
732 dialog. (Closes LP: #968912)</p>
733 </li>
734 <li>
735 <p>psensor: not calling g_thread_init when compiled with glib &gt;= 2.31.</p>
736 </li>
737 <li>
738 <p>psensor: added basic instruction in the README for compiling psensor
739 with the ATI/AMD GPU support.</p>
740 </li>
741 <li>
742 <p>psensor: fixed compilation error on 64bits with ATI/AMD GPU support.</p>
743 </li>
744 <li>
745 <p>psensor: added capability to use libatasmart for sata disk monitoring.</p>
746 </li>
747 <li>
748 <p>psensor: added option --use-libatasmart.</p>
749 </li>
750 <li>
751 <p>changed copyright dates to 2012.</p>
752 </li>
753 <li>
754 <p>psensor: fixed systray and application indicator visible at the
755 same time. (Closes LP: #971098)</p>
756 </li>
757 <li>
758 <p>psensor: fixed wrong background color, get the background color of
759 the window and not the canvas widget. (Closes LP: #973122)</p>
760 </li>
761 <li>
762 <p>psensor: used the foreground color defined by the theme for the
763 font of the graph legend.</p>
764 </li>
765 <li>
766 <p>psensor: used tab layout for psensor preferences.</p>
767 </li>
768 <li>
769 <p>psensor: temperature unit choice (celsius/fahrenheit).</p>
770 </li>
771 <li>
772 <p>psensor-server: fixed --wdir option.</p>
773 </li>
774 <li>
775 <p>psensor-server: added log level to -d option.</p>
776 </li>
777 <li>
778 <p>psensor-server: added --log-file option.</p>
779 </li>
780 <li>
781 <p>psensor-server: logged measures when log level is 3.</p>
782 </li>
783 <li>
784 <p>psensor: fixed many memory leaks in cfg.c (gconf2 keys).</p>
785 </li>
786 <li>
787 <p>psensor: fixed memory leak (sensor name when specified by the
788 configuration).</p>
789 </li>
790 <li>
791 <p>psensor: implemented the psensor uniquess, non-primary psensor
792 instances show the window of the primary psensor instance and
793 exits.</p>
794 </li>
795 <li>
796 <p>many code quality improvements.</p>
797 </li>
798 <li>
799 <p>psensor: added --new-instance option to allow the creation of
800 multiple instances of Psensor.</p>
801 </li>
802 <li>
803 <p>psensor: added the degree sign before the temperature symbols
804 (Closes LP: #1021900).</p>
805 </li>
806 <li>
807 <p>psensor: alarm limit edition using the temperature unit set in the
808 global pref.</p>
809 </li>
810 <li>
811 <p>psensor: improved notification (added psensor icon and value of the
812 sensor).</p>
813 </li>
814 <li>
815 <p>full french and hungarian translation.</p>
816 </li>
817 <li>
818 <p>merged some chinese translation provided by LP.</p>
819 </li>
820 <li>
821 <p>added translation files for Brazilian Portuguese, and Italian.</p>
822 </li>
823 <li>
824 <p>partial translations for Russian, Serbian, Ukrainian, Slovenian and
825 German.</p>
826 </li>
827 <li>
828 <p>psensor: fixed i18n support for the application indicator menu.</p>
829 </li>
830 <li>
831 <p>psensor: fixed i18n support for the application menu.</p>
832 </li>
833 <li>
834 <p>psensor: added low thresold support for alerts.</p>
835 </li>
836 <li>
837 <p>psensor: added fan alert support.</p>
838 </li>
839 <li>
840 <p>psensor: fixed hide window on startup for gnome-shell (Closes:
841 #676361).</p>
842 </li>
843 </ul>
844 </div>
845 </div>
846 </div>
847 <div class="sect1">
848 <h2 id="_v0_6_2_19">v0.6.2.19</h2>
849 <div class="sectionbody">
850 <div class="ulist">
851 <ul>
852 <li>
853 <p>psensor: fixed size of the icon hicolor/48x48/psensor_hot.png.
854 (LP: #1029065)</p>
855 </li>
856 </ul>
857 </div>
858 </div>
859 </div>
860 <div class="sect1">
861 <h2 id="_v0_6_2_18">v0.6.2.18</h2>
862 <div class="sectionbody">
863 <div class="ulist">
864 <ul>
865 <li>
866 <p>added degree sign for celsius (Closes LP: #1021900).</p>
867 </li>
868 <li>
869 <p>added russian, brazilian, hungarian, serbian, slovenian,
870 italian, ukrainian and german translation files.</p>
871 </li>
872 <li>
873 <p>merged translations from LP.</p>
874 </li>
875 <li>
876 <p>psensor: fixed hide window on startup for gnome-shell (Closes:
877 #676361).</p>
878 </li>
879 </ul>
880 </div>
881 </div>
882 </div>
883 <div class="sect1">
884 <h2 id="_v0_6_2_17">v0.6.2.17</h2>
885 <div class="sectionbody">
886 <div class="ulist">
887 <ul>
888 <li>
889 <p>psensor: fixed sensor type displayed in sensor preferences
890 dialog. (Closes LP: #968912)</p>
891 </li>
892 <li>
893 <p>psensor: fixed compilation error on 64bits with ATI/AMD GPU support.</p>
894 </li>
895 <li>
896 <p>psensor: not calling g_thread_init when compiled with glib &gt;= 2.31.</p>
897 </li>
898 <li>
899 <p>changed copyright dates to 2012.</p>
900 </li>
901 </ul>
902 </div>
903 </div>
904 </div>
905 <div class="sect1">
906 <h2 id="_v0_6_2_16">v0.6.2.16</h2>
907 <div class="sectionbody">
908 <div class="ulist">
909 <ul>
910 <li>
911 <p>psensor: removed -pedantic and ignores deprecation warnings
912 to fix compilation against the glib version of Ubuntu Precise.
913 It fixes Ubuntu bug #905893.</p>
914 </li>
915 </ul>
916 </div>
917 </div>
918 </div>
919 <div class="sect1">
920 <h2 id="_v0_6_2_15">v0.6.2.15</h2>
921 <div class="sectionbody">
922 <div class="ulist">
923 <ul>
924 <li>
925 <p>psensor-server: uses glibtop instead of 'sysinfo' which is not
926 available on kfreebsd. It fixes Debian bug #650533.</p>
927 </li>
928 </ul>
929 </div>
930 </div>
931 </div>
932 <div class="sect1">
933 <h2 id="_v0_6_2_14">v0.6.2.14</h2>
934 <div class="sectionbody">
935 <div class="ulist">
936 <ul>
937 <li>
938 <p>psensor: support of gtk&gt;=2.18</p>
939 </li>
940 <li>
941 <p>psensor: inner space of the graph using the theme background color</p>
942 </li>
943 <li>
944 <p>psensor-server: fixed compilation with microhttpd &gt;=0x90200 and
945 64bits.</p>
946 </li>
947 <li>
948 <p>added some information in the README (mostly about compilation on
949 CentOS).</p>
950 </li>
951 <li>
952 <p>psensor-server: support of symbolic links to webfiles.</p>
953 </li>
954 </ul>
955 </div>
956 </div>
957 </div>
958 <div class="sect1">
959 <h2 id="_v0_6_2_13">v0.6.2.13</h2>
960 <div class="sectionbody">
961 <div class="ulist">
962 <ul>
963 <li>
964 <p>psensor can now be compiled and run with gtk3.</p>
965 </li>
966 <li>
967 <p>psensor: added gtk3 support build detection.</p>
968 </li>
969 <li>
970 <p>psensor: added libappindicator3-01 (gtk3 compliant version)
971 detection.</p>
972 </li>
973 <li>
974 <p>psensor: use 'draw' signal instead of 'expose-event' when compiled
975 with gtk3.</p>
976 </li>
977 <li>
978 <p>psensor: fixed typo in french translation file.</p>
979 </li>
980 <li>
981 <p>psensor-server: fixed compilation with microhttpd &gt;= 0.9.2 (version
982 used by Fedora15) which introduced incompatible API changes.</p>
983 </li>
984 <li>
985 <p>psensor: fixed compilation with libnotify 0.5.2 (submitted by Lubos
986 Stanek).</p>
987 </li>
988 <li>
989 <p>psensor: added missing CPPFLAGS for Gtop (submitted by Lubos Stanek).</p>
990 </li>
991 <li>
992 <p>psensor: fixed compilation with AMD/ATI GPU monitoring support
993 (submitted by Lubos Stanek).</p>
994 </li>
995 <li>
996 <p>psensor: default log level set to LOG_WARN.</p>
997 </li>
998 <li>
999 <p>few code refactoring and cleanup.</p>
1000 </li>
1001 <li>
1002 <p>psensor: added support of status tray icon for DE not supporting
1003 Ubuntu Application Indicator.</p>
1004 </li>
1005 </ul>
1006 </div>
1007 </div>
1008 </div>
1009 <div class="sect1">
1010 <h2 id="_v0_6_2_12">v0.6.2.12</h2>
1011 <div class="sectionbody">
1012 <div class="ulist">
1013 <ul>
1014 <li>
1015 <p>psensor: added -d option to enable debug log (written to $HOME/.psensor/log).</p>
1016 </li>
1017 <li>
1018 <p>psensor: log sensor values in debug mode.</p>
1019 </li>
1020 <li>
1021 <p>psensor: added option to restore window position and size.</p>
1022 </li>
1023 </ul>
1024 </div>
1025 </div>
1026 </div>
1027 <div class="sect1">
1028 <h2 id="_v0_6_2_11">v0.6.2.11</h2>
1029 <div class="sectionbody">
1030 <div class="ulist">
1031 <ul>
1032 <li>
1033 <p>psensor-server/web interface: use jqplot default css.</p>
1034 </li>
1035 <li>
1036 <p>psensor-server/web interface: added excanvas for ie &lt; 9 support.</p>
1037 </li>
1038 <li>
1039 <p>psensor-server/web interface: automatic update of the monitoring page.</p>
1040 </li>
1041 <li>
1042 <p>psensor-server/web interface: improved styling and navigation.</p>
1043 </li>
1044 <li>
1045 <p>psensor-server/web interface: added graph for cpu usage.</p>
1046 </li>
1047 <li>
1048 <p>psensor-server/web interface: fixed IE8 bug (page title change not
1049 allowed).</p>
1050 </li>
1051 <li>
1052 <p>psensor-server/web interface: dynamic refresh of the graph.</p>
1053 </li>
1054 <li>
1055 <p>psensor: added appindicator monochrome icons from Christoph Buchner
1056 (bilderbuchi).</p>
1057 </li>
1058 <li>
1059 <p>psensor: added log file (~/.psensor/log).</p>
1060 </li>
1061 <li>
1062 <p>psensor: added X-GNOME-Autostart-Delay in .desktop file to
1063 workaround LP: #859724.</p>
1064 </li>
1065 </ul>
1066 </div>
1067 </div>
1068 </div>
1069 <div class="sect1">
1070 <h2 id="_v0_6_2_10">v0.6.2.10</h2>
1071 <div class="sectionbody">
1072 <div class="ulist">
1073 <ul>
1074 <li>
1075 <p>psensor-server: added network, cpu load and memory information in
1076 JSON web interface.</p>
1077 </li>
1078 <li>
1079 <p>psensor-server: added monitor.html and details.html using jquery
1080 and retrieving monitoring data from the JSON web interface.</p>
1081 </li>
1082 <li>
1083 <p>added experimental support for ATI/AMD gpus and fans.</p>
1084 </li>
1085 <li>
1086 <p>psensor: added support of CPU usage monitoring.</p>
1087 </li>
1088 <li>
1089 <p>psensor-server: display graph of sensors (web server).</p>
1090 </li>
1091 <li>
1092 <p>psensor: bug fixed compilation with -Wall.</p>
1093 </li>
1094 <li>
1095 <p>psensor: bug fixed unallocated memory read during termination.</p>
1096 </li>
1097 <li>
1098 <p>psensor: fixed memleak when window not drawable.</p>
1099 </li>
1100 <li>
1101 <p>psensor: release GConfClient when quitting.</p>
1102 </li>
1103 </ul>
1104 </div>
1105 </div>
1106 </div>
1107 <div class="sect1">
1108 <h2 id="_v0_6_2_9">v0.6.2.9</h2>
1109 <div class="sectionbody">
1110 <div class="ulist">
1111 <ul>
1112 <li>
1113 <p>psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
1114 is selected with application indicator.</p>
1115 </li>
1116 <li>
1117 <p>added missing src/description.txt file into source archive.</p>
1118 </li>
1119 <li>
1120 <p>psensor: appindicator displays unit of sensor values.</p>
1121 </li>
1122 <li>
1123 <p>psensor: added preference for hiding main window on startup.</p>
1124 </li>
1125 <li>
1126 <p>psensor: added 'about' dialog.</p>
1127 </li>
1128 <li>
1129 <p>psensor: merged Chinese Simplified translation from royclarck</p>
1130 </li>
1131 <li>
1132 <p>psensor: autostarted by default</p>
1133 </li>
1134 <li>
1135 <p>nvidia: code cleanup</p>
1136 </li>
1137 <li>
1138 <p>nvidia: fixed init, error var not initialized</p>
1139 </li>
1140 <li>
1141 <p>nvidia: fixed nvidia_psensor_list_add, incorrect memory free</p>
1142 </li>
1143 <li>
1144 <p>psensor: when appindicator is not supported by wm:</p>
1145 <div class="ulist">
1146 <ul>
1147 <li>
1148 <p>psensor quit on window close</p>
1149 </li>
1150 <li>
1151 <p>show psensor even if hide on startup is enabled</p>
1152 </li>
1153 </ul>
1154 </div>
1155 </li>
1156 </ul>
1157 </div>
1158 </div>
1159 </div>
1160 <div class="sect1">
1161 <h2 id="_v0_6_2_8">v0.6.2.8</h2>
1162 <div class="sectionbody">
1163 <div class="ulist">
1164 <ul>
1165 <li>
1166 <p>psensor: escaped - in manpage.</p>
1167 </li>
1168 <li>
1169 <p>psensor-server: escaped - in manpage.</p>
1170 </li>
1171 <li>
1172 <p>psensor: added support of libnotify 0.7.</p>
1173 </li>
1174 <li>
1175 <p>psensor: added turkish support.</p>
1176 </li>
1177 <li>
1178 <p>psensor: fixed multi-languages support used by glade.</p>
1179 </li>
1180 <li>
1181 <p>switched from <a href="mailto:wpitchoune@gmail.com">wpitchoune@gmail.com</a> to <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a> (my usual
1182 email).</p>
1183 </li>
1184 <li>
1185 <p>merged french translation from v0.6.1.8.</p>
1186 </li>
1187 <li>
1188 <p>added missing french translation.</p>
1189 </li>
1190 <li>
1191 <p>added different sizes of psensor.png .</p>
1192 </li>
1193 <li>
1194 <p>psensor: added menu.</p>
1195 </li>
1196 <li>
1197 <p>psensor: added enable/disable unity launcher counter.</p>
1198 </li>
1199 <li>
1200 <p>psensor: unity launcher counter displays the higher temperature.</p>
1201 </li>
1202 <li>
1203 <p>avoid fetching hddtemp daemon when no hdd in the sensors list.</p>
1204 </li>
1205 <li>
1206 <p>psensor: closing the window hides psensor instead of quitting when
1207 application indicator support is enabled.</p>
1208 </li>
1209 <li>
1210 <p>psensor: dialog window for editing all sensors preferences.</p>
1211 </li>
1212 <li>
1213 <p>psensor: added support of GTK3.0 (GTK2.0 still supported).</p>
1214 </li>
1215 <li>
1216 <p>psensor: fixed crash when glade files cannot be read.</p>
1217 </li>
1218 <li>
1219 <p>psensor: display sensors information in the application indicator.</p>
1220 </li>
1221 </ul>
1222 </div>
1223 </div>
1224 </div>
1225 <div class="sect1">
1226 <h2 id="_v0_6_2_7">v0.6.2.7</h2>
1227 <div class="sectionbody">
1228 <div class="ulist">
1229 <ul>
1230 <li>
1231 <p>psensor: src/glade/psensor-pref.glade, added button separator.</p>
1232 </li>
1233 <li>
1234 <p>psensor: src/glade/sensor-edit.glade, fixed horiz/vert padding.</p>
1235 </li>
1236 <li>
1237 <p>psensor: src/lib/measure.c, initialize time.</p>
1238 </li>
1239 <li>
1240 <p>psensor: fixed freeze when click on preferences appindicator with
1241 natty.</p>
1242 </li>
1243 </ul>
1244 </div>
1245 </div>
1246 </div>
1247 <div class="sect1">
1248 <h2 id="_v0_6_2_6">v0.6.2.6</h2>
1249 <div class="sectionbody">
1250 <div class="ulist">
1251 <ul>
1252 <li>
1253 <p>psensor: fixed min temp/fan of the graph</p>
1254 </li>
1255 <li>
1256 <p>psensor: very minor optimization (graph.c)</p>
1257 </li>
1258 </ul>
1259 </div>
1260 </div>
1261 </div>
1262 <div class="sect1">
1263 <h2 id="_v0_6_2_5">v0.6.2.5</h2>
1264 <div class="sectionbody">
1265 <div class="ulist">
1266 <ul>
1267 <li>
1268 <p>psensor: dialog box for editing psensor preferences is using Glade</p>
1269 </li>
1270 <li>
1271 <p>psensor: dialog box for editing sensor preferences is using Glade</p>
1272 </li>
1273 <li>
1274 <p>psensor: added support of negative temperatures (lm-sensors)</p>
1275 </li>
1276 </ul>
1277 </div>
1278 </div>
1279 </div>
1280 <div class="sect1">
1281 <h2 id="_v0_6_2_4">v0.6.2.4</h2>
1282 <div class="sectionbody">
1283 <div class="ulist">
1284 <ul>
1285 <li>
1286 <p>psensor, graph: fixed padding bugs</p>
1287 </li>
1288 <li>
1289 <p>psensor, graph: drawing code refactored</p>
1290 </li>
1291 <li>
1292 <p>psensor: the value of the first detected sensor is displayed in the
1293 unity launcher entry of psensor (requires unity &gt;=3.4.2).</p>
1294 </li>
1295 </ul>
1296 </div>
1297 </div>
1298 </div>
1299 <div class="sect1">
1300 <h2 id="_v0_6_2_3">v0.6.2.3</h2>
1301 <div class="sectionbody">
1302 <div class="ulist">
1303 <ul>
1304 <li>
1305 <p>psensor-server: new global variable 'psensor_version' for lua template</p>
1306 </li>
1307 <li>
1308 <p>psensor-server: /index.html replaced by /index.lua</p>
1309 </li>
1310 <li>
1311 <p>avoid useless lib linkage by using --as-needed</p>
1312 </li>
1313 </ul>
1314 </div>
1315 </div>
1316 </div>
1317 <div class="sect1">
1318 <h2 id="_v0_6_2_2">v0.6.2.2</h2>
1319 <div class="sectionbody">
1320 <div class="ulist">
1321 <ul>
1322 <li>
1323 <p>psensor-server: web server support binary files</p>
1324 </li>
1325 <li>
1326 <p>psensor-server: added favicon.ico</p>
1327 </li>
1328 <li>
1329 <p>psensor-server: moved index.lua to monitor.lua</p>
1330 </li>
1331 <li>
1332 <p>psensor-server: added index.html (welcome page)</p>
1333 </li>
1334 </ul>
1335 </div>
1336 </div>
1337 </div>
1338 <div class="sect1">
1339 <h2 id="_v0_6_2_1">v0.6.2.1</h2>
1340 <div class="sectionbody">
1341 <div class="ulist">
1342 <ul>
1343 <li>
1344 <p>added uptime/memory information (psensor-server web)</p>
1345 </li>
1346 <li>
1347 <p>added debug mode for psensor-server (--debug)</p>
1348 </li>
1349 <li>
1350 <p>when used in debug mode, psensor-server can be stopped remotely
1351 using <a href="http://hostname:port/api/1.0/server/stop" class="bare">http://hostname:port/api/1.0/server/stop</a></p>
1352 </li>
1353 <li>
1354 <p>fixed memory leak (label of lmsensor)</p>
1355 </li>
1356 <li>
1357 <p>some code cleanup/refactoring</p>
1358 </li>
1359 </ul>
1360 </div>
1361 </div>
1362 </div>
1363 <div class="sect1">
1364 <h2 id="_v0_6_1_10">v0.6.1.10</h2>
1365 <div class="sectionbody">
1366 <div class="ulist">
1367 <ul>
1368 <li>
1369 <p>psensor: support of appindicator &lt; 0.2.9</p>
1370 </li>
1371 <li>
1372 <p>psensor: closing the window hides psensor instead of quitting when
1373 application indicator support is enabled.</p>
1374 </li>
1375 </ul>
1376 </div>
1377 </div>
1378 </div>
1379 <div class="sect1">
1380 <h2 id="_v0_6_1_9">v0.6.1.9</h2>
1381 <div class="sectionbody">
1382 <div class="ulist">
1383 <ul>
1384 <li>
1385 <p>avoid fetching hddtemp daemon when no hdd in the sensors list</p>
1386 </li>
1387 </ul>
1388 </div>
1389 </div>
1390 </div>
1391 <div class="sect1">
1392 <h2 id="_v0_6_1_8">v0.6.1.8</h2>
1393 <div class="sectionbody">
1394 <div class="ulist">
1395 <ul>
1396 <li>
1397 <p>psensor: added turkish language</p>
1398 </li>
1399 <li>
1400 <p>psensor: fixed freeze when click on preferences appindicator with
1401 natty.</p>
1402 </li>
1403 <li>
1404 <p>fixed typo (${X11_LIBS}) in configure.ac</p>
1405 </li>
1406 <li>
1407 <p>psensor: full french language support</p>
1408 </li>
1409 </ul>
1410 </div>
1411 </div>
1412 </div>
1413 <div class="sect1">
1414 <h2 id="_v0_6_1_7">v0.6.1.7</h2>
1415 <div class="sectionbody">
1416 <div class="ulist">
1417 <ul>
1418 <li>
1419 <p>psensor: add support of libnotify 0.7</p>
1420 </li>
1421 </ul>
1422 </div>
1423 </div>
1424 </div>
1425 <div class="sect1">
1426 <h2 id="_v0_6_1_6">v0.6.1.6</h2>
1427 <div class="sectionbody">
1428 <div class="ulist">
1429 <ul>
1430 <li>
1431 <p>psensor: escaped - in manpage</p>
1432 </li>
1433 <li>
1434 <p>psensor-server: escaped - in manpage</p>
1435 </li>
1436 </ul>
1437 </div>
1438 </div>
1439 </div>
1440 <div class="sect1">
1441 <h2 id="_v0_6_1_5">v0.6.1.5</h2>
1442 <div class="sectionbody">
1443 <div class="ulist">
1444 <ul>
1445 <li>
1446 <p>added multi-language for hdd.c/nvidia.c/lmsensor.c</p>
1447 </li>
1448 <li>
1449 <p>some code cleanup/refactoring</p>
1450 </li>
1451 </ul>
1452 </div>
1453 </div>
1454 </div>
1455 <div class="sect1">
1456 <h2 id="_v0_6_1_4">v0.6.1.4</h2>
1457 <div class="sectionbody">
1458 <div class="ulist">
1459 <ul>
1460 <li>
1461 <p>fixed manpage formatting in 'REPORTING BUGS' section</p>
1462 </li>
1463 <li>
1464 <p>improved manpages</p>
1465 </li>
1466 <li>
1467 <p>removed few useless translations (fr/zh_CN)</p>
1468 </li>
1469 <li>
1470 <p>improved error messages for remote sensors + multilanguages support</p>
1471 </li>
1472 </ul>
1473 </div>
1474 </div>
1475 </div>
1476 <div class="sect1">
1477 <h2 id="_v0_6_1_3">v0.6.1.3</h2>
1478 <div class="sectionbody">
1479 <div class="ulist">
1480 <ul>
1481 <li>
1482 <p>fixed compilation error of psensor when libcurl is present but not
1483 libjson0</p>
1484 </li>
1485 <li>
1486 <p>suppress pointer to Textinfo manual (psensor/psensor-server).</p>
1487 </li>
1488 <li>
1489 <p>added --name to help2man call (psensor/psensor-server manpages).</p>
1490 </li>
1491 <li>
1492 <p>added more information in the psensor/psensor-server manpages.</p>
1493 </li>
1494 <li>
1495 <p>added warning about psensor-server and security in README.</p>
1496 </li>
1497 </ul>
1498 </div>
1499 </div>
1500 </div>
1501 <div class="sect1">
1502 <h2 id="_v0_6_1_1">v0.6.1.1</h2>
1503 <div class="sectionbody">
1504 <div class="ulist">
1505 <ul>
1506 <li>
1507 <p>application icon is loaded using GtkIconTheme</p>
1508 </li>
1509 <li>
1510 <p>appindicator icon is now the psensor one</p>
1511 </li>
1512 <li>
1513 <p>added appindicator icon for status 'attention'</p>
1514 </li>
1515 </ul>
1516 </div>
1517 </div>
1518 </div>
1519 <div class="sect1">
1520 <h2 id="_v0_6_1">v0.6.1</h2>
1521 <div class="sectionbody">
1522 <div class="ulist">
1523 <ul>
1524 <li>
1525 <p>added style.css for psensor-server</p>
1526 </li>
1527 <li>
1528 <p>use some styling in index.lua</p>
1529 </li>
1530 <li>
1531 <p>fixed typo in README</p>
1532 </li>
1533 <li>
1534 <p>fixed psensor-server short option -p</p>
1535 </li>
1536 <li>
1537 <p>multi-language support for psensor-server</p>
1538 </li>
1539 <li>
1540 <p>added some translation for French language0</p>
1541 </li>
1542 <li>
1543 <p>fixed psensor-server bug: first sensor was not displayed</p>
1544 </li>
1545 </ul>
1546 </div>
1547 </div>
1548 </div>
1549 <div class="sect1">
1550 <h2 id="_v0_6_0_14">v0.6.0.14</h2>
1551 <div class="sectionbody">
1552 <div class="ulist">
1553 <ul>
1554 <li>
1555 <p>psensor (gtk client):</p>
1556 <div class="ulist">
1557 <ul>
1558 <li>
1559 <p>added global preference: graph update interval</p>
1560 </li>
1561 <li>
1562 <p>added global preference: graph monitoring duration</p>
1563 </li>
1564 <li>
1565 <p>added global preference: sensor update interval</p>
1566 </li>
1567 <li>
1568 <p>standard gnu command line interface for psensor</p>
1569 </li>
1570 <li>
1571 <p>new psensor options: --help, --version, --url</p>
1572 </li>
1573 <li>
1574 <p>added generation and installation of the psensor man</p>
1575 </li>
1576 <li>
1577 <p>added remote monitoring it requires a new optionnal dependencies
1578 (libjson0 and libcurl)</p>
1579 </li>
1580 <li>
1581 <p>added internationnalization support for the UI</p>
1582 </li>
1583 <li>
1584 <p>added Simplified Chinese Language (from DaBao &lt;<a href="mailto:linux.dabao@gmail.com">linux.dabao@gmail.com</a>&gt;)</p>
1585 </li>
1586 </ul>
1587 </div>
1588 </li>
1589 <li>
1590 <p>psensor-server:</p>
1591 <div class="ulist">
1592 <ul>
1593 <li>
1594 <p>psensor-server is now a minimal webserver based on microhttpd.
1595 Lua5.1 is used to generate HTML pages to display temperatures and
1596 gtop2 information</p>
1597 </li>
1598 <li>
1599 <p>temperature information can be retrieved using a webservice based
1600 on json</p>
1601 </li>
1602 <li>
1603 <p>added cpu information (requires optional libgtop-2.0)</p>
1604 </li>
1605 <li>
1606 <p>psensor-server</p>
1607 </li>
1608 <li>
1609 <p>psensor-server options: --port, --help, --version</p>
1610 </li>
1611 <li>
1612 <p>added generation and installation of the psensor-server man</p>
1613 </li>
1614 </ul>
1615 </div>
1616 </li>
1617 <li>
1618 <p>common news for psensor and psensor-server:</p>
1619 <div class="ulist">
1620 <ul>
1621 <li>
1622 <p>moved to autoconf/automake</p>
1623 </li>
1624 <li>
1625 <p>gnu standard: use NEWS instead of CHANGES file</p>
1626 </li>
1627 <li>
1628 <p>moved LICENSE to COPYING</p>
1629 </li>
1630 </ul>
1631 </div>
1632 </li>
1633 </ul>
1634 </div>
1635 </div>
1636 </div>
1637 <div class="sect1">
1638 <h2 id="_v0_5_1">v0.5.1</h2>
1639 <div class="sectionbody">
1640 <div class="ulist">
1641 <ul>
1642 <li>
1643 <p>Makefile: avoid debug compilation by default</p>
1644 </li>
1645 <li>
1646 <p>Makefile: fixed duplicate server.o in OBJS_SERVER</p>
1647 </li>
1648 <li>
1649 <p>moved LICENSE to copyright</p>
1650 </li>
1651 <li>
1652 <p>moved CHANGES to NEWS</p>
1653 </li>
1654 <li>
1655 <p>Fixed creation of directories for the target 'install'</p>
1656 </li>
1657 </ul>
1658 </div>
1659 </div>
1660 </div>
1661 <div class="sect1">
1662 <h2 id="_v0_5_0">v0.5.0</h2>
1663 <div class="sectionbody">
1664 <div class="ulist">
1665 <ul>
1666 <li>
1667 <p>Added double buffering of the graph to avoid flickering</p>
1668 </li>
1669 <li>
1670 <p>Fixed README error gconf package name</p>
1671 </li>
1672 <li>
1673 <p>Refactoring makefile</p>
1674 </li>
1675 <li>
1676 <p>Added desktop notification support</p>
1677 </li>
1678 <li>
1679 <p>Added application indicator support</p>
1680 </li>
1681 <li>
1682 <p>Fixed MT issue (UI freeze, refresh_thread)</p>
1683 </li>
1684 <li>
1685 <p>Added global preferences editor (right click on the graph)</p>
1686 </li>
1687 <li>
1688 <p>Added sensor preferences editor (right click on the sensor table)</p>
1689 </li>
1690 <li>
1691 <p>Displayed name of each sensor can be changed</p>
1692 </li>
1693 <li>
1694 <p>Position of the sensor table can be changed</p>
1695 </li>
1696 <li>
1697 <p>Window decoration can be hidden</p>
1698 </li>
1699 <li>
1700 <p>Added 'keep window below' setting</p>
1701 </li>
1702 </ul>
1703 </div>
1704 </div>
1705 </div>
1706 <div class="sect1">
1707 <h2 id="_v0_4_5">v0.4.5</h2>
1708 <div class="sectionbody">
1709 <div class="ulist">
1710 <ul>
1711 <li>
1712 <p>Makefile: fixed duplicate server.o in OBJS_SERVER</p>
1713 </li>
1714 </ul>
1715 </div>
1716 </div>
1717 </div>
1718 <div class="sect1">
1719 <h2 id="_v0_4_4">v0.4.4</h2>
1720 <div class="sectionbody">
1721 <div class="paragraph">
1722 <p>Added README.debian</p>
1723 </div>
1724 </div>
1725 </div>
1726 <div class="sect1">
1727 <h2 id="_v0_4_3">v0.4.3</h2>
1728 <div class="sectionbody">
1729 <div class="ulist">
1730 <ul>
1731 <li>
1732 <p>Fixed foreground graph color first time psensor is started</p>
1733 </li>
1734 <li>
1735 <p>Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining</p>
1736 </li>
1737 <li>
1738 <p>gtk_dialog_get_content_area which exist since 2.14</p>
1739 </li>
1740 </ul>
1741 </div>
1742 </div>
1743 </div>
1744 <div class="sect1">
1745 <h2 id="_v0_4_2">v0.4.2</h2>
1746 <div class="sectionbody">
1747 <div class="ulist">
1748 <ul>
1749 <li>
1750 <p>Fixed potential MT issue (refresh_thread)</p>
1751 </li>
1752 <li>
1753 <p>Added double buffering of the graph to avoid flickering</p>
1754 </li>
1755 <li>
1756 <p>Fixed minor graph code bugs</p>
1757 </li>
1758 </ul>
1759 </div>
1760 </div>
1761 </div>
1762 <div class="sect1">
1763 <h2 id="_v0_4_1">v0.4.1</h2>
1764 <div class="sectionbody">
1765 <div class="ulist">
1766 <ul>
1767 <li>
1768 <p>Fixed README error gconf package name</p>
1769 </li>
1770 <li>
1771 <p>Refactoring makefile</p>
1772 </li>
1773 </ul>
1774 </div>
1775 </div>
1776 </div>
1777 <div class="sect1">
1778 <h2 id="_v0_4_0">v0.4.0</h2>
1779 <div class="sectionbody">
1780 <div class="ulist">
1781 <ul>
1782 <li>
1783 <p>Added FAN support</p>
1784 </li>
1785 <li>
1786 <p>Added HDD support (using hddtemp daemon)</p>
1787 </li>
1788 <li>
1789 <p>Added popup menu for changing graph bg/fg colors and opacity</p>
1790 </li>
1791 <li>
1792 <p>Graph background can be transparent, opacity can be changed</p>
1793 </li>
1794 <li>
1795 <p>Fixed BR3: sensors with the same name but different chips share the same color configuration</p>
1796 </li>
1797 <li>
1798 <p>Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
1799 Changed website URL</p>
1800 </li>
1801 <li>
1802 <p>Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"</p>
1803 </li>
1804 </ul>
1805 </div>
1806 </div>
1807 </div>
1808 <div class="sect1">
1809 <h2 id="_v0_3_3">v0.3.3</h2>
1810 <div class="sectionbody">
1811 <div class="ulist">
1812 <ul>
1813 <li>
1814 <p>Fixed potential MT issue  (refresh_thread)</p>
1815 </li>
1816 <li>
1817 <p>Improved Makefile</p>
1818 </li>
1819 </ul>
1820 </div>
1821 </div>
1822 </div>
1823 <div class="sect1">
1824 <h2 id="_v0_3_2">v0.3.2</h2>
1825 <div class="sectionbody">
1826 <div class="ulist">
1827 <ul>
1828 <li>
1829 <p>Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support</p>
1830 </li>
1831 <li>
1832 <p>Changed website URL</p>
1833 </li>
1834 <li>
1835 <p>Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"</p>
1836 </li>
1837 </ul>
1838 </div>
1839 </div>
1840 </div>
1841 <div class="sect1">
1842 <h2 id="_v0_3_1">v0.3.1</h2>
1843 <div class="sectionbody">
1844 <div class="paragraph">
1845 <p>Fixed BR3: sensors with the same name but different chips share the same color configuration</p>
1846 </div>
1847 </div>
1848 </div>
1849 <div class="sect1">
1850 <h2 id="_v0_3_0">v0.3.0</h2>
1851 <div class="sectionbody">
1852 <div class="ulist">
1853 <ul>
1854 <li>
1855 <p>Sensor graph colors can be changed: click on the colored sensor cell in the information table)</p>
1856 </li>
1857 <li>
1858 <p>Background color of the graph can be changed: click on the graph</p>
1859 </li>
1860 <li>
1861 <p>Configuration is stored using GConf</p>
1862 </li>
1863 <li>
1864 <p>Fixed not initialized memory bug (min/max) in nvidia support</p>
1865 </li>
1866 </ul>
1867 </div>
1868 </div>
1869 </div>
1870 <div class="sect1">
1871 <h2 id="_v0_2_7">v0.2.7</h2>
1872 <div class="sectionbody">
1873 <div class="ulist">
1874 <ul>
1875 <li>
1876 <p>Updated the website URL</p>
1877 </li>
1878 <li>
1879 <p>Added contact information in the README</p>
1880 </li>
1881 <li>
1882 <p>Backported Makefile improvement from trunk</p>
1883 </li>
1884 <li>
1885 <p>Removed pwiki styling of the README</p>
1886 </li>
1887 <li>
1888 <p>Backport: Fixed not initialized memory bug (min/max) in nvidia support</p>
1889 </li>
1890 </ul>
1891 </div>
1892 </div>
1893 </div>
1894 <div class="sect1">
1895 <h2 id="_v0_2_6">v0.2.6</h2>
1896 <div class="sectionbody">
1897 <div class="ulist">
1898 <ul>
1899 <li>
1900 <p>Changed default graph colors and background</p>
1901 </li>
1902 <li>
1903 <p>Added vertical padding for the graph canvas</p>
1904 </li>
1905 <li>
1906 <p>Disabled row selection of the sensor table</p>
1907 </li>
1908 <li>
1909 <p>Fixed BR2: nvidia gpu is always using black color</p>
1910 </li>
1911 </ul>
1912 </div>
1913 </div>
1914 </div>
1915 <div class="sect1">
1916 <h2 id="_v0_2_5">v0.2.5</h2>
1917 <div class="sectionbody">
1918 <div class="paragraph">
1919 <p>Added a basic server to retrieve remotely temperatures</p>
1920 </div>
1921 </div>
1922 </div>
1923 <div class="sect1">
1924 <h2 id="_v0_2_4">v0.2.4</h2>
1925 <div class="sectionbody">
1926 <div class="ulist">
1927 <ul>
1928 <li>
1929 <p>Added application icon</p>
1930 </li>
1931 <li>
1932 <p>Added .desktop file</p>
1933 </li>
1934 </ul>
1935 </div>
1936 </div>
1937 </div>
1938 <div class="sect1">
1939 <h2 id="_v0_2_3">v0.2.3</h2>
1940 <div class="sectionbody">
1941 <div class="ulist">
1942 <ul>
1943 <li>
1944 <p>Added max and min temperature information for each sensor</p>
1945 </li>
1946 <li>
1947 <p>Fixed a missing #include in nvidia.c</p>
1948 </li>
1949 <li>
1950 <p>Small UI improvements (scrollbar for the right panel + slider)</p>
1951 </li>
1952 </ul>
1953 </div>
1954 </div>
1955 </div>
1956 <div class="sect1">
1957 <h2 id="_v0_2_2">v0.2.2</h2>
1958 <div class="sectionbody">
1959 <div class="ulist">
1960 <ul>
1961 <li>
1962 <p>Fixed compilation warning when NVidia support is disabled</p>
1963 </li>
1964 <li>
1965 <p>Fixed BR1: crash when no temperature sensor is available</p>
1966 </li>
1967 </ul>
1968 </div>
1969 <div class="paragraph">
1970 <p>v0.2.1</p>
1971 </div>
1972 <div class="listingblock">
1973 <div class="content">
1974 <pre>Compilation dependance to Nvidia lib is optional
1975
1976 v0.2.0
1977 ------
1978
1979 Added support of NVidia GPUs
1980
1981 v0.1.1
1982 ------
1983
1984 Improved right panel (list of sensors) + ability to disable each sensor graph
1985
1986 v0.1.0
1987 ------
1988
1989 Initial release</pre>
1990 </div>
1991 </div>
1992 </div>
1993 </div>
1994 </div>
1995 <div id="footer">
1996 <div id="footer-text">
1997 Last updated 2017-02-16 20:22:50 CET
1998 </div>
1999 </div>
2000 </body>
2001 </html>