X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp-ANNOUNCE;h=ff943f5086bc3b58bb3c0d66b1c5108a04e54215;hp=47248c4bbe92748636784f391b08c7a7c65fed95;hb=4d901d04d2cd8cc038f2d93c81cca637a111fe90;hpb=5d995f7bdac3b755a500761544308db433ef433c diff --git a/obexftp-ANNOUNCE b/obexftp-ANNOUNCE index 47248c4..ff943f5 100644 --- a/obexftp-ANNOUNCE +++ b/obexftp-ANNOUNCE @@ -6,9 +6,17 @@ WHAT IS IT binary. -WHAT'S NEW in 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. +WHAT'S NEW in 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. + + +WHAT'S NEW in version 1.2.0 (2004-09-27) + Fixed a major bug with blocked read from a pipe. Many thanks to +Marius Konitzer for reporting the bug. Now I use files +instead of pipes. + More test during parsing of a transport file. WHERE TO GET