Skip to content

Commit e902e9b

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent be9f1c0 commit e902e9b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.22.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,23 @@ Fixes since v2.21
6868
improves the code base.
6969
(merge a97d00799a jt/http-auth-proto-v2-fix later to maint).
7070

71+
* The include file compat/bswap.h has been updated so that it is safe
72+
to (accidentally) include it more than once.
73+
(merge 33aa579a55 jk/guard-bswap-header later to maint).
74+
75+
* The set of header files used by "make hdr-check" unconditionally
76+
included sha256/gcrypt.h, even when it is not used, causing the
77+
make target to fail. We now skip it when GCRYPT_SHA256 is not in
78+
use.
79+
(merge f23aa18e7f rj/hdr-check-gcrypt-fix later to maint).
80+
81+
* The Makefile uses 'find' utility to enumerate all the *.h header
82+
files, which is expensive on platforms with slow filesystems; it
83+
now optionally uses "ls-files" if working within a repository,
84+
which is a trick similar to how all sources are enumerated to run
85+
ETAGS on.
86+
(merge 92b88eba9f js/find-lib-h-with-ls-files-when-possible later to maint).
87+
7188
* Code cleanup, docfix, build fix, etc.
7289
(merge 11f470aee7 jc/test-yes-doc later to maint).
7390
(merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -77,3 +94,8 @@ Fixes since v2.21
7794
(merge 1ede45e44b en/merge-options-doc later to maint).
7895
(merge 3e14dd2c8e rd/doc-hook-used-in-sample later to maint).
7996
(merge c271dc28fd nd/no-more-check-racy later to maint).
97+
(merge e6e15194a8 yb/utf-16le-bom-spellfix later to maint).
98+
(merge bb101aaf0c rd/attr.c-comment-typofix later to maint).
99+
(merge 716a5af812 rd/gc-prune-doc-fix later to maint).
100+
(merge 50b206371d js/untravis-windows later to maint).
101+
(merge dbf47215e3 js/rebase-recreate-merge later to maint).

0 commit comments

Comments
 (0)