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