Update changelog

This commit is contained in:
David Bürgin 2020-06-07 08:19:53 +02:00
parent ffa9c6360f
commit d1f15c6b5b
2 changed files with 7 additions and 2 deletions

View file

@ -1,8 +1,10 @@
# SpamAssassin Milter changelog
## unreleased
## 0.1.2 (2020-06-07)
* Force removal of existing UNIX domain socket at target path during startup.
* Bump milter dependency to version 0.2.1.
* Remove existing UNIX domain socket at target path during startup.
* Derive `Eq` and `PartialEq` for configuration structs.
## 0.1.1 (2020-04-13)

View file

@ -41,6 +41,9 @@ Postfix, and for delivery [Dovecot] with LMTP and the [Sieve plugin].
This project is a [Rust] package. Build it with Cargo as usual.
The program `spamc`, which is used for communication with SpamAssassin server,
must be executable and located in the milters search path.
As a milter, this package requires the libmilter C library to be available. Be
sure to install the libmilter shared library and header files.