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