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