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