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