From abc1511df685ff0748c9aec5099dc22e003acad1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Dec 2012 12:28:23 -0400 Subject: releasing version 3.20121211 --- debian/changelog | 4 ++-- doc/assistant/release_notes.mdwn | 35 +++++++++++++++++++++++++++++++++++ git-annex.cabal | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0ad1b0ad..ec9b9f6e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20121128) UNRELEASED; urgency=low +git-annex (3.20121211) unstable; urgency=low * webapp: Defaults to sharing box.com account info with friends, allowing one-click enabling of the repository. @@ -31,7 +31,7 @@ git-annex (3.20121128) UNRELEASED; urgency=low * assistant: Fix syncing to just created ssh remotes. * Enable WebDAV support in Debian package. Closes: #695532 - -- Joey Hess Wed, 28 Nov 2012 13:31:07 -0400 + -- Joey Hess Tue, 11 Dec 2012 11:25:03 -0400 git-annex (3.20121127) unstable; urgency=low diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn index ee2faefba..188983b86 100644 --- a/doc/assistant/release_notes.mdwn +++ b/doc/assistant/release_notes.mdwn @@ -1,3 +1,38 @@ +## version 3.20121210 + +This release of the git-annex assistant (which is still in beta) +consists of mostly bugfixes, user interface improvements, and improvements +to existing features. + +In general, anything you can configure with the assistant's web app +will work. Some examples of use cases supported by this release include: + +* Using Box.com's 5 gigabytes of free storage space as a cloud transfer + point between between repositories that cannot directly contact + one-another. (Many other cloud providers are also supported, from Rsync.net + to Amazon S3, to your own ssh server.) +* Archiving or backing up files to Amazon Glacier. See [[archival_walkthrough]]. +* [[Sharing repositories with friends|share_with_a_friend_walkthrough]] + contacted through a Jabber server (such as Google Talk). +* [[Pairing|pairing_walkthrough]] two computers that are on the same local + network (or VPN) and automatically keeping the files in the annex in + sync as changes are made to them. +* Cloning your repository to removable drives, USB keys, etc. The assistant + will notice when the drive is mounted and keep it in sync. + Such a drive can be stored as an offline backup, or transported between + computers to keep them in sync. + +The following are known limitations of this release of the git-annex +assistant: + +* The Max OSX standalone app may not work on all versions of Max OSX. + Please test! +* On Mac OSX and BSD operating systems, the assistant uses kqueue to watch + files. Kqueue has to open every directory it watches, so too many + directories will run it out of the max number of open files (typically + 1024), and fail. See [[bugs/Issue_on_OSX_with_some_system_limits]] + for a workaround. + ## version 3.20121126 This adds several features to the git-annex assistant, which is still in beta. diff --git a/git-annex.cabal b/git-annex.cabal index 6f06d8581..67b7658d7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20121128 +Version: 3.20121211 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess -- cgit v1.2.3