14
0

Accepting request 755933 from home:mnhauke

- Update to version 1.0.1
  * Fix issue when reading a large file that exceeds 65KB and
    raises STATUS_END_OF_FILE.
  * Fix issue where listdir, scandir, walk would only enumerate a
    subset of entries in a directories with lots of sub files/
    folders

OBS-URL: https://build.opensuse.org/request/show/755933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-smbprotocol?expand=0&rev=12
This commit is contained in:
2019-12-18 15:19:52 +00:00
committed by Git OBS Bridge
parent 7da2ffd675
commit a523a1ca69
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.1
* Fix issue when reading a large file that exceeds 65KB and
raises STATUS_END_OF_FILE.
* Fix issue where listdir, scandir, walk would only enumerate a
subset of entries in a directories with lots of sub files/
folders
-------------------------------------------------------------------
Sat Nov 30 10:49:03 UTC 2019 - Martin Hauke <mardnh@gmx.de>