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