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