From e4c798c3921a3dcdb9bfbfd2d910e01d3df07158 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 16 Feb 2013 11:34:46 -0400 Subject: document release --- doc/assistant/release_notes.mdwn | 33 +++++++++++++++++++-------------- 1 file 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) -- cgit v1.2.3