We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ab894 commit 84e5087Copy full SHA for 84e5087
CHANGELOG
@@ -1,3 +1,11 @@
1
+pysmb-1.1.7, 27 Sep 2013
2
+========================
3
+
4
+- Improve listShares() function which can fail with the listing response is
5
+ separated into multiple SMB packets for large number of shares.
6
+- Fix bug in python3 implementation where session connection can fail when
7
+ remote server supports message signing.
8
9
pysmb-1.1.6, 16 Aug 2013
10
========================
11
setup.py
@@ -8,7 +8,7 @@
setup(
name = "pysmb",
- version = "1.1.6",
+ version = "1.1.7",
12
author = "Michael Teo",
13
author_email = "[email protected]",
14
license = "zlib/libpng",
0 commit comments