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