X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp-ANNOUNCE;h=0a1e12534c5d77f0d9769b7697a5b0ef36daa2cb;hp=47248c4bbe92748636784f391b08c7a7c65fed95;hb=a315c1aad5bb6a288e1406e2c3d439948784a9cb;hpb=5d995f7bdac3b755a500761544308db433ef433c diff --git a/obexftp-ANNOUNCE b/obexftp-ANNOUNCE index 47248c4..0a1e125 100644 --- a/obexftp-ANNOUNCE +++ b/obexftp-ANNOUNCE @@ -6,9 +6,20 @@ 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.3 (2005-11-24) + 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. + Get preferred charset from the current locale and encode unicode fullpath +from XML to that charset. + Some errors are critical errors. More documentation. + + +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