about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-09-12 18:14:15 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-09-12 18:14:35 +0200
commit2c8acab338a84e6e4335b876aa5bd91fa72a9da8 (patch)
tree639b0c57a13a06757452aa3866b47f3fd2f2d151 /NEWS.md
parent07ee45cf316695e20374922686dea7fdcf91931e (diff)
downloadmblaze-2c8acab338a84e6e4335b876aa5bd91fa72a9da8.tar.gz
mblaze-2c8acab338a84e6e4335b876aa5bd91fa72a9da8.tar.xz
mblaze-2c8acab338a84e6e4335b876aa5bd91fa72a9da8.zip
NEWS.md: update for 1.0 v1.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 5e18d66..b5a85b7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-## 1.0
+## 1.0 (2020-09-12)
 
 * Caution! Backwards incompatible changes:
   * As a message name, `-` now refers to the message on the standard input,
@@ -6,6 +6,12 @@
     the previous message in a short way.
     The tools will print a warning if you use `-` and the standard input
     comes from a TTY.
+  * mpick: use the -F flag to read script files.
+  * mpick: remove msglist support, use plain mmsg(7) arguments.
+* Many mblaze tools now make use of pledge(2) on OpenBSD.
+* add contrib/mcount, a tool to count mails
+* mrep: use Reply-From configuration to find From header
+* Many bug fixes.
 
 ## 0.7 (2020-05-15)