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