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