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