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