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