-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobexftp-ChangeLog
More file actions
44 lines (26 loc) · 1.09 KB
/
obexftp-ChangeLog
File metadata and controls
44 lines (26 loc) · 1.09 KB
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
Version 1.4.0 (2013-11-16)
Get charset from the environment.
Version 1.3.2 (2013-11-11)
Documented the fact that the script can be put in
$HOME/[.local/share/].mc/extfs.d.
Version 1.3.1 (2012-04-15)
Removed svn:keywods.
Version 1.3.0 (2010-05-09)
USB transport.
Version 1.2.4 (2007-06-12)
Minor misspelling fix.
Version 1.2.3 (2005-11-24)
Put error logfile in the same directory as the transport file. If the
directory or the file is not writeable - try to put the logfile in a temporary
Version 1.2.1 (2004-10-03)
Put error logfile in the same directory as the transport file. If the
directory or the file is not writeable - try to put the logfile in a temporary
directory, usually /tmp.
Version 1.2.0 (2004-09-27)
Fixed a major bug with blocked read from a pipe. Many thanks to Marius
Konitzer <[email protected]> for reporting the bug. Now I use files instead of
pipes.
More tests during parsing of a transport file.
Version 1.1.0 (2004-07-27)
Added more inline documentations. Added logging; this raises requirement to
Python 2.3+. Catch more errors and exceptions.