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