summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-05 15:55:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-05 15:55:30 -0400
commitcd267dea159677c554aa65e04bd20bc14f5b12eb (patch)
tree773573ee66675687fd666a0cb8ea0f696dbf7da3
parent0556dc812edf5b809da9836a4f31397af26e138a (diff)
add news item for git-annex 3.20111105
-rw-r--r--doc/news/version_3.20110906.mdwn4
-rw-r--r--doc/news/version_3.20111105.mdwn27
2 files changed, 27 insertions, 4 deletions
diff --git a/doc/news/version_3.20110906.mdwn b/doc/news/version_3.20110906.mdwn
deleted file mode 100644
index d91776cca..000000000
--- a/doc/news/version_3.20110906.mdwn
+++ /dev/null
@@ -1,4 +0,0 @@
-git-annex 3.20110906 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Improve display of newlines around error and warning messages.
- * Fix Makefile to work with cabal again."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20111105.mdwn b/doc/news/version_3.20111105.mdwn
new file mode 100644
index 000000000..663c2ef1f
--- /dev/null
+++ b/doc/news/version_3.20111105.mdwn
@@ -0,0 +1,27 @@
+git-annex 3.20111105 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * The default backend used when adding files to the annex is changed
+ from WORM to SHA256.
+ To get old behavior, add a .gitattributes containing: * annex.backend=WORM
+ * Sped up some operations on remotes that are on the same host.
+ * copy --to: Fixed leak when copying many files to a remote on the same
+ host.
+ * uninit: Add guard against being run with the git-annex branch checked out.
+ * Fail if --from or --to is passed to commands that do not support them.
+ * drop --from is now supported to remove file content from a remote.
+ * status: Now always shows the current repository, even when it does not
+ appear in uuid.log.
+ * fsck: Now works in bare repositories. Checks location log information,
+ and file contents. Does not check that numcopies is satisfied, as
+ .gitattributes information about numcopies is not available in a bare
+ repository.
+ * unused, dropunused: Now work in bare repositories.
+ * Removed the setkey command, and added a reinject command with a more
+ useful interface.
+ * The fromkey command now takes the key as its first parameter. The --key
+ option is no longer used.
+ * Built without any filename containing .git being excluded. Closes: #[647215](http://bugs.debian.org/647215)
+ * Record uuid when auto-initializing a remote so it shows in status.
+ * Bugfix: Fixed git-annex init crash in a bare repository when there was
+ already an existing git-annex branch.
+ * Pass -t to rsync to preserve timestamps."""]] \ No newline at end of file