updated changelog and added 0.11 release point

This commit is contained in:
Arvid Norberg
2006-10-14 08:15:57 +00:00
parent ec53633975
commit 892268aef4
4 changed files with 6 additions and 3 deletions

View File

@@ -957,7 +957,7 @@ struct file_entry
boost::filesystem::path path;
size_type offset;
size_type size;
boost::scoped_ptr<boost::filesystem::path> orig_path;
boost::shared_ptr<const boost::filesystem::path> orig_path;
};
</pre>
</div>

View File

@@ -870,7 +870,7 @@ info-hash.
boost::filesystem::path path;
size_type offset;
size_type size;
boost::shared_ptr<boost::filesystem::path> orig_path;
boost::shared_ptr<const boost::filesystem::path> orig_path;
};