From c51eb1a074267ceaa35aac6e558446fbe52d6c84 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 2 Apr 2019 09:14:12 +1100 Subject: [PATCH] Bump v0.1.0.0 --- NEWS | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index a20db7d2..ef673f76 100644 --- a/NEWS +++ b/NEWS @@ -1,25 +1,37 @@ Changelog for 66 +In 0.1.0.0 +---------- + + - Logger for nested tree at scandir creation time is disabled. + - Pass graph function to new ss_resolve_graph_? function. + - Split resolve file and state flags. + - Add ss_state_? function. + - Really unsupervise rc service, add rc_manage, rc_unsupervise function. + - Fix -U option for 66-tree. + - Fix 66-info, add -c option. + In 0.0.2.2 ---------- - - Hot fix, do not stop an empty db + - Hot fix, do not stop an empty db. In 0.0.2.1 ---------- - - Hot fix, do not append inner bundle with empty word + - Hot fix, do not append inner bundle with empty word. In 0.0.2.0 ---------- - - Bugs fix - - Add 66-tree -U options to unsupervise a tree from a scandir - - Rewrite 66-info to provide color and more informations - - Empty database cannot be initialized - - Respect /etc/66/sysadmin/service even for user + + - Bugs fix. + - Add 66-tree -U options to unsupervise a tree from a scandir. + - Rewrite 66-info to provide color and more informations. + - Empty database cannot be initialized. + - Respect /etc/66/sysadmin/service even for user. In 0.0.1.1 -------- - - Bugs fix at rc_init function + - Bugs fix at rc_init function. -- GitLab