fixed file checking bug when renaming a file before checking the torrent

This commit is contained in:
Arvid Norberg 2009-10-28 02:24:59 +00:00
parent 4ecbc21101
commit 6c9e5cb011
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ release 0.14.7
* fixed bug in add_files that would fail to recurse if the path
ended with a /
* fixed bug in error handling when parsing torrent files
* fixed file checking bug when renaming a file before checking the torrent
release 0.14.6

View File

@ -22,4 +22,5 @@ exe simple_client : simple_client.cpp ;
exe dump_torrent : dump_torrent.cpp ;
exe make_torrent : make_torrent.cpp ;
exe enum_if : enum_if.cpp ;
exe test : test.cpp ;