diff --git a/python-smbprotocol-1.0.0.tar.gz b/python-smbprotocol-1.0.0.tar.gz deleted file mode 100644 index cc74645..0000000 --- a/python-smbprotocol-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dcd6e1c66c91d1b662ffcd74e511c09f6975daffa02994ea6418376b9687fd4 -size 159836 diff --git a/python-smbprotocol-1.0.1.tar.gz b/python-smbprotocol-1.0.1.tar.gz new file mode 100644 index 0000000..3033cf5 --- /dev/null +++ b/python-smbprotocol-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03296995e89f82524f20654113e531f7133d113382e6078c418bbc0edd80fb4 +size 160249 diff --git a/python-smbprotocol.changes b/python-smbprotocol.changes index f90548f..facf2bc 100644 --- a/python-smbprotocol.changes +++ b/python-smbprotocol.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 11 20:00:41 UTC 2019 - Martin Hauke + +- 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 diff --git a/python-smbprotocol.spec b/python-smbprotocol.spec index 8d4b8c9..be59b2b 100644 --- a/python-smbprotocol.spec +++ b/python-smbprotocol.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-smbprotocol -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: SMBv2/v3 client for Python 2 and 3 License: MIT