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