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