mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-05 00:22:17 +03:00
Drop dependency of dist target on ChangeLog
We no longer write manual ChangeLog entries since they are auto-generated at release time. Drop dependency of the `make dist` target on the file and document the fact that the latest ChangeLog entries can be read in the highest numbered ChangeLog.N file in ChangeLog.old. The ChangeLog.old/ChangeLog.20 file for 2.31 will thus be generated just before tagging a release. Reviewed-by: Paul Eggert <eggert@cs.ucla.edu> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
parent
4988e26b94
commit
97ff54d2fc
2
Makefile
2
Makefile
@ -673,7 +673,7 @@ TAGS:
|
|||||||
|
|
||||||
generated := $(generated) stubs.h
|
generated := $(generated) stubs.h
|
||||||
|
|
||||||
files-for-dist := README INSTALL configure ChangeLog NEWS
|
files-for-dist := README INSTALL configure NEWS
|
||||||
|
|
||||||
# Regenerate stuff, then error if these things are not committed yet.
|
# Regenerate stuff, then error if these things are not committed yet.
|
||||||
dist-prepare: $(files-for-dist)
|
dist-prepare: $(files-for-dist)
|
||||||
|
4
NEWS
4
NEWS
@ -104,6 +104,10 @@ Changes to build and runtime requirements:
|
|||||||
* It is no longer necessary to have recent Linux kernel headers to build
|
* It is no longer necessary to have recent Linux kernel headers to build
|
||||||
working (non-stub) system call wrappers.
|
working (non-stub) system call wrappers.
|
||||||
|
|
||||||
|
* The ChangeLog file is no longer present in the toplevel directory of the
|
||||||
|
source tree. ChangeLog files are located in the ChangeLog.old directory as
|
||||||
|
ChangeLog.N where the highest N has the latest entries.
|
||||||
|
|
||||||
Security related changes:
|
Security related changes:
|
||||||
|
|
||||||
CVE-2019-19126: ld.so failed to ignore the LD_PREFER_MAP_32BIT_EXEC
|
CVE-2019-19126: ld.so failed to ignore the LD_PREFER_MAP_32BIT_EXEC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user