summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-19 20:39:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-19 20:39:03 -0400
commit71215263855e2d5e940bb0086efd7691aa0139d8 (patch)
treea45c428fb1fab9dd4782a3c4eab95c12be709cdb
parent3786f8d3487fe5a460d40045d3bcaaa69f3f84d7 (diff)
add news item for git-annex 3.20110819
-rw-r--r--doc/news/version_3.20110702.mdwn22
-rw-r--r--doc/news/version_3.20110819.mdwn9
2 files changed, 9 insertions, 22 deletions
diff --git a/doc/news/version_3.20110702.mdwn b/doc/news/version_3.20110702.mdwn
deleted file mode 100644
index a5bb92555..000000000
--- a/doc/news/version_3.20110702.mdwn
+++ /dev/null
@@ -1,22 +0,0 @@
-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."""]]
diff --git a/doc/news/version_3.20110819.mdwn b/doc/news/version_3.20110819.mdwn
new file mode 100644
index 000000000..bbc6abdbc
--- /dev/null
+++ b/doc/news/version_3.20110819.mdwn
@@ -0,0 +1,9 @@
+git-annex 3.20110819 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Now "git annex init" only has to be run once, when a git repository
+ is first being created. Clones will automatically notice that git-annex
+ is in use and automatically perform a basic initalization. It's
+ still recommended to run "git annex init" in any clones, to describe them.
+ * Added annex-cost-command configuration, which can be used to vary the
+ cost of a remote based on the output of a shell command.
+ * Fix broken upgrade from V1 repository. Closes: #[638584](http://bugs.debian.org/638584)"""]] \ No newline at end of file