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