Skip to content

Commit 3078c58

Browse files
committed
Update for 1.1.8
1 parent f93f705 commit 3078c58

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
pysmb-1.1.8, 21 Dec 2013
2+
========================
3+
4+
- Fix a bug in storeFile() method when the destination file is not overwritten if
5+
it exists in SMB1 communication
6+
- Fix a SMB1 authentication problem when extended negotation is not carried out
7+
because the remote server has specified its support for extended security in the
8+
payload, instead of in the message flags2.
9+
110
pysmb-1.1.7, 27 Sep 2013
211
========================
312

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.7",
11+
version = "1.1.8",
1212
author = "Michael Teo",
1313
author_email = "[email protected]",
1414
license = "zlib/libpng",

0 commit comments

Comments
 (0)