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