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