repo: ngircd action: commit revision: path_from: revision_from: 86d27eaf8977c5e6f92fa192d0b2db82ea60b647: path_to: revision_to:
commit 86d27eaf8977c5e6f92fa192d0b2db82ea60b647 Author: Alexander BartonDate: Sun Sep 6 16:51:40 2015 +0200 Update AUTHORS and .mailmap file And add a note to doc/HowToRelease.txt to not forget to update the list of authors in the future ... diff --git a/.mailmap b/.mailmap
--- a/.mailmap +++ b/.mailmap @@ -1,4 +1,14 @@ # mailmap file for git-[short]log and git-blame +# use "git shortlog -se" to see the list of all authors. + +Alexander Barton+Alexander Barton -Alexander Barton Ali Shemiran + +Dana Dahlstrom +Dana Dahlstrom + +DNS + +LucentW diff --git a/AUTHORS b/AUTHORS
--- a/AUTHORS +++ b/AUTHORS @@ -41,15 +41,23 @@ Eric GrunowFederico G. Schwindt Gabor Adam Toth Goetz Hoffart +Ian Chard Ilja Osthoff Jari Aalto +LucentW +Mantas Mikulėnas Neale Pickett +Peter Powell Rolf Eike Beer +Roy Sindre Norangshol Scott Perry Sean Reifschneider Sebastian Köhler Tassilo Schweyer +Tom Ryder +Unit 193 William Pitcock +Yecheng Fu xor diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt
--- a/doc/HowToRelease.txt
+++ b/doc/HowToRelease.txt
@@ -37,6 +37,7 @@ II. How to prepare a new ngIRCd release?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a) Make sure the source tree is in a releasable state ;-)
+ - is the AUTHORS file up to date?
b) Make sure you have working versions of GNU autoconf and GNU automake
installed on the system you use for generating the release:
-----END OF PAGE-----