]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
ChangeLog: Stop generating ChangeLog
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 23 Nov 2022 09:50:44 +0000 (11:50 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 22 Oct 2024 05:30:30 +0000 (08:30 +0300)
It is not very useful, you can get same information with
git commands anyways, and NEWS file contains more useful
information.

.gitignore
ChangeLog [new file with mode: 0644]
Makefile.am
autogen.sh

index 9b4534f6f04be39ea248cbddc8848ec7a542c464..fce2ff5fc6dea6c8a9e50c8d4967bf85f41dcfc6 100644 (file)
@@ -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 (file)
index 0000000..96a0c2d
--- /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.
index 37cbc818d3d02b30be134e89eb9915496252d5cc..6ea7f234979f529e5e2219030b09b6fde662d972 100644 (file)
@@ -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
index 878901855c1c02b1c07c58e82cae6b4b8024cb40..9b9ad431509a6837d37291847a6ab6aec3b3e623 100755 (executable)
@@ -33,5 +33,3 @@ echo *.txt | sed 's, , \\/    ,g' | tr '/' '\n' >> Makefile.am
 cd ../..
 
 autoreconf -i
-
-rm -f ChangeLog