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