summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-28 14:42:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-28 14:42:24 -0400
commitf88fd8d9fcc70365bc562f62b569b89109bb7e9a (patch)
tree96567cab758ee2a3fb7aad23b2a7d476e0146d48 /doc/news
parent3c491130239dba5a4c1d882a6e91f1e138938f94 (diff)
add news item for git-annex 0.19
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_0.14.mdwn5
-rw-r--r--doc/news/version_0.19.mdwn17
2 files changed, 17 insertions, 5 deletions
diff --git a/doc/news/version_0.14.mdwn b/doc/news/version_0.14.mdwn
deleted file mode 100644
index fc6c42bc1..000000000
--- a/doc/news/version_0.14.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-git-annex 0.14 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Bugfix to git annex unused in a repository with nothing yet annexed.
- * Support upgrading from a v0 annex with nothing in it.
- * Avoid multiple calls to git ls-files when passed eg, "*"."""]] \ No newline at end of file
diff --git a/doc/news/version_0.19.mdwn b/doc/news/version_0.19.mdwn
new file mode 100644
index 000000000..5d6ab47be
--- /dev/null
+++ b/doc/news/version_0.19.mdwn
@@ -0,0 +1,17 @@
+git-annex 0.19 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * configure: Support using the uuidgen command if the uuid command is
+ not available.
+ * Allow --exclude to be specified more than once.
+ * There are now three levels of repository trust.
+ * untrust: Now marks the current repository as untrusted.
+ * semitrust: Now restores the default trust level. (What untrust used to do.)
+ * fsck, drop: Take untrusted repositories into account.
+ * Bugfix: Files were copied from trusted remotes first even if their
+ annex.cost was higher than other remotes.
+ * Improved temp file handling. Transfers of content can now be resumed
+ from temp files later; the resume does not have to be the immediate
+ next git-annex run.
+ * unused: Include partially transferred content in the list.
+ * Bugfix: Running a second git-annex while a first has a transfer in
+ progress no longer deletes the first processes's temp file."""]] \ No newline at end of file