From 00839393f3b36a82fd1366882198f9e26c9bf401 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 5 Jun 2021 21:17:25 +0200 Subject: [PATCH] Makefile.am: Include buildconf.sh and fuzz/*.c with release archives --- expat/Changes | 6 ++++++ expat/Makefile.am | 4 ++++ 2 files changed, 10 insertions(+) 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 \ \