about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-01-19 19:02:10 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-01-19 19:02:10 +0100
commit72da652ad6e7682bea6f54fbb27fbbba7d1f9f7d (patch)
treec7d6b70cd3dcf2811eed9b0ce784d4ffa81fb431
parente50b606d352b11e59c5ccf22efe308b44853f320 (diff)
downloadnq-72da652ad6e7682bea6f54fbb27fbbba7d1f9f7d.tar.gz
nq-72da652ad6e7682bea6f54fbb27fbbba7d1f9f7d.tar.xz
nq-72da652ad6e7682bea6f54fbb27fbbba7d1f9f7d.zip
NEWS.md: update
-rw-r--r--NEWS.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 704ef17..068e990 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,15 @@
-## 0.4
+## 0.5 (unreleased)
+
+* **Notable change:** nq now creates files with permissions 0666 and
+  subject to your umask (like most programs that create new files).
+  If your queue needs to remain secret, prohibit access to the whole
+  directory.
+* Support for nq in a multi-user environment: having read permission
+  for queued tasks in the directory is enough to wait for them.
+* Makefile: support INSTALL variable.
+* Bugfix: create $NQDONEDIR properly
+
+## 0.4 (2021-03-15)
 
 * nq: now scales a lot better
 * nq: set $NQDONEDIR to move finished jobs there