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