summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-16 18:41:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-16 18:41:32 -0400
commit7e99ac0222b3b3e69cce06d7de720a78be11b209 (patch)
tree55fc0c9c3155ae33b5ff19b3896f4ed3ab62cea3
parent1079ade2083a7294cb2ce266d8f32bf70821cf1b (diff)
add news item for git-annex 0.24
-rw-r--r--doc/news/version_0.19.mdwn17
-rw-r--r--doc/news/version_0.24.mdwn11
2 files changed, 11 insertions, 17 deletions
diff --git a/doc/news/version_0.19.mdwn b/doc/news/version_0.19.mdwn
deleted file mode 100644
index 5d6ab47be..000000000
--- a/doc/news/version_0.19.mdwn
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/doc/news/version_0.24.mdwn b/doc/news/version_0.24.mdwn
new file mode 100644
index 000000000..b24082040
--- /dev/null
+++ b/doc/news/version_0.24.mdwn
@@ -0,0 +1,11 @@
+git-annex 0.24 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ Branched the 0.24 series, which will be maintained for a while to
+ support v1 git-annex repos, while main development moves to the 0.2011
+ series, with v2 git-annex repos.
+ * Add Suggests on graphviz. Closes: #[618039](http://bugs.debian.org/618039)
+ * When adding files to the annex, the symlinks pointing at the annexed
+ content are made to have the same mtime as the original file.
+ While git does not preserve that information, this allows a tool
+ like metastore to be used with annexed files.
+ (Currently this is only done on systems supporting POSIX 200809.)"""]] \ No newline at end of file