Skip to content

Commit 84e5087

Browse files
committed
Update for 1.1.7
1 parent d8ab894 commit 84e5087

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
pysmb-1.1.6, 16 Aug 2013
210
========================
311

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name = "pysmb",
11-
version = "1.1.6",
11+
version = "1.1.7",
1212
author = "Michael Teo",
1313
author_email = "[email protected]",
1414
license = "zlib/libpng",

0 commit comments

Comments
 (0)