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