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