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