diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-24 13:59:50 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-24 13:59:50 +1100 |
commit | bc2f044ae40931e6015a9ef5c5595a243d056b97 (patch) | |
tree | f3e2ddec309997e1e0251f1334278ca0f7305aed /doc/news | |
parent | c0d4dcefd5195758ae83c04d80ebeac8f9411f1f (diff) |
add news item for git-annex 3.20130124
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20130124.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/news/version_3.20130124.mdwn b/doc/news/version_3.20130124.mdwn new file mode 100644 index 000000000..27a5d039f --- /dev/null +++ b/doc/news/version_3.20130124.mdwn @@ -0,0 +1,28 @@ +git-annex 3.20130124 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Added source repository group, that only retains files until they've + been transferred to another repository. Useful for things like + repositories on cameras. + * Added manual repository group. Use to prevent the assistant from + downloading any file contents to keep things in sync. Instead + `git annex get`, `git annex drop` etc can be used manually as desired. + * webapp: More adjustments to longpoll code to deal with changes in + variable quoting in different versions of shakespeare-js. + * webapp: Avoid an error if a transfer is stopped just as it finishes. + Closes: #[698184](http://bugs.debian.org/698184) + * webapp: Now always logs to .git/annex/daemon.log + * webapp: Has a page to view the log, accessed from the control menu. + * webapp: Fix crash adding removable drive that has an annex directory + in it that is not a git repository. + * Deal with incompatability in gpg2, which caused prompts for encryption + passphrases rather than using the supplied --passphrase-fd. + * bugfix: Union merges involving two or more repositories could sometimes + result in data from one repository getting lost. This could result + in the location log data becoming wrong, and fsck being needed to fix it. + * sync: Automatic merge conflict resolution now stages deleted files. + * Depend on git 1.7.7.6 for --no-edit. Closes: #[698399](http://bugs.debian.org/698399) + * Fix direct mode mapping code to always store direct mode filenames + relative to the top of the repository, even when operating inside a + subdirectory. + * fsck: Detect and fix consistency errors in direct mode mapping files. + * Avoid filename encoding errors when writing direct mode mappings."""]]
\ No newline at end of file |