From a5ee55f2e8241a9abeb301dc9c62d1a210dae22e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 11 Oct 2018 19:16:26 -0400 Subject: [PATCH] ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e445527f..7bb8c869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2018-10-11 Jay Berkenbilt + * Files generated by autogen.sh are now committed so that it is + possible to build on platforms without autoconf directly from a + clean checkout of the repository. The configure script detects if + the files are out of date when it also determines that the tools + are present to regenerate them. + * Add build in Azure Pipelines, now that it is free for open source projects.