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