Bump to 1.2.1
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
# CHANGELOG
|
||||
|
||||
### 1.2.1 (September 29, 2018)
|
||||
|
||||
- Change logger to module logger (thanks schrd!)
|
||||
- Add flake8 to tests; Fix style issues; Make travis fail on test errors.
|
||||
|
||||
### 1.2.0 (September 08, 2018)
|
||||
|
||||
- Adds windowsize option handling for RRQ (many thanks jpmzometa!)
|
||||
- Adds tsize option for RRQ (thanks schrd!)
|
||||
- handle error packets if client aborts RRQ transfer (thanks schrd!)
|
||||
|
||||
### 1.1.0 (August 24, 2018)
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
__version__ = '1.2.0'
|
||||
__version__ = '1.2.1'
|
||||
|
||||
@@ -161,8 +161,8 @@ class BaseTFTPProtocol(asyncio.DatagramProtocol):
|
||||
to offending client.
|
||||
"""
|
||||
logger.info(('Closing connection to {0} due to error. '
|
||||
'"{1}" Not transmitted.').format(self.remote_addr,
|
||||
self.filename))
|
||||
'"{1}" Not transmitted.').format(self.remote_addr,
|
||||
self.filename))
|
||||
self.conn_reset()
|
||||
asyncio.get_event_loop().call_soon(self.transport.close)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user