diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2014-03-06 22:07:09 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-03-08 21:49:18 +0000 |
commit | 47688efda2b2981f7d4d915738d6056a300e8003 (patch) | |
tree | 379e766d9621039cb3c3ae34b6aca53105829471 | |
parent | e5f846bd62b5029ddaa1997233e38d6c4c3daf76 (diff) | |
download | rspamd-47688efda2b2981f7d4d915738d6056a300e8003.tar.gz rspamd-47688efda2b2981f7d4d915738d6056a300e8003.zip |
Describe incompatible changes in NEWS.Debian
-rw-r--r-- | debian/NEWS.Debian | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian new file mode 100644 index 000000000..1546939c8 --- /dev/null +++ b/debian/NEWS.Debian @@ -0,0 +1,15 @@ +rspamd (0.6.8) unstable; urgency=medium + + * In order to be uploaded to Debian, rspamd package has been changed in + incompatible ways compared to packages from Launchpad PPA or OBS + previously distributed by rspamd project: + + - /etc/default/rspamd* files are no longer supported. rspamd is run + under fixed user/group. + - multiple rspamd instances in single init.d script are no longer + supported. Use LXC or systemd-nspawn to achieve the same effect. + - rspamd user/group have been renamed to _rspamd:_rspamd in order to + decrease changes of name clash with local users. + + -- Mikhail Gusarov <dottedmag@debian.org> Thu, 06 Mar 2014 22:03:40 +0100 + |