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