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