From: Aki Tuomi Date: Wed, 23 Nov 2022 09:50:44 +0000 (+0200) Subject: ChangeLog: Stop generating ChangeLog X-Git-Tag: 2.4.0~3241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c399b8f71cdc54e11f2bbfdbb31f4d75b1b91c6;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 7f32d13ec1..6c8b130a64 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ compile_commands.json /stamp-h2 /build-aux/ylwrap /autom4te.cache -/ChangeLog /cc-wrapper.sh /dovecot-config /dovecot-config.in diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000000..33711596c1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +Please see https://github.com/dovecot/core/commits/ for history + +NEWS file has curated changes. diff --git a/Makefile.am b/Makefile.am index 8d41c57e7f..852de7e20c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,9 +29,6 @@ nodist_pkginclude_HEADERS = config.h version: $(AM_V_GEN)$(top_srcdir)/build-aux/git-version-gen > $@ -ChangeLog: - $(AM_V_GEN)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 59e8f6d541..f7a4e25535 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,5 +13,3 @@ if ! test -f build-aux/config.rpath; then fi autoreconf -i - -rm -f ChangeLog