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 88a126f commit 831a52cCopy full SHA for 831a52c
CHANGELOG
@@ -1,3 +1,9 @@
1
+pysmb-1.1.9, 1 Jun 2014
2
+=======================
3
+
4
+- Add support for domains in smb:// URLs
5
+- Fix a bug which fails to test for the correct GSS security provider OID values
6
7
pysmb-1.1.8, 21 Dec 2013
8
========================
9
setup.py
@@ -8,7 +8,7 @@
setup(
10
name = "pysmb",
11
- version = "1.1.8",
+ version = "1.1.9",
12
author = "Michael Teo",
13
author_email = "[email protected]",
14
license = "zlib/libpng",
0 commit comments