diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-16 16:52:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-16 16:52:46 -0400 |
commit | a2428320de7d56dfba8ecca63cb71050cae2a89d (patch) | |
tree | 1d4ee4a880e0c0f79612a0e5a1ebad3ba6516aaf /doc/news | |
parent | 2837e8fef163c13bb6f6c4345154599c3bcbe173 (diff) |
add news item for git-annex 3.20120116
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20120105.mdwn | 14 | ||||
-rw-r--r-- | doc/news/version_3.20120116.mdwn | 6 |
2 files changed, 6 insertions, 14 deletions
diff --git a/doc/news/version_3.20120105.mdwn b/doc/news/version_3.20120105.mdwn deleted file mode 100644 index 2bec87cda..000000000 --- a/doc/news/version_3.20120105.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -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 diff --git a/doc/news/version_3.20120116.mdwn b/doc/news/version_3.20120116.mdwn new file mode 100644 index 000000000..0fd07df0d --- /dev/null +++ b/doc/news/version_3.20120116.mdwn @@ -0,0 +1,6 @@ +git-annex 3.20120116 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix data loss bug in directory special remote, when moving a file + to the remote failed, and partially transferred content was left + behind in the directory, re-running the same move would think it + succeeded and delete the local copy."""]]
\ No newline at end of file |