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