Start 0.9.5: Beta 1 (updated Alpha -> Beta warning in README and trove classifiers)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
0.9.5 UNRELEASED
|
||||||
|
- Beta 1 (updated Alpha -> Beta warning in README and trove classifiers)
|
||||||
|
|
||||||
0.9.4 2018-03-09
|
0.9.4 2018-03-09
|
||||||
- Create PID directory if it is missing
|
- Create PID directory if it is missing
|
||||||
- Fix crash when verifying if domain for signing was not set
|
- Fix crash when verifying if domain for signing was not set
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ The python DKIM library, dkimpy, requires the entire message being signed or
|
|||||||
verified to be in memory, so dkimpy-milter does not write messages out to a temp
|
verified to be in memory, so dkimpy-milter does not write messages out to a temp
|
||||||
file. This may impact performance on low-memory systems.
|
file. This may impact performance on low-memory systems.
|
||||||
|
|
||||||
WARNING: This is an alpha grade release to support interoperability testing with
|
This is an beta grade release to support interoperability testing with Ed25519
|
||||||
Ed25519 signatures and basic functionality. It is known to be incomplete and
|
signatures sufficient functionality for basic use. The documented
|
||||||
not suitable for general use.
|
functionality has been implemented and at least partially tested. It is free
|
||||||
|
of known major defects, but is not fully tested in a variety of environments.
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ from dkimpy_milter.util import read_keyfile
|
|||||||
from dkimpy_milter.util import own_socketfile
|
from dkimpy_milter.util import own_socketfile
|
||||||
from dkimpy_milter.util import fold
|
from dkimpy_milter.util import fold
|
||||||
|
|
||||||
__version__ = "0.9.4"
|
__version__ = "0.9.5"
|
||||||
FWS = re.compile(r'\r?\n[ \t]+')
|
FWS = re.compile(r'\r?\n[ \t]+')
|
||||||
|
|
||||||
class dkimMilter(Milter.Base):
|
class dkimMilter(Milter.Base):
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ setup(
|
|||||||
description=description,
|
description=description,
|
||||||
download_url = "https://pypi.python.org/pypi/dkimpy-milter",
|
download_url = "https://pypi.python.org/pypi/dkimpy-milter",
|
||||||
classifiers= [
|
classifiers= [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: No Input/Output (Daemon)',
|
'Environment :: No Input/Output (Daemon)',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
|
|||||||
Reference in New Issue
Block a user