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 f93f705 commit 3078c58Copy full SHA for 3078c58
CHANGELOG
@@ -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
10
pysmb-1.1.7, 27 Sep 2013
11
========================
12
setup.py
@@ -8,7 +8,7 @@
setup(
name = "pysmb",
- version = "1.1.7",
+ version = "1.1.8",
author = "Michael Teo",
13
author_email = "[email protected]",
14
license = "zlib/libpng",
0 commit comments