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