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