OSDN Git Service

conf/void-66-logging.md: add more information.
[avyssos/void-66-services.git] / CHANGELOG.md
1 Changes
2 =
3
4  *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.*
5
6 0.0.3 (not released yet)
7 =
8 - More work to have services log to the per-service logger instead of syslog.
9 - Add a changelog.
10 - Split licensing information  (LICENSE - LICENSE-3RD-PARTY) and amend the README.md accordingly.
11
12
13 [0.0.2](https://github.com/mobinmob/void-66-services/releases/tag/v0.0.2) || 2021-02-15
14 =
15 -   95 services in total!
16 - 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.
17 - 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. 
18 - First use of the [66-ns](https://web.obarun.org/software/66-tools/v0.0.7.1/66-ns.html) namespace tool. I expect that more services will be enhanced or even new ones created with namespace support.
19 - 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](https://github.com/st3r4g/void-s6) repo.
20
21 [0.0.1](https://github.com/mobinmob/void-66-services/releases/tag/v0.0.1) - First release || 2020-12-28
22 =
23 - 77 services!
24 - Many thanks to @teldra, @flexibeast and @Obarun!