summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-02 15:08:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-02 15:08:49 -0400
commit791dfaac65434cf6b6c9423e4ec3ff3252a71b13 (patch)
tree4ec107d148114911321a8b676abd504690f4af2c
parent48db40857cfc84454ae0121b8d014e3c5b17e753 (diff)
add news item for git-annex 3.20110702
-rw-r--r--doc/news/version_0.20110521.mdwn5
-rw-r--r--doc/news/version_3.20110702.mdwn22
2 files changed, 22 insertions, 5 deletions
diff --git a/doc/news/version_0.20110521.mdwn b/doc/news/version_0.20110521.mdwn
deleted file mode 100644
index f64392a76..000000000
--- a/doc/news/version_0.20110521.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-git-annex 0.20110521 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * status: New subcommand to show info about an annex, including its size.
- * --backend now overrides any backend configured in .gitattributes files.
- * Add --debug option. Closes: #[627499](http://bugs.debian.org/627499)"""]] \ No newline at end of file
diff --git a/doc/news/version_3.20110702.mdwn b/doc/news/version_3.20110702.mdwn
new file mode 100644
index 000000000..0bb3adf2d
--- /dev/null
+++ b/doc/news/version_3.20110702.mdwn
@@ -0,0 +1,22 @@
+News for git-annex 3.20110702:
+
+ The URL backend has been removed. Instead the new web remote can be used.
+
+git-annex 3.20110702 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Now the web can be used as a special remote.
+ This feature replaces the old URL backend.
+ * addurl: New command to download an url and store it in the annex.
+ * Sped back up fsck, copy --from, and other commands that often
+ have to read a lot of information from the git-annex branch. Such
+ commands are now faster than they were before introduction of the
+ git-annex branch.
+ * Always ensure git-annex branch exists.
+ * Modify location log parser to allow future expansion.
+ * --force will cause add, etc, to operate on ignored files.
+ * Avoid mangling encoding when storing the description of repository
+ and other content.
+ * cabal can now be used to build git-annex. This is substantially
+ slower than using make, does not build or install documentation,
+ does not run the test suite, and is not particularly recommended,
+ but could be useful to some."""]] \ No newline at end of file