Age | Commit message (Collapse) | Author |
|
- Add comments about what versions things reference. This is not needed
for compliance, but it makes auditing easier.
- notify.go erroneously mentioned 2014 in the list of years for Docker's
copyright.
- Docker's required NOTICE for notify.go was missing.
|
|
The docs still used the used the pre-da323d620 (2017-01-18) notify
function signature.
|
|
|
|
This does not include the sd_is_* utility functions.
BREAKING CHANGES:
- The import name is now "sd_daemon" instead of "sd".
- The logger interface is now entirely different.
- Notify now takes more arguments.
|