diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-08 00:34:35 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-08 00:34:35 -0600 |
commit | b5ada0580e3776554d54f24f280f9d1d6647487a (patch) | |
tree | 1c06423f67ce09abfe5d0f795a6cd572de3fb467 | |
parent | 7e8be6bd6f6e487d3444f70f01240c542b5f8b0b (diff) | |
download | horizon-0.2.0.tar.gz horizon-0.2.0.tar.bz2 horizon-0.2.0.tar.xz horizon-0.2.0.zip |
Add CHANGELOG0.2.0
-rw-r--r-- | CHANGELOG.rst | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..24be7b0 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,58 @@ +=============================== + Changelog for Project Horizon +=============================== +:Author: + * **A. Wilcox**, documentation writer + * **Contributors**, code +:Copyright: + © 2019 Adélie Linux and contributors. + + +0.2.0 (2019-11-07) +================== + +Disk +---- + +* lvm_pv, lvm_vg, and lvm_lv execution are now implemented. + + +Metadata +-------- + +* keymap execution is now implemented. + +* language: An issue with execution of the language key has been fixed. + +* signingkey: Firmware keys are now installed when firmware is true. + + +Network +------- + +* hostname: dns_domain_lo is now properly set in target /etc/conf.d/net. + +* nameserver execution is now implemented. + +* netaddress: OpenRC services are now added for configured interfaces. + + +Owner +----- + +* New utility 'hscript-printowner' added, which prints the owning UID of a + given path. + + +User +---- + +* User account creation is now fully implemented. + + + + +0.1.0 (2019-11-02) +================== + +Initial release. |