-
Notifications
You must be signed in to change notification settings - Fork 28
/
NEWS
220 lines (167 loc) · 7.52 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
blackbox -- history of user-visible changes. 2021-05-11
Release blackbox-0.77 released 2021-05-11
-----------------------------------------
git tag -n100 -l 0.77
0.77 Maintenance Release 0.77
This is a maintenance release of the blackboxwm package. This package
contains a maintained fork of the original blackbox CVS that is on
Sourceforge. It includes all of the official blackbox CVS repository,
as well as patches collected from pdl-linux, Debian, the blackbox bug
list, other GitHub forks. It also includes greatly enhanced EWMH/ICCCM
compliance. See COMPLIANCE in the release for additional information on
enhanced compliance.
This release is a maintenance release whose purpose is to update the
build system for gcc 10.2 and autoconf 2.71. There are no outstanding
issues at the time of release.
Included in the release is an autoconf tarball for building the release
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.76...0.77
Brian Bidulock <bidulock@openss7.org> (8):
post-release update
improvements to maintenance scripts
document compliance wider
Merge pull request #31 from dhgutteridge/master
update for autoconf 2.71
update release notes
update release files
Merge branch 'master' of github.com:bbidulock/blackboxwm
David H. Gutteridge <dhgutteridge@users.noreply.github.com> (1):
EWMH.cc needs cstdlib to compile on some OSes
Release blackbox-0.76 released 2020-02-11
-----------------------------------------
git tag -n100 -l 0.76
0.76 Maintenance Release 0.76
This is a maintenance release of the blackboxwm package. This package
contains a maintained fork of the original blackbox CVS that is on
Sourceforge. It includes all of the official blackbox CVS repository,
as well as patches collected from pdl-linux, Debian, the blackbox bug
list, other GitHub forks. It also includes greatly enhanced EWMH/ICCCM
compliance. See COMPLIANCE in the release for additional information on
enhanced compliance.
This release is a maintenance release whose purpose is to update the
build system and address handling of DESKTOP_STARTUP_ID environment
variable. There are no outstanding issues at the time of release.
Included in the release is an autoconf tarball for building the release
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.75...0.76
Brian Bidulock <bidulock@openss7.org> (6):
post-release update
better cscope and MDOCDATE handling
fixups for -Wextra compile
unset DESKTOP_STARTUP_ID in environment
update po files
update release files
Release blackbox-0.75 released 2019-09-06
-----------------------------------------
git tag -n100 -l 0.75
0.75 Maintenance Release 0.75
This is a maintenance release of the blackboxwm package. This package
contains a maintained fork of the original blackbox CVS that is on
Sourceforge. It includes all of the official blackbox CVS repository,
as well as patches collected from pdl-linux, Debian, the blackbox bug
list, other GitHub forks. It also includes greatly enhanced EWMH/ICCCM
compliance. See COMPLIANCE in the release for additional information on
enhanced compliance.
This release is a maintenance release whose sole purpose is to update
the build system, generate a better NEWS file, handle annotated tags
better, and converts the release archives to lzip compression.
Included in the release is an autoconf tarball for building the release
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.74...0.75
Brian Bidulock <bidulock@openss7.org> (17):
reformat TODO
generate NEWS better
update for gettext 0.20.1 to fix issue #23
update release notes
generate NOTES and TODO
place filename last in sed command
update build process
have better defaults now
gcc 9.1 too agressive on array-bounds warnings
ignore release products
generate release notes on dist
handle annotated tags better when generating NEWS
update po files
ignore lz files
update release files
update release files
update po files
Release blackbox-0.74 released 2018-10-31
-----------------------------------------
git tag -n100 -l 0.74
0.74 Maintenance Release 0.74
This is a maintenance release of the blackboxwm package. This package
contains a maintained fork of the original blackbox CVS that is on
Sourceforge. It includes all of the official blackbox CVS repository,
as well as patches collected from pdl-linux, Debian, the blackbox bug
list, other GitHub forks. It also includes greatly enhanced EWMH/ICCCM
compliance. See COMPLIANCE in the release for additional information on
enhanced compliance.
This release is a maintenance release and fixes some issues with full
screen behaviour for non-maximized windows. It also includes some build
and release enhancements.
Included in the release is an autoconf tarball for building the release
from source. See the NEWS, ChangeLog and the TODO file in the release
for more information.
git shortlog -e -n -w80,6,8 0.73...0.74
Brian Bidulock <bidulock@openss7.org> (10):
update po files
add a release file
remove bashisms from gennews.sh
make autogen.sh handle gnits and remove bashisms
5-part AC_INIT and prefer asciidoc to asciidoctor
generate and distribute release file
add release files to .gitignore
update po files
update release files
post release update
Brian Bidulock <bidulock@openss7.com> (1):
Merge pull request #19 from vl-80/fullscreen_fix
VL-80 <vl-80@users.noreply.github.com> (1):
Fix fullscreen mode for non-maximized windows
Release blackbox-0.73 released 2018-05-28
-----------------------------------------
git shortlog -e -n -w80,6,8 0.72...0.73
Brian Bidulock <bidulock@openss7.org> (18):
zero errno when not using it
silent rules with /usr prefix
add branch to substitution
add more checks
update make flags
silent now default
tweaks
add some ignores
better build
update install file
initialize XKEYBOARD
update po files
become child subreaper and session leader
Merge branch 'master' of github.com:bbidulock/blackboxwm
prctl is linux-specific
update po files
update release files
update release files
Brian Bidulock <bidulock@openss7.com> (1):
Merge pull request #13 from psolyca/master
Damien Gaignon <damien.gaignon@gmail.com> (1):
Add errno.h as include
Release blackbox-0.72 released 2016-07-10
-----------------------------------------
git shortlog -e -n -w80,6,8 0.71.2...0.72
Brian Bidulock <bidulock@openss7.org> (4):
simplify distribution
update po files
update release files
update .po files
Release blackbox-0.71.2 released 2016-02-10
-------------------------------------------
git shortlog -e -n -w80,6,8 0.71.1...0.71.2
Brian Bidulock <bidulock@openss7.org> (5):
handle gettext 0.19.5.1
applied argb-visuals.patch from T2
applied workspace-label.patch from T2
no force reconfigure
update release and po files