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