forked from premiere/premiere-libtorrent
fixed file checking bug when renaming a file before checking the torrent
This commit is contained in:
parent
4ecbc21101
commit
6c9e5cb011
|
@ -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
|
||||
|
||||
|
|
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue