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