From: Aki Tuomi Date: Wed, 23 Nov 2022 09:50:44 +0000 (+0200) Subject: ChangeLog: Stop generating ChangeLog X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=461899d0c38e24dc47eefe1254b20c29bb24b332;p=thirdparty%2Fdovecot%2Fcore.git ChangeLog: Stop generating ChangeLog It is not very useful, you can get same information with git commands anyways, and NEWS file contains more useful information. --- diff --git a/.gitignore b/.gitignore index 9b4534f6f0..fce2ff5fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ compile_commands.json /stamp-h2 /ylwrap /autom4te.cache -/ChangeLog /cc-wrapper.sh /dovecot-config /dovecot-config.in diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000000..96a0c2d1c3 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +Please see https://github.com/dovecot/core/commits/release-2.3 for history + +NEWS file has curated changes. diff --git a/Makefile.am b/Makefile.am index 37cbc818d3..6ea7f23497 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,9 +33,6 @@ README: README.md INSTALL: INSTALL.md $(PANDOC) -f markdown_github -t plain -o $@ $< -ChangeLog: - git log --name-status --pretty="format:%ai %aN <%aE> (%h)%n%n%w(80,4,4)%s%n%n%b" 5d5c4f2bfb812c767084c0338dae692db476da10^.. > ChangeLog || rm -f ChangeLog - aclocal_DATA = m4/dovecot.m4 dovecot-version.h: noop diff --git a/autogen.sh b/autogen.sh index 878901855c..9b9ad43150 100755 --- a/autogen.sh +++ b/autogen.sh @@ -33,5 +33,3 @@ echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am cd ../.. autoreconf -i - -rm -f ChangeLog