summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-03 21:13:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-03 21:13:29 -0400
commit58567045b737d1ffbcd143934a85e22e62da8044 (patch)
treebe474547966cfe20fba9649f6193a4c015ea5a97 /doc/news
parentff5df842ea85378288519b4e964faf28d67b6dbb (diff)
add news item for git-annex 3.20111203
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20111025.mdwn8
-rw-r--r--doc/news/version_3.20111203.mdwn19
2 files changed, 19 insertions, 8 deletions
diff --git a/doc/news/version_3.20111025.mdwn b/doc/news/version_3.20111025.mdwn
deleted file mode 100644
index 90e4227ba..000000000
--- a/doc/news/version_3.20111025.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-git-annex 3.20111025 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * A remote can have a annexUrl configured, that is used by git-annex
- instead of its usual url. (Similar to pushUrl.)
- * migrate: Copy url logs for keys when migrating.
- * git-annex-shell: GIT\_ANNEX\_SHELL\_READONLY and GIT\_ANNEX\_SHELL\_LIMITED
- environment variables can be set to limit what commands can be run.
- This is used by gitolite's new git-annex support!"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20111203.mdwn b/doc/news/version_3.20111203.mdwn
new file mode 100644
index 000000000..5be6e2142
--- /dev/null
+++ b/doc/news/version_3.20111203.mdwn
@@ -0,0 +1,19 @@
+git-annex 3.20111203 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * The VFAT filesystem on recent versions of Linux, when mounted with
+ shortname=mixed, does not get along well with git-annex's mixed case
+ .git/annex/objects hash directories. To avoid this problem, new content
+ is now stored in all-lowercase hash directories. Except for non-bare
+ repositories which would be a pain to transition and cannot be put on FAT.
+ (Old mixed-case hash directories are still tried for backwards
+ compatibility.)
+ * Flush json output, avoiding a buffering problem that could result in
+ doubled output.
+ * Avoid needing haskell98 and other fixes for new ghc. Thanks, Mark Wright.
+ * Bugfix: dropunused did not drop keys with two spaces in their name.
+ * Support for storing .git/annex on a different device than the rest of the
+ git repository.
+ * --inbackend can be used to make git-annex only operate on files
+ whose content is stored using a specified key-value backend.
+ * dead: A command which says that a repository is gone for good
+ and you don't want git-annex to mention it again."""]] \ No newline at end of file