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