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