aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-11 16:29:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-11 16:29:57 -0400
commit15b92ad6a19a7c486fb30fb3552be4a4ef9f9f3a (patch)
tree211b7ba9c919f59f395330217996211283a9f508 /doc
parentbaa07971ff8e52cddc4ad31e75d7b3a6c4c6ba07 (diff)
add news item for git-annex 3.20111111
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_3.20110928.mdwn19
-rw-r--r--doc/news/version_3.20111111.mdwn10
2 files changed, 10 insertions, 19 deletions
diff --git a/doc/news/version_3.20110928.mdwn b/doc/news/version_3.20110928.mdwn
deleted file mode 100644
index 3b11e18f5..000000000
--- a/doc/news/version_3.20110928.mdwn
+++ /dev/null
@@ -1,19 +0,0 @@
-git-annex 3.20110928 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * --in can be used to make git-annex only operate on files
- believed to be present in a given repository.
- * Arbitrarily complex expressions can be built to limit the files git-annex
- operates on, by combining the options --not --and --or -( and -)
- Example: git annex get --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -)
- * --copies=N can be used to make git-annex only operate on files with
- the specified number of copies. (And --not --copies=N for the inverse.)
- * find: Rather than only showing files whose contents are present,
- when used with --exclude --copies or --in, displays all files that
- match the specified conditions.
- * Note that this is a behavior change for git-annex find! Old behavior
- can be gotten by using: git-annex find --in .
- * status: Massively sped up; remove --fast mode.
- * unused: File contents used by branches and tags are no longer
- considered unused, even when not used by the current branch. This is
- the final piece of the puzzle needed for git-annex to to play nicely
- with branches."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20111111.mdwn b/doc/news/version_3.20111111.mdwn
new file mode 100644
index 000000000..217340015
--- /dev/null
+++ b/doc/news/version_3.20111111.mdwn
@@ -0,0 +1,10 @@
+git-annex 3.20111111 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Handle a case where an annexed file is moved into a gitignored directory,
+ by having fix --force add its change.
+ * Avoid cyclic drop problems.
+ * Optimized copy --from and get --from to avoid checking the location log
+ for files that are already present.
+ * Automatically fix up badly formatted uuid.log entries produced by
+ 3.20111105, whenever the uuid.log is changed (ie, by init or describe).
+ * map: Support remotes with /~/ and /~user/"""]] \ No newline at end of file