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