X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp-ANNOUNCE;h=ff943f5086bc3b58bb3c0d66b1c5108a04e54215;hp=068300898d5bcda492dbe9be8ec0f92981fc726a;hb=1881278eca58aa0ff85f99c18cf8e9295d458258;hpb=d072334bbd09c32ce510bc34d742ba6ea84493ab 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