diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-05 13:51:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-05 13:51:32 -0400 |
commit | 3e3ed62bdfd3860945e11f648ef7d90c7bacfe98 (patch) | |
tree | 20382d43dad2651e31a0b241b2f5c54e53ea9c21 /doc/news | |
parent | 338d472ca2507f2eee5bfe45f0e2fc19501ed91e (diff) |
add news item for git-annex 3.20120105
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20111111.mdwn | 10 | ||||
-rw-r--r-- | doc/news/version_3.20120105.mdwn | 14 |
2 files changed, 14 insertions, 10 deletions
diff --git a/doc/news/version_3.20111111.mdwn b/doc/news/version_3.20111111.mdwn deleted file mode 100644 index 217340015..000000000 --- a/doc/news/version_3.20111111.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/doc/news/version_3.20120105.mdwn b/doc/news/version_3.20120105.mdwn new file mode 100644 index 000000000..2bec87cda --- /dev/null +++ b/doc/news/version_3.20120105.mdwn @@ -0,0 +1,14 @@ +git-annex 3.20120105 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added annex-web-options configuration settings, which can be + used to provide parameters to whichever of wget or curl git-annex uses + (depends on which is available, but most of their important options + suitable for use here are the same). + * Dotfiles, and files inside dotdirs are not added by "git annex add" + unless the dotfile or directory is explicitly listed. So "git annex add ." + will add all untracked files in the current directory except for those in + dotdirs. + * Added quickcheck to build dependencies, and fail if test suite cannot be + built. + * fsck: Do backend-specific check before checking numcopies is satisfied. + * Run gpg with --no-tty. Closes: #[654721](http://bugs.debian.org/654721)"""]]
\ No newline at end of file |