-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathNEWS
248 lines (204 loc) · 8.39 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
blackbox -- history of user-visible changes. 2019-09-06
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 <[email protected]> (15):
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
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 <[email protected]> (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 <[email protected]> (1):
Merge pull request #19 from vl-80/fullscreen_fix
VL-80 <[email protected]> (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 <[email protected]> (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 <[email protected]> (1):
Merge pull request #13 from psolyca/master
Damien Gaignon <[email protected]> (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 <[email protected]> (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 <[email protected]> (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
Release blackbox-0.71.1 released 2015-05-16
-------------------------------------------
git shortlog -e -n -w80,6,8 0.71...0.71.1
Brian Bidulock <[email protected]> (4):
fix generation of libbt.pc pkg-config file
fix some focus issue
update release files
update po files
Release blackbox-0.71 released 2014-08-31
-----------------------------------------
git shortlog -e -n -w80,6,8 0.70.2...0.71
Brian Bidulock <[email protected]> (70):
ticket #337 on sourceforge
set full properties on selection and check windows
need empty m4 directory
correct hostname length
add WM_WINDOW_ROLE to selection and check windows
collapse select and check windows to same window
fix valgrind reported invalid access error
pass -g -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror
update EWMH state when changing layers
trick EWMH maximization into working correctly
clean up maximization altogether
get maximize checkbutton to display correctly
keep client from setting stupid values on backing store and win gravity
[restart] support to be shell cmd just like [exec]
allowed actions do not depend on iconic state
passes a distcheck
conditional NLS handling
these are automatically generated
new instructions
proper fonts for styles
better build system
pulling in more translatable strings
more translable strings
add translation descriptions for all strings
bind to the text domains
more translatable strings, started fr_FR
update release files
simplify language designations
strap in German translations
Added Spanish translations
added Italian translations
added Japanese translations
get codeset right
added Dutch translations
added Danish translations
added Russian translations
added Romanian translations
upgraded French translations
more Spanish translations
added Estonian translations
added Hungarian translations
added Latvian translations
added Norwegian translations
added Polish translations
added Portugese translations
added Slovak translations
added Slovenian translations
add Swedish translations
added Ukrainian translations
added Turkish translations
add Korean transltations
added Chinese translations
added Chinese Traditional but too many multi-byte sequence errors.
do not needs this directory anymore
add COMPLIANCE document to release
update release files for release
a couple of typos in configure.ac
a few more translatable strings that I missed
updated PO files with new strings
Revert "do not needs this directory anymore"
add in more translated messages
Revert "Revert "do not needs this directory anymore""
put NLS manual pages in the right directory
have to setlocale to get NLS up and running
these are all utf-8 now (I think vim did that from the start)
Revert "do not needs this directory anymore"
Revert "Revert "do not needs this directory anymore""
fix missing newline
put all translations (.po files) in UTF-8
release date got pushed
DeltaResero <[email protected]> (7):
Reformat .gitignore and add more filetypes to ignore
Use bash instead of sh for scripts
Fix some spelling and manual typographic errors
Fix manageable spelling issue
Left click for iconified windows list
Make Blackbox restart when it receives SIGQUIT
Replace headers stdio.h, ctype.h, & stdlib.h with cstdio, cctype, &
cstdlib
Johannes Winkelmann <[email protected]> (1):
Add splitvertical gradient