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