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