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