updated changelog and added 0.11 release point
This commit is contained in:
@@ -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>
|
||||
|
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user