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