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