Start 0.9.5: Beta 1 (updated Alpha -> Beta warning in README and trove classifiers)

This commit is contained in:
Scott Kitterman
2018-03-09 18:08:42 -05:00
parent 977fac5fae
commit e795db7c69
4 changed files with 9 additions and 5 deletions
+3
View File
@@ -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
- Create PID directory if it is missing
- Fix crash when verifying if domain for signing was not set
+4 -3
View File
@@ -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
file. This may impact performance on low-memory systems.
WARNING: This is an alpha grade release to support interoperability testing with
Ed25519 signatures and basic functionality. It is known to be incomplete and
not suitable for general use.
This is an beta grade release to support interoperability testing with Ed25519
signatures sufficient functionality for basic use. The documented
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.
+1 -1
View File
@@ -42,7 +42,7 @@ from dkimpy_milter.util import read_keyfile
from dkimpy_milter.util import own_socketfile
from dkimpy_milter.util import fold
__version__ = "0.9.4"
__version__ = "0.9.5"
FWS = re.compile(r'\r?\n[ \t]+')
class dkimMilter(Milter.Base):
+1 -1
View File
@@ -31,7 +31,7 @@ setup(
description=description,
download_url = "https://pypi.python.org/pypi/dkimpy-milter",
classifiers= [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License (GPL)',