summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 14:54:41 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 14:54:41 +0300
commitb4babcc8e0faf037cfebfda6e1783d8930c1527c (patch)
treecc2888c34cb4f27dc306c592504a56a3c92ed3f9
parent1079cc8ff295ca11e65c2a864e41789ddc6ed205 (diff)
downloadick2-b4babcc8e0faf037cfebfda6e1783d8930c1527c.tar.gz
Add: update NEWS
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69f993a..9b94455 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Version 0.3+git, not yet released
---------------------------------
+* Bug fixes to allow Ansible to deploy ick2 on a host as a service:
+
+ * The `ick2version` Python package gets installed.
+
+ * Temporarily put logs in /tmp. I don't know why logging to syslog
+ fails.
+
+ * The `create-token` script is a little easier to use now.
+
+ * The controller logs all exceptions to the `logging` module,
+ instead of `slog`, so they're logged **somewhere** when the
+ program is starting.
Version 0.3, released 2017-10-13
-----------------------------------