15
0

Accepting request 1005509 from home:yarunachalam:branches:devel:languages:python

- Update to 2.12.0 
  * Fix an issue with SFTP servers which don't support random access I/O
  * Fix "Recceived window change" in log message (#509)
  * Fix forwarding a dynamically allocated port in the server (#512)
  * Fix type of SSHServerProcessFactory
  * Bump version number up to 2.12.0 and update change log

OBS-URL: https://build.opensuse.org/request/show/1005509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=39
This commit is contained in:
2022-09-23 11:37:44 +00:00
committed by Git OBS Bridge
parent 92713c82c9
commit 4d5dae830b
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 23 02:23:16 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.12.0
* Fix an issue with SFTP servers which don't support random access I/O
* Fix "Recceived window change" in log message (#509)
* Fix forwarding a dynamically allocated port in the server (#512)
* Fix type of SSHServerProcessFactory
* Bump version number up to 2.12.0 and update change log
-------------------------------------------------------------------
Thu Aug 4 09:02:37 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>