diff --git a/ChangeLog b/ChangeLog index 034646623..c392ad676 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/examples/Jamfile b/examples/Jamfile index 3314bb802..46f365a2e 100644 --- a/examples/Jamfile +++ b/examples/Jamfile @@ -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 ;