-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNEWS
276 lines (212 loc) · 10.5 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
adwm -- history of user-visible changes. 2024-03-27
Release adwm-0.7.17 released 2024-03-27
---------------------------------------
git tag -n100 -l 0.7.17
0.7.17 Maintenance Release 0.7.17
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that updates build flags, fights unused
direct dependencies, adds some XF86 keysyms and minor fixes for GCC. It
also keeps adwm from setting zero width or height even when instructed
by the client. Session management has not progressed since the last
release. There are no outstanding issues at the time of release, and
the next release should include some outstanding development from the
TODO list.
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.16...0.7.17
Brian Bidulock <[email protected]> (9):
post-release update
minor fix for error detected by gcc
add some XF86 keysyms commented out
fight unused direct deps
update configure.sh
do not set zero width or height
new cflags
update release files
update release files for date change
Release adwm-0.7.16 released 2022-01-28
---------------------------------------
git tag -n100 -l 0.7.16
0.7.16 Maintenance Release 0.7.16
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that corrects and supplements some key
bindings: removes a conflict, uses preferred applications (thanks to
xdg-launch), provides controls for microphone volume and muting, and
switches scroll-wheel bindings on the root window (this was really
bothering me). Consistent build flags and support for GCC 11.1.0 is
also provided. Session management has not progressed since the last
release. There are no outstanding issues at the time of release, and
the next release should include some outstanding development from the
TODO list.
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.15...0.7.16
Brian Bidulock <[email protected]> (9):
post-release update
update build flags
use preferred applications
updates to adwm keysrc file
update build flags
reverse scroll wheel on root
update release notes
update copyright dates
update release files
Release adwm-0.7.15 released 2021-12-11
---------------------------------------
git tag -n100 -l 0.7.15
0.7.15 Maintenance Release 0.7.15
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that updates gh-pages support and removes
a harmful type punning that was leading to indeterminate behaviour.
Session management has not progressed since the last release. There are
no outstanding issues at the time of release, and the next release
should include some outstanding development from the TODO list.
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.14...0.7.15
Brian Bidulock <[email protected]> (7):
post-release update
build index.md
get rid of type punning
prepare to use JSON-C library
add dependencies
add index.md to distribution script
update release files
Release adwm-0.7.14 released 2021-12-09
---------------------------------------
git tag -n100 -l 0.7.14
0.7.14 Maintenance Release 0.7.14
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that supports compilation with new
makepkg.conf Arch Linux CFLAGS that include -Werror-format-security. A
harmful bug that worked its way into the last release has been fixed.
Session management has not progressed since the last release. There are
no outstanding issues at the time of release, and the next release
should include some outstanding development from the TODO list.
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.13...0.7.14
Brian Bidulock <[email protected]> (18):
post-release update
better corrections to format-security
even better corrections for format-security
put traps back
add gh-pages
try a few things with gh-pages
github looks here first
remove test
add RELEASE file to repo
update README with release file
add some sample screenshots
correct image path
describe screenshots
cannot use divs for some reason
don't know why it has to be this way
is this the issue???
Revert "don't know why it has to be this way"
update release files
Release adwm-0.7.13 released 2021-12-03
---------------------------------------
git tag -n100 -l 0.7.13
0.7.13 Maintenance Release 0.7.13
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that supports compilation with new
makepkg.conf Arch Linux CFLAGS that include -Werror-format-security.
Session management has not progressed since the last release. There are
no outstanding issues at the time of release, and the next release
should include some outstanding development from the TODO list.
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.12...0.7.13
Brian Bidulock <[email protected]> (8):
post-release update
fix a few compile issues
Merge pull request #16 from LittleSOiLent999/patch-1
test builds for new Arch Linux cflags
handle -Werror=format-security
new gnu install file
Merge branch 'master' of github.com:bbidulock/adwm
update release files
LittleSOiLent999 <[email protected]> (1):
Update README.md
Release adwm-0.7.12 released 2021-05-08
---------------------------------------
git tag -n100 -l 0.7.12
0.7.12 Maintenance Release 0.7.12
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that fixes a number of issues, support
compilation with GCC 10.2 and current autoconf tool chain. Session
management has not progressed since the last release. There are no
outstanding issues at the time of release, and the next release should
include some outstanding development from the TODO list.
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.11...0.7.12
Brian Bidulock <[email protected]> (7):
post release update
update copyright date
swap brightness keys, add audio mic control keys
update configure.ac for autoconf 2.70
update copyright dates
updates for autoconf 2.71
update release files
Release adwm-0.7.11 released 2020-06-10
---------------------------------------
git tag -n100 -l 0.7.11
0.7.11 Maintenance Release 0.7.11
This is another release of the adwm window manager that provides a
fully XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0
compliant tiling/floating window manager. It borrows concepts from
dwm(1), velox(1), awesome(1), spectrwm(1) and wmii(1).
This is a maintenance release that fixes a number of issues, support
compilation with GCC 10.1, and provides some enhanced sound support.
Session management has not progressed since the last release. There are
no outstanding issues at the time of release, and the next release
should include some outstanding development from the TODO list.
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.10...0.7.11
Brian Bidulock <[email protected]> (18):
post-release update
whoops
better SNR in logs
add _NET_WM_MOVERESIZE to win on move or resize
do not overwrite _NET_WM_MOVERESIZE_CANCEL
tell others when move or resize snaps or unsnaps
try to mark location of snap/unsnap
do better job guessing snap position
use _NET_WM_{MOVING,RESIZING} instead of MOVERESIZE
correct key conflict
a few more custom properties for xde-sound
cannot believe these have been reversed so long
note compliance to _NET_WM_{MOVING,RESIZING}
note some deficiencies
do not add new window to lists till configured
changes for gcc 10.1 compiler
update release notes
update release files