indentation + changelog (email changed)
[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
66 * v0.6.1.7
67
68 ** psensor: add support of libnotify 0.7
69
70 * v0.6.1.6
71
72 ** psensor: escaped - in manpage
73 ** psensor-server: escaped - in manpage
74
75 * v0.6.1.5
76
77 ** added multi-language for hdd.c/nvidia.c/lmsensor.c
78 ** some code cleanup/refactoring
79
80 * v0.6.1.4
81
82 ** fixed manpage formatting in 'REPORTING BUGS' section
83 ** improved manpages
84 ** removed few useless translations (fr/zh_CN)
85 ** improved error messages for remote sensors + multilanguages support
86
87 * v0.6.1.3
88
89 ** fixed compilation error of psensor when libcurl is present but not
90    libjson0
91 ** suppress pointer to Textinfo manual (psensor/psensor-server).
92 ** added --name to help2man call (psensor/psensor-server manpages).
93 ** added more information in the psensor/psensor-server manpages.
94 ** added warning about psensor-server and security in README.
95
96 * v0.6.1.1
97
98 ** application icon is loaded using GtkIconTheme
99 ** appindicator icon is now the psensor one
100 ** added appindicator icon for status 'attention'
101
102 * v0.6.1
103
104 ** added style.css for psensor-server
105 ** use some styling in index.lua
106 ** fixed typo in README
107 ** fixed psensor-server short option -p
108 ** multi-language support for psensor-server
109 ** added some translation for French language0
110 ** fixed psensor-server bug: first sensor was not displayed
111
112 * v0.6.0.14
113
114 ** psensor (gtk client):
115
116 *** added global preference: graph update interval
117 *** added global preference: graph monitoring duration
118 *** added global preference: sensor update interval
119 *** standard gnu command line interface for psensor
120 *** new psensor options: --help, --version, --url
121 *** added generation and installation of the psensor man
122 *** added remote monitoring it requires a new optionnal dependencies
123     (libjson0 and libcurl)
124 *** added internationnalization support for the UI
125 *** added Simplified Chinese Language (from DaBao <linux.dabao@gmail.com>)
126
127 ** psensor-server:
128
129 *** psensor-server is now a minimal webserver based on microhttpd.
130     Lua5.1 is used to generate HTML pages to display temperatures and
131     gtop2 information
132 *** temperature information can be retrieved using a webservice based
133     on json
134 *** added cpu information (requires optional libgtop-2.0)
135 *** psensor-server 
136 *** psensor-server options: --port, --help, --version
137 *** added generation and installation of the psensor-server man
138
139 ** common news for psensor and psensor-server:
140
141 *** moved to autoconf/automake
142 *** gnu standard: use NEWS instead of CHANGES file
143 *** moved LICENSE to COPYING
144
145 * v0.5.1
146
147 ** Makefile: avoid debug compilation by default
148 ** Makefile: fixed duplicate server.o in OBJS_SERVER
149 ** moved LICENSE to copyright
150 ** moved CHANGES to NEWS
151 ** Fixed creation of directories for the target 'install'
152
153 * v0.5.0
154
155 ** Added double buffering of the graph to avoid flickering
156 ** Fixed README error gconf package name
157 ** Refactoring makefile
158 ** Added desktop notification support
159 ** Added application indicator support
160 ** Fixed MT issue (UI freeze, refresh_thread)
161 ** Added global preferences editor (right click on the graph)
162 ** Added sensor preferences editor (right click on the sensor table)
163 ** Displayed name of each sensor can be changed
164 ** Position of the sensor table can be changed
165 ** Window decoration can be hidden
166 ** Added 'keep window below' setting
167
168 * v0.4.5
169
170 ** Makefile: fixed duplicate server.o in OBJS_SERVER
171
172 v0.4.4
173 Added README.debian
174
175 v0.4.3
176 Fixed foreground graph color first time psensor is started
177 Added support of gtk 2.12 (used by Debian 5.0.6 Lenny) by redefining
178 gtk_dialog_get_content_area which exist since 2.14
179
180 v0.4.2
181 Fixed potential MT issue (refresh_thread)
182 Added double buffering of the graph to avoid flickering
183 Fixed minor graph code bugs
184
185 v0.4.1
186 Fixed README error gconf package name
187 Refactoring makefile
188
189 v0.4.0
190 Added FAN support
191 Added HDD support (using hddtemp daemon)
192 Added popup menu for changing graph bg/fg colors and opacity
193 Graph background can be transparent, opacity can be changed
194 Fixed BR3: sensors with the same name but different chips share the same color configuration
195 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
196 Changed website URL
197 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
198
199 v0.3.3
200 Fixed potential MT issue  (refresh_thread)
201 Improved Makefile
202
203 v0.3.2
204 Fixed BR4: wrong OBJS variable and gconf when calling pkg-config in Makefile.distrib for compiling with NVidia support
205 Changed website URL
206 Fixed BR5: Psensor crashes during startup with "You forgot to call g_type_init()"
207
208 v0.3.1
209 Fixed BR3: sensors with the same name but different chips share the same color configuration
210
211 v0.3.0
212 Sensor graph colors can be changed: click on the colored sensor cell in the information table)
213 Background color of the graph can be changed: click on the graph
214 Configuration is stored using GConf
215 Fixed not initialized memory bug (min/max) in nvidia support
216
217 v0.2.7
218 Updated the website URL
219 Added contact information in the README
220 Backported Makefile improvement from trunk
221 Removed pwiki styling of the README
222 Backport: Fixed not initialized memory bug (min/max) in nvidia support
223
224
225 v0.2.6
226 Changed default graph colors and background
227 Added vertical padding for the graph canvas
228 Disabled row selection of the sensor table
229 Fixed BR2: nvidia gpu is always using black color
230
231 v0.2.5
232 Added a basic server to retrieve remotely temperatures
233
234 v0.2.4
235 Added application icon
236 Added .desktop file
237
238 v0.2.3
239 Added max and min temperature information for each sensor
240 Fixed a missing #include in nvidia.c
241 Small UI improvements (scrollbar for the right panel + slider)
242
243 v0.2.2
244 Fixed compilation warning when NVidia support is disabled
245 Fixed BR1: crash when no temperature sensor is available
246
247 v0.2.1
248 Compilation dependance to Nvidia lib is optional
249
250 v0.2.0
251 Added support of NVidia GPUs
252
253 v0.1.1
254 Improved right panel (list of sensors) + ability to disable each sensor graph
255
256 v0.1.0
257 Initial release
258
259