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