-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
280 lines (217 loc) · 9.85 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
xde-applets -- history of user-visible changes. 2022-01-29
Release xde-applets-0.12 released 2022-01-29
--------------------------------------------
git tag -n100 -l 0.12
0.12 Preliminary Release 0.12
This is the twelfth release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that provides an update to the
build chain and compiles 32-bit clean with GCC 11.1.0.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.11...0.12
Brian Bidulock <bidulock@openss7.org> (11):
post-release update
update copyright
new Arch Linux cflags
deploy gh-pages
update build flags
update gh-pages
make 32-bit clean
more 32-bit clean
update copyright
update release files
lost README
Release xde-applets-0.11 released 2021-05-18
--------------------------------------------
git tag -n100 -l 0.11
0.11 Preliminary Release 0.11
This is the eleventh release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that provides an update of the
autoconf tool chain.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.10...0.11
Brian Bidulock <bidulock@openss7.org> (4):
post release update
update autoconf
update release notes
update release files
Release xde-applets-0.10 released 2020-08-15
--------------------------------------------
git tag -n100 -l 0.10
0.10 Preliminary Release 0.10
This is the tenth release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that provides fixes for battery
level sound support.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.9...0.10
Brian Bidulock <bidulock@openss7.org> (5):
post release update
fix some battery-full issues
update release file
update release files
update release files
Release xde-applets-0.9 released 2020-06-11
-------------------------------------------
git tag -n100 -l 0.9
0.9 Preliminary Release 0.9
This is the ninth release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that adds support for compilation
with GCC 10.1 and provides some improved sound support.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.8...0.9
Brian Bidulock <bidulock@openss7.org> (47):
post-release update
whoops
Used Percent instead of Percentage
Add thermal event canberra context.
play thermal events when detected
provide some hysterysis
handle wider normal range for sensors
don't cancel thermal event unless playing new sound
bit better alarm function
correct order thermal-caution then -hot
cool down sounds quicker
update xde-lm-applet manpage a bit
check for more libraries
add libraries for xde-bl-applet
suppress battery notifications on startup
update documentation a bit
minor correction
add audio applet
add input device applet
add audio and input device applets
add audio and input device applets
add audio and input device applets, make others conditional
update package documentation
update avahi applet documentation
update backlight applet documentation
update bluetooth applet documentation
update cpu power applet documentation
update DHCP applet documentation
update HAL applet documentation
update LM Sensors applet documentation
update package kit applet documentation
update systemd applet documentation
update upower applet documentation
update wireless applet documentation
check for libpulse
properly initialize libcanberra
better sound handling
better sound handling
better sound handling
better sound handling
update docs a bit
better sound handling
fix null pointer
queue some sounds
rename and refactor
update release files
update release files again
Release xde-applets-0.8 released 2020-02-11
-------------------------------------------
git tag -n100 -l 0.8
0.8 Preliminary Release 0.8
This is the eighth release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that add support for compilation
with -Wextra flag.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.7...0.8
Brian Bidulock <bidulock@openss7.org> (15):
post release update
better cscope and MDOCDATE
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
fixups for -Wextra
update copyright headers
update release files
Release xde-applets-0.7 released 2019-12-21
-------------------------------------------
git tag -n100 -l 0.7
0.7 Preliminary Release 0.7
This is the seventh release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that removes unneeded
dependencies on libxss and libxxf86misc.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.6...0.7
Brian Bidulock <bidulock@openss7.org> (7):
post-release update
remove deprecated m4 macro from configure.ac
gtk2 has to use deprecated glib declarations
no longer require xf86misc
remove libxss
new release
update release files
Release xde-applets-0.6 released 2019-09-03
-------------------------------------------
git tag -n100 -l 0.6
0.6 Preliminary Release 0.6
This is the fifth release of the xde-applets package. This package
provides a number of "C"-language applets for the system tray that
provide various functions from package management to wireless
connections. Some of these applets were originally written in perl(1)
as separate applications. They have now been converted to "C" for speed
and to provide access to libraries not available from perl(1).
This release is a preliminary release that simply sets autoconf
directory defaults better and improves the build system more.
Included in the release is an autoconf tarball for building the package
from source. See the NEWS and TODO file in the release for more
information. Please report problems to the issues list on GitHub.
git shortlog -e -n -w80,6,8 0.5...0.6
Brian Bidulock <bidulock@openss7.org> (8):
add license file to git
correct Category missspelling
keep gnits
set better directory defaults
better defaults now
build release notes with distribution
update release notes
update release files