14
0

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

- Update to version 1.10.1 
  * Raise the original BadNetworkName error if the server doesn't indicate it supports DFS or
    FSDriverRequired was raised trying to lookup the DFS information - #196
  * Fix pre auth session id tracking if the intermediate token messages return 0 as the session id

OBS-URL: https://build.opensuse.org/request/show/1040282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=33
This commit is contained in:
2022-12-05 17:44:24 +00:00
committed by Git OBS Bridge
parent b026f0cf1d
commit 812e1246c9
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 5 13:36:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.10.1
* Raise the original BadNetworkName error if the server doesn't indicate it supports DFS or
FSDriverRequired was raised trying to lookup the DFS information - #196
* Fix pre auth session id tracking if the intermediate token messages return 0 as the session id
-------------------------------------------------------------------
Sun Nov 6 20:32:55 UTC 2022 - Martin Hauke <mardnh@gmx.de>