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