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