summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-28 14:39:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-28 14:39:51 -0400
commitd7b330b33bcfa57164dad05b0fc9990ad4a35275 (patch)
treee45473e9427e83553b55014043bf21b8a5d2153b /doc/news
parent84e1ebfb0eab5490ace84c1e8a66688bd52a1a54 (diff)
Fix hasKeyCheap setting for bup and rsync special remotes.
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_0.20110401.mdwn11
-rw-r--r--doc/news/version_0.20110427.mdwn8
2 files changed, 8 insertions, 11 deletions
diff --git a/doc/news/version_0.20110401.mdwn b/doc/news/version_0.20110401.mdwn
deleted file mode 100644
index 7c9ca6f5c..000000000
--- a/doc/news/version_0.20110401.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-git-annex 0.20110401 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Amazon S3 is now supported as a special type of remote.
- Warning: Encrypting data before sending it to S3 is not yet supported.
- * Note that Amazon S3 support is not built in by default on Debian yet,
- as hS3 is not packaged.
- * fsck: Ensure that files and directories in .git/annex/objects
- have proper permissions.
- * Added a special type of remote called a directory remote, which
- simply stores files in an arbitrary local directory.
- * Bugfix: copy --to --fast never really copied, fixed."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20110427.mdwn b/doc/news/version_0.20110427.mdwn
new file mode 100644
index 000000000..2764c6de5
--- /dev/null
+++ b/doc/news/version_0.20110427.mdwn
@@ -0,0 +1,8 @@
+git-annex 0.20110427 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Switch back to haskell SHA library, so git-annex remains buildable on
+ Debian stable.
+ * Added rsync special remotes. This could be used, for example, to
+ store annexed content on rsync.net (encrypted naturally). Or anywhere else.
+ * Bugfix: Avoid pipeline stall when running git annex drop or fsck on a
+ lot of files. Possibly only occured with ghc 7."""]] \ No newline at end of file