aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-16 11:34:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-16 11:36:31 -0400
commite4c798c3921a3dcdb9bfbfd2d910e01d3df07158 (patch)
tree33e7878043de5d0935534730c15e5bc61454c331
parent4515a36f0f162a28fecbdfa725d9f0d941cab438 (diff)
document release3.20130216
-rw-r--r--doc/assistant/release_notes.mdwn33
1 files changed, 19 insertions, 14 deletions
diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn
index 3fc4ec741..67fba5013 100644
--- a/doc/assistant/release_notes.mdwn
+++ b/doc/assistant/release_notes.mdwn
@@ -1,3 +1,22 @@
+## version 3.20130216
+
+This adds a port to Android. Only usable at the command line so far;
+beta qualitty.
+
+Also a bugfix release, and improves support for FAT.
+
+The following are known limitations of this release of the git-annex
+assistant:
+
+* No Android app yet.
+* On BSD operating systems (but not on OS X), 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 [[this_bug|bugs/Issue_on_OSX_with_some_system_limits]]
+ for a workaround.
+* Also on systems with kqueue, modifications to existing files in direct
+ mode will not be noticed.
+
## version 3.20130107, 3.20130114, 3.20130124, 3.20130207
These are bugfix releases.
@@ -13,20 +32,6 @@ your changes. Direct mode is the default for new repositories created
by the assistant. To convert your existing repository to use direct mode,
manually run `git annex direct` inside the repository.
-The following are known limitations of this release of the git-annex
-assistant:
-
-* If a file in a direct mode repository is modified as it's being transferred,
- the old version of the file can be lost, and fsck will later complain
- about a corrupt object.
-* On BSD operating systems (but not on OS X), 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 [[this_bug|bugs/Issue_on_OSX_with_some_system_limits]]
- for a workaround.
-* Also on systems with kqueue, modifications to existing files in direct
- mode will not be noticed.
-
## version 3.20121211
This release of the git-annex assistant (which is still in beta)