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