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