summaryrefslogtreecommitdiff
path: root/expat
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-06-05 21:17:25 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-06-05 21:17:25 +0200
commit00839393f3b36a82fd1366882198f9e26c9bf401 (patch)
treec40f3b5db008fb3f40f04cc1f3ccb750e5c009c8 /expat
parenta28238bdeebc087071777001245df1876a11f5ee (diff)
downloadlibexpat-git-00839393f3b36a82fd1366882198f9e26c9bf401.tar.gz
Makefile.am: Include buildconf.sh and fuzz/*.c with release archives
Diffstat (limited to 'expat')
-rw-r--r--expat/Changes6
-rw-r--r--expat/Makefile.am4
2 files changed, 10 insertions, 0 deletions
diff --git a/expat/Changes b/expat/Changes
index f7657898..2def0acc 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -2,6 +2,12 @@ NOTE: We are looking for help with a few things:
https://github.com/libexpat/libexpat/labels/help%20wanted
If you can help, please get in touch. Thanks!
+Release 2.4.2 xxx xxx xx xxxx
+ Other changes:
+ #497 Autotools: Include files with release archives:
+ - buildconf.sh
+ - fuzz/*.c
+
Release 2.4.1 Sun May 23 2021
Bug fixes:
#488 #490 Autotools: Fix installed header expat_config.h for multilib
diff --git a/expat/Makefile.am b/expat/Makefile.am
index 6847d083..4ff5c8ab 100644
--- a/expat/Makefile.am
+++ b/expat/Makefile.am
@@ -90,9 +90,13 @@ EXTRA_DIST = \
conftools/expat.m4 \
conftools/get-version.sh \
\
+ fuzz/xml_parsebuffer_fuzzer.c \
+ fuzz/xml_parse_fuzzer.c \
+ \
xmlwf/xmlwf_helpgen.py \
xmlwf/xmlwf_helpgen.sh \
\
+ buildconf.sh \
Changes \
README.md \
\