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