dkimpy-milter:stable1.1

Last commit made on 2020-01-15
Get this branch:
git clone -b stable1.1 https://git.launchpad.net/dkimpy-milter
Members of dkimpy-milter-dev can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable1.1
Repository:
lp:dkimpy-milter

Recent commits

820752a... by Scott Kitterman

Fix typo in log message

abba014... by Scott Kitterman

Add release date for 1.1.4

807b139... by Scott Kitterman

 - Delete own_socketfile to resolve race condition where the permissions
   change fails on a Unix socket because it hasn't been created yet (libmilter
   will do this correctly on its own based on umask, the milter doesn't need
   to do it) (LP: #1849712)

dcb781c... by Scott Kitterman

Make error logging more explicit to aid debugging

577a971... by Scott Kitterman

Fix typo in README

59296be... by Scott Kitterman

Bump version to 1.1.3

4e1fa3c... by Scott Kitterman

Update README now that sysv init is tested

9989906... by Scott Kitterman

Fix sysv init so it works (LP: #1839487)

6a17059... by Scott Kitterman

Update version/release date for 1.1.2

e6f8db9... by Scott Kitterman

More reslience fixes