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