[Python-modules-commits] [python-aiosmtpd] 01/01: Making changelog ready for upload
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Thu Jul 6 21:50:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository python-aiosmtpd.
commit 79f1bb743bb73ace971dc157e52f13799c7c33a1
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Thu Jul 6 23:49:59 2017 +0200
Making changelog ready for upload
---
debian/changelog | 35 +----------------------------------
1 file changed, 1 insertion(+), 34 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a5a9415..b264400 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,38 +1,5 @@
python-aiosmtpd (1.1-1) unstable; urgency=low
- * New upstream release
- - Drop support for Python 3.4.
- - As per RFC 5321, §4.1.4, multiple HELO / EHLO commands in the
- same session are semantically equivalent to RSET. (Closes #78)
- - As per RFC 5321, $4.1.1.9, NOOP takes an optional argument,
- which is ignored. API BREAK If you have a handler that implements
- handle_NOOP(), it previously took zero arguments but now requires
- a single argument. (Closes #107)
- - The command line options --version / -v has been added to print
- the package’s current version number. (Closes #111)
- - General improvements in the Controller class. (Closes #104)
- - When aiosmtpd handles a STARTTLS it must arrange for the
- original transport to be closed when the wrapped transport is
- closed. This fixes a hidden exception which occurs when an EOF is
- received on the original tranport after the connection is
- lost. (Closes #83)
- - Widen the catch of ConnectionResetError and CancelledError to
- also catch such errors from handler methods. (Closes #110)
- - Added a manpage for the aiosmtpd command line script. (Closes #116)
- - Added much better support for the HELP. There’s a new decorator
- called @syntax() which you can use in derived classes to decorate
- smtp_*() methods. These then show up in HELP responses. This also
- fixes HELP responses for the LMTP subclass. (Closes #113)
- - The Controller class now takes an optional keyword argument
- ssl_context which is passed directly to the asyncio
- create_server() call.
- * Homepage change
- * Copyright fixes
-
- -- Pierre-Elliott Bécue <becue at crans.org> Thu, 06 Jul 2017 22:58:33 +0200
-
-python-aiosmtpd (1.0-1) unstable; urgency=low
-
* Initial release (Closes: #866009)
- -- Pierre-Elliott Bécue <becue at crans.org> Mon, 26 Jun 2017 14:35:00 +0200
+ -- Pierre-Elliott Bécue <becue at crans.org> Thu, 06 Jul 2017 23:30:00 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiosmtpd.git
More information about the Python-modules-commits
mailing list