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