summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-05-22 14:52:45 +0200
committerAntoine Eiche <lewo@abesis.fr>2020-05-24 20:41:03 +0200
commit54ecf17810da5f9c3722d3b0ccf0d026f51f4a7f (patch)
tree9256d5c25ee53ba0613ee48fb0c57c5921be73c6 /README.md
parentaed5d9e523de0e4be6ced3079b4c1f75203b0c07 (diff)
Release nixos-20.03
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 27 insertions, 5 deletions
diff --git a/README.md b/README.md
index 153d12a..6be1731 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,16 @@
For each NixOS release, we publish a branch. You then have to use the
SNM branch corresponding to your NixOS version.
-* For NixOS 19.09: [SNM branch
- `nixos-19.09`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-19.09)
-* For NixOS unstable: [SNM branch
- `master`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/master)
-
+* For NixOS 20.03
+ - Use the [SNM branch `nixos-20.03`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-20.03)
+ - [Release notes](#nixos-2003)
+* For NixOS 19.09
+ - Use the [SNM branch `nixos-19.09`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-19.09)
+* For NixOS unstable
+ - Use the [SNM branch `master`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/master)
+ - This branch is currently still supporting the NixOS release 20.03
+ but we could remove this support on any NixOS unstable breaking
+ change.
[Subscribe to SNM Announcement List](https://www.freelists.org/list/snm)
This is a very low volume list where new releases of SNM are announced, so you
@@ -114,6 +119,23 @@ Checkout the [Complete Backup Guide](https://gitlab.com/simple-nixos-mailserver/
See the [How to Develop SNM](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/wikis/How-to-Develop-SNM) wiki page.
+## Release notes
+
+### nixos-20.03
+
+- Rspamd is upgraded to 2.0 which deprecates the SQLite Bayes
+ backend. We then moved to the Redis backend (the default since
+ Rspamd 2.0). If you don't want to relearn the Redis backend from the
+ scratch, we could manually run
+
+ rspamadm statconvert --spam-db /var/lib/rspamd/bayes.spam.sqlite --ham-db /var/lib/rspamd/bayes.ham.sqlite -h 127.0.0.1:6379 --symbol-ham BAYES_HAM --symbol-spam BAYES_SPAM
+
+ See the [Rspamd migration
+ notes](https://rspamd.com/doc/migration.html#migration-to-rspamd-20)
+ and [this SNM Merge
+ Request](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/merge_requests/164)
+ for details.
+
## Contributors
See the [contributor tab](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/graphs/master)