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