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