X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=obexftp-ANNOUNCE;h=ff943f5086bc3b58bb3c0d66b1c5108a04e54215;hb=4d901d04d2cd8cc038f2d93c81cca637a111fe90;hp=068300898d5bcda492dbe9be8ec0f92981fc726a;hpb=d072334bbd09c32ce510bc34d742ba6ea84493ab;p=extfs.d.git diff --git a/obexftp-ANNOUNCE b/obexftp-ANNOUNCE index 0683008..ff943f5 100644 --- a/obexftp-ANNOUNCE +++ b/obexftp-ANNOUNCE @@ -6,9 +6,17 @@ WHAT IS IT binary. -WHAT'S NEW in version 1.1.0. - Added more inline documentations. Added logging; this raises requirement to -Python 2.3+. Catching 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