]> git.phdru.name Git - extfs.d.git/blob - obexftp-ChangeLog
Torrent VFS: fix flake8 errors
[extfs.d.git] / obexftp-ChangeLog
1 Version 1.4.0 (2013-11-16)
2
3    Get charset from the environment.
4
5 Version 1.3.2 (2013-11-11)
6
7    Documented the fact that the script can be put in
8    $HOME/[.local/share/].mc/extfs.d.
9
10 Version 1.3.1 (2012-04-15)
11
12    Removed svn:keywods.
13
14 Version 1.3.0 (2010-05-09)
15
16    USB transport.
17
18 Version 1.2.4 (2007-06-12)
19
20    Minor misspelling fix.
21
22 Version 1.2.3 (2005-11-24)
23
24    Put error logfile in the same directory as the transport file. If the
25 directory or the file is not writeable - try to put the logfile in a temporary
26
27 Version 1.2.1 (2004-10-03)
28
29    Put error logfile in the same directory as the transport file. If the
30 directory or the file is not writeable - try to put the logfile in a temporary
31 directory, usually /tmp.
32
33 Version 1.2.0 (2004-09-27)
34
35    Fixed a major bug with blocked read from a pipe. Many thanks to Marius
36 Konitzer <m.konitzer@gmx.de> for reporting the bug. Now I use files instead of
37 pipes.
38
39    More tests during parsing of a transport file.
40
41 Version 1.1.0 (2004-07-27)
42
43    Added more inline documentations. Added logging; this raises requirement to
44 Python 2.3+. Catch more errors and exceptions.