summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-21 17:05:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-21 17:05:17 -0400
commit898611ce5af106da840e5cebb3ed0e81a77ee184 (patch)
treeab2d3ecca28d65372cd4778a46ddba42f736cd53 /doc
parent5aa9a2d42618b67a4df925ac3ef3b998e4b8cdce (diff)
add news item for git-annex 3.20120721
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_3.20120611.mdwn6
-rw-r--r--doc/news/version_3.20120721.mdwn14
2 files changed, 14 insertions, 6 deletions
diff --git a/doc/news/version_3.20120611.mdwn b/doc/news/version_3.20120611.mdwn
deleted file mode 100644
index e17456e23..000000000
--- a/doc/news/version_3.20120611.mdwn
+++ /dev/null
@@ -1,6 +0,0 @@
-git-annex 3.20120611 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * add: Prevent (most) modifications from being made to a file while it
- is being added to the annex.
- * initremote: Automatically describe a remote when creating it.
- * uninit: Refuse to run in a subdirectory. Closes: #[677076](http://bugs.debian.org/677076)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20120721.mdwn b/doc/news/version_3.20120721.mdwn
new file mode 100644
index 000000000..7e424452e
--- /dev/null
+++ b/doc/news/version_3.20120721.mdwn
@@ -0,0 +1,14 @@
+git-annex 3.20120721 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * get, move, copy: Now refuse to do anything when the requested file
+ transfer is already in progress by another process.
+ * status: Lists transfers that are currently in progress.
+ * Fix passing --uuid to git-annex-shell.
+ * When shaNsum commands cannot be found, use the Haskell SHA library
+ (already a dependency) to do the checksumming. This may be slower,
+ but avoids portability problems.
+ * Use SHA library for files less than 50 kb in size, at which point it's
+ faster than forking the more optimised external program.
+ * SHAnE backends are now smarter about composite extensions, such as
+ .tar.gz Closes: #[680450](http://bugs.debian.org/680450)
+ * map: Write map.dot to .git/annex, which avoids watch trying to annex it."""]] \ No newline at end of file