Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:syncany/syncany into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Aug 3, 2014
2 parents f3af327 + 6263f20 commit 02ffbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Change Log
### Syncany 0.1.8-alpha (Date: tbd.)
- Developer/alpha release (**STILL NOT FOR PRODUCTION USE!**)
- Features and significant changes:
+ New Samba / Windows share plugin #172
+ Public key authentication for the SFTP plugin #134
- Bugfixes and other things:
+ Fixed cross dependency issue with plugins #162
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public interface TransferManager {
* Initialize remote storage. This method is called to set up a new repository.
*
* @param createIfRequired true if the method should handle repo creation
* if it does not exists
* @throws StorageException If the repository is already initialized, or any other
* @throws StorageException If the connection drops, or any other
* exception occurs.
*/
public void init(boolean createIfRequired) throws StorageException;
Expand Down

0 comments on commit 02ffbce

Please sign in to comment.