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