This file contains the most important changes for each release of the project. It is not meant to be a list of every change as that can be obtained by git log
. It is also not documentation for every change.
0.0.3 || 2023-02-05
- 181 services in total!
- More work to have services log to the per-service logger instead of syslog.
- Add a changelog.
- Split licensing information (LICENSE - LICENSE-3RD-PARTY) and amend the README.md accordingly.
- Repo-wide: remove unneeded @options key, standardise layout a little.
- Create additional service frontend files for nginx, dhcpcd and dhcpcd@ that use pid namespaces though 66-ns. These frontends have the suffix _ns after the service name.
- All services are represented now by either a single frontend file or a single directory with necessary files/subdirs.
- Use a single template that packages the master branch for the users that want to track development -
void-66-services-master
. - Include documentantion in the package, starting from
void-66-services-master
and version 0.0.3. - Documentation:
- Add simple logging documentation in conf/void-66-logging.md.
- Add information about the new 66boot-* utilities in conf/void-66-conf.md
- Change Suggestions_for_services.md to point to the master branch as the development branch.
- Add documentation for running runit services with the
runit
andrunit-wrapsv@
service frontend files in conf/void-66-runitsv.md. These service frontend files are not in this repo, but in the 66-voidlinux repo since they are currently part of the boot-66serv package. - Change the instructions in conf/void-66-conf.md to use the new binary packages repo.
- Add documentation for the new 66-void and base-system-66 packages in conf/void-66-base-system.md.
- Many fixes.
0.0.2 || 2021-02-15
- 95 services in total!
- Packaging templates are created for the master and devel branches under packaging/ and the Makefile is removed. The new templates should used by anyone that wants to install the contents of the branches to test new services or contribute to the repo.
- Basic configuration instructions to get 66 running on voidlinux can be found in conf/void-66-conf.md. That is not installed -yet- by the templates, as a decision needs to be made for the final format.
- First use of the 66-ns namespace tool. I expect that more services will be enhanced or even new ones created with namespace support.
- First use of polling for readiness notification in the dbus service, solves a lot of issues. It follows the void service and the approach was first used by @st3r4g in the void-s6 repo.
0.0.1 - First release || 2020-12-28
- 77 services!
- Many thanks to @teldra, @flexibeast and @Obarun!