Release 4.8.4
This commit is contained in:
parent
7349da777b
commit
09642142f4
2 changed files with 3 additions and 2 deletions
|
@ -158,7 +158,8 @@ class CdistObjectError(CdistEntityError):
|
||||||
('name', cdist_object.name, ),
|
('name', cdist_object.name, ),
|
||||||
('path', cdist_object.absolute_path, ),
|
('path', cdist_object.absolute_path, ),
|
||||||
('source', " ".join(cdist_object.source), ),
|
('source', " ".join(cdist_object.source), ),
|
||||||
('type', os.path.realpath(cdist_object.cdist_type.absolute_path), ),
|
('type', os.path.realpath(
|
||||||
|
cdist_object.cdist_type.absolute_path), ),
|
||||||
]
|
]
|
||||||
stderr_paths = []
|
stderr_paths = []
|
||||||
for stderr_name in os.listdir(cdist_object.stderr_path):
|
for stderr_name in os.listdir(cdist_object.stderr_path):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
next:
|
4.8.4: 2018-04-20
|
||||||
* Documentation, type manpages: Fix spelling (Dmitry Bogatov)
|
* Documentation, type manpages: Fix spelling (Dmitry Bogatov)
|
||||||
* New explorer: is-freebsd-jail (Kamila Součková)
|
* New explorer: is-freebsd-jail (Kamila Součková)
|
||||||
* Types __hostname, __start_on_boot, __sysctl: Support FreeBSD (Kamila Součková)
|
* Types __hostname, __start_on_boot, __sysctl: Support FreeBSD (Kamila Součková)
|
||||||
|
|
Loading…
Reference in a new issue