Skip to content

Commit

Permalink
Remove references to my legal name and add mailmap
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 authored and davmac314 committed Jul 13, 2024
1 parent f751963 commit 9cb1d5f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.mailmap
*.o
/src/**/*.d
/src/dinit
Expand Down
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
q66 <[email protected]> <[email protected]>
5 changes: 2 additions & 3 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ The Dinit logo was created by Yakui420.

Special thanks to those who have sponsored Dinit's development:
* Artix Linux (https://artixlinux.org/)
* Daniel Kolesa (Github: q66)
* Github sponsors: Paweł Zmarzły (pzmarzly), Wesley Moore (wezm), brazeon, M. Herdiansyah (konimex), saolof
* Github sponsors: Paweł Zmarzły (pzmarzly), Wesley Moore (wezm), brazeon, M. Herdiansyah (konimex), q66, saolof

The following people (in alphabetical order) have contributed:
* Daniel Kolesa - Code, testing, documentation.
* Edd Barrett - Testing, documentation.
* Fabien Poussin - Code, services, documentation.
* James Knippes - Code
* Mobin Aydinfar - Code, documentation, CI
* Oliver Amann - Code, testing, documentation
* Locria Cyber - Code, documentation
* q66 - Code, testing, documentation.
22 changes: 11 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Changes:
can make it easier to debug boot issues.
* The working directory for a service is now the directory containing the service description.
This can simplify specifying configuration files/script locations etc. Implemented by
Daniel Kolesa.
q66.
* The env-file (environment) path for a service is now relative to the service directory
containing the service description. Implemented by Daniel Kolesa.
containing the service description. Implemented by q66.
* Failure to open the env-file (environment) specified for a service is now treated as a hard
error (and will prevent a service starting). Implemented by Mobin Aydinfar.

Expand All @@ -72,8 +72,8 @@ Fixes:
== Version 0.17.0 (beta release #1)

Thank you to several new sponsors, as well as existing sponsors, for supporting this release.
Current sponsors include github users: brentfrow, brazeon, and q66 (Daniel Kolesa, author of
Chimera Linux). Development of Dinit has also received financial support from Artix Linux.
Current sponsors include github users: brentfrow, brazeon, and q66 (founder of Chimera Linux).
Development of Dinit has also received financial support from Artix Linux.
I am grateful for all the support, both financial and otherwise, that has been received.

Special thanks to Mobin Aydinfar, who has taken on secondary maintainer duties in the lead-up to
Expand Down Expand Up @@ -114,7 +114,7 @@ New features:
service to be loaded. This means that a service can be "before" another service even if the
other service might not be installed, for example.
* New "dinitctl" subcommands "is-started" and "is-failed", to test for specific service statuses
(intended to be useful in scripts, for example). Contributed by Daniel Kolesa.
(intended to be useful in scripts, for example). Contributed by q66.
* The "dinitctl" utility now supports the "--use-passed-cfd" argument (as for shutdown).
* A "configure" script to generate suitable build configuration is included. It is used by
default when building on not-recognised systems. Contributed by Mobin Aydinfar.
Expand All @@ -126,11 +126,11 @@ Changes:
* The permissions/ownership for logfiles has been reworked, see details in "New features" above.
* Services which specify "run-as" to run as a different user now run with the supplementary
groups of that user (this can be disabled at build time by setting USE_INITGROUPS=0).
Thanks to Daniel Kolesa.
Thanks to q66.
* Environment variables from the service-specific environment ("env-file" setting) can now be
substituted in many service settings. Variable expansion now supports a limited subset of shell
expansions (such as "$(NAME:-word}" and "${NAME:+word}). Behaviour is not identical to shell;
see documentation. Implemented by Daniel Kolesa.
see documentation. Implemented by q66.
* Environment variable expansion in service descriptions is no longer optional. The "sub-vars"
load option no in a service description no longer has any effect, and "no-sub-vars" is no
longer recognised at all.
Expand Down Expand Up @@ -159,9 +159,9 @@ Changes:
certain syntactical errors.
* Fix nonsensical (but harmless) error message when loading services (when the service
description is found in a directory that is not the first directory searched)
(Daniel Kolesa).
(q66).
* Fix issue with example rootfscheck.sh script (Mobin Aydinfar).
* Minor build system improvements (Daniel Kolesa).
* Minor build system improvements (q66).
* Minor documentation updates.

== Version 0.16.0
Expand All @@ -183,7 +183,7 @@ Changes:
Implemented by Mobin Aydinfar.
* The dinit daemon itself supports S6-compatible readiness notification (for when run under
another supervision system or controlling process). The "-r <fd>" command line argument
specifies the file descriptor to write the notification to. Contributed by Daniel Kolesa.
specifies the file descriptor to write the notification to. Contributed by q66.
* Environment files (including per-service file as specified by env-file service setting):
support for commands !clear, !unset and !import. These give more flexibility in how much of the
original environment to expose to service processes. See the dinit(8) man page for more
Expand Down Expand Up @@ -262,7 +262,7 @@ Changes:
NOTE: This release has some minor backwards-incompatible changes. Please read
these notes carefully.

This release includes changes contributed by Daniel Kolesa.
This release includes changes contributed by q66.

Changes:
* A new dinitctl subcommand, "status", can be used to query extended status
Expand Down

0 comments on commit 9cb1d5f

Please sign in to comment.