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