File: NEWS

package info (click to toggle)
pysmbc 1.0.15.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260 kB
  • ctags: 248
  • sloc: ansic: 2,031; python: 741; makefile: 24
file content (88 lines) | stat: -rw-r--r-- 1,631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
NEWS
----

New in 1.0.15.3:
* added smbc.ConnectionRefusedError

New in 1.0.15.1:
* Return direntry with unicode string

New in 1.0.15:
* Working with Python3

New in 1.0.14.2:
* added smbc.NotDirectoryError

New in 1.0.14.1:

* Fix for Python 2.6

New in 1.0.14:

* Context.set_credentials_with_fallback()
* Context.getxattr, Context.setxattr
* smbc.XATTR, smbc.XATTR_ACL, smbc.XATTR_ACL_SID, smbc.XATTR_ALL,
  smbc.XATTR_ALL_SID, smbc.XATTR_FLAG_CREATE, smbc.XATTR_FLAG_REPLACE,
  smbc.XATTR_GROUP, smbc.XATTR_GROUP_SID, smbc.XATTR_OWNER,
  smbc.XATTR_OWNER_SID, smbc.XATTR_REVISION

New in 1.0.12:

* Context.optionUseKerberos
* Context.optionFallbackAfterKerberos

New in 1.0.11:

* read/iternext now use Bytes type

New in 1.0.10:

* smbc.NoSpaceError
* Now compiles against Python 3

New in 1.0.9:

* iteration file read
* rewrite tests for python nose
* fixed stat portability issue
* smbc.NoEntryError
* smbc.ExistsError
* smbc.NotEmptyError
* smbc.TimedOutError
* File.seek() and File.lseek()

New in 1.0.8:

* Context.chmod()
* Context.rename()
* Context.unlink()
* Context.creat()

New in 1.0.7:

* Context.open: omissible flags and mode
* File: omissible flags and mode
* File.read()
* smbc.PermissionError
* Context.mkdir()
* Context.stat()
* File.fstat()
* File.write()
* File.close()

New in 1.0.4:

* Context.workgroup
* Context.netbiosName

New in 1.0.2:

* Context.Debug -> Context.debug
* Context.FunctionAuthData -> Context.functionAuthData
* Context.OptionDebugToStderr -> Context.optionDebugToStderr
* Context.OptionNoAutoAnonymousLogin -> Context.optionNoAutoAnonymousLogin

New in 1.0.1:

* Context.open()