]> granicus.if.org Git - json-c/commitdiff
Add new authors since the 0.15 release, tweak instructions for how to update that...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 13 Apr 2022 23:16:34 +0000 (23:16 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 14 Apr 2022 01:04:53 +0000 (01:04 +0000)
AUTHORS
RELEASE_CHECKLIST.txt

diff --git a/AUTHORS b/AUTHORS
index 33ff56861ee3221adb9242e07355c171525195aa..b36fa9b34796816fc6531f3c1d04cb26fa08bf58 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,27 +1,41 @@
+Alan Coopersmith <alan.coopersmith@oracle.com>
 Alexander Dahl <post@lespocky.de>
+Alexandru Ardelean <ardeleanalex@gmail.com>
 andy5995 <andy400-dev@yahoo.com>
+Aram Poghosyan <Aram.Poghosyan@teamviewer.com>
 Björn Esser <besser82@fedoraproject.org>
+BonsaY <bonsay@posteo.de>
 changyong guo <guo1487@163.com>
 chenguoping <chenguopingdota@163.com>
+Chris Lamb <lamby@debian.org>
 Christopher Head <chead@chead.ca>
 Chris Wolfe <chriswwolfe@gmail.com>
 C. Watford (christopher.watford@gmail.com)
 Darjan Krijan <darjan_krijan@gmx.de>
 David McCann <mccannd@uk.ibm.com>
+DeX77 <dex@dragonslave.de>
 dota17 <chenguopingdota@163.com>
 Eric Haszlakiewicz <erh+git@nimenees.com>
 Eric Hawicz <erh+git@nimenees.com>
+Even Rouault <even.rouault@spatialys.com>
 Gianluigi Tiesi <sherpya@netfarm.it>
 grdowns <grdowns@microsoft.com>
+Hex052 <elijahiff@gmail.com>
 hofnarr <hofnarr@hofnarr.fi>
+ihsinme <61293369+ihsinme@users.noreply.github.com>
 Ivan Romanov <drizt@land.ru>
 Jaap Keuter <jaap.keuter@xs4all.nl>
+Jakov Smolic <jakov.smolic@sartura.hr>
 janczer <menshikov.ivn@gmail.com>
 Jehan <jehan@girinstud.io>
 Jehiah Czebotar <jehiah@gmail.com>
 Jonathan Wiens <j.wiens@teles.com>
 Jose Bollo <jose.bollo@iot.bzh>
+José Bollo <jose.bollo@iot.bzh>
+Juuso Alasuutari <juuso.alasuutari@gmail.com>
 Keith Holman <keith.holman@windriver.com>
+Kizuna-Meraki <z9@kizunameraki.de>
+Leon Gross <leon.gross@rub.de>
 Liang, Gao <liang.gao@intel.com>
 Marc <34656315+MarcT512@users.noreply.github.com>
 max <mpano91@gmail.com>
@@ -29,13 +43,19 @@ Micah Snyder <micasnyd@cisco.com>
 Michael Clark <michael@metaparadigm.com>
 myd7349 <myd7349@gmail.com>
 Pascal Cuoq <cuoq@trust-in-soft.com>
+Pawday <pawday@mail.ru>
+Philosoph228 <philosoph228@gmail.com>
 Pierce Lopez <pierce.lopez@gmail.com>
 Po-Chuan Hsieh <sunpoet@sunpoet.net>
 Ramiro Polla <ramiro.polla@gmail.com>
 Rikard Falkeborn <rikard.falkeborn@gmail.com>
+Robert Bielik <robert.bielik@dirac.com>
 Robert <roby_p97@yahoo.com>
+Rosen Penev <rosenp@gmail.com>
 Rubasri Kalidas <rubasri.kalidas@intel.com>
 Simon McVittie <smcv@collabora.com>
+ssrlive <30760636+ssrlive@users.noreply.github.com>
+Tobias Nießen <tniessen@users.noreply.github.com>
 Tobias Stoeckmann <tobias@stoeckmann.org>
 Tudor Brindus <me@tbrindus.ca>
 Unmanned Player <36690541+unmanned-player@users.noreply.github.com>
index 9f6b6dbe4fbcee72853628ebec68907f9356054b..e8d2943a8a915b267e3490ee84cd7221d21e5e36 100644 (file)
@@ -24,7 +24,8 @@
                  the _new_ release version.
     * Update the AUTHORS file
 
-        git log -r 31ab57ca..HEAD | grep Author: | sed -e's/Author: //' ; cat AUTHORS ) | sort -u > A1
+        PREV=$(git tag | tail -1)
+        ( git log -r ${PREV}..HEAD | grep Author: | sed -e's/Author: //' ; cat AUTHORS ) | sort -u > A1
         mv A1 AUTHORS
 
     * Exclude mentioning changes that have already been included in a point