diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-16 16:48:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-16 16:48:30 -0400 |
commit | d494241eda10c4f45121780d26034997073564d3 (patch) | |
tree | b0c76b3e8ce775988f6c665aba50fdb0a8ff6fb7 /doc/news | |
parent | 30beb3b747088f8cbe02fe217b38d0105873bb0e (diff) |
add news item for git-annex 3.20121016
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20120825.mdwn | 6 | ||||
-rw-r--r-- | doc/news/version_3.20121016.mdwn | 17 |
2 files changed, 17 insertions, 6 deletions
diff --git a/doc/news/version_3.20120825.mdwn b/doc/news/version_3.20120825.mdwn deleted file mode 100644 index 8cc45e1b1..000000000 --- a/doc/news/version_3.20120825.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -git-annex 3.20120825 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * S3: Add fileprefix setting. - * Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt. - * Bugfix: Fix fsck in SHA*E backends, when the key contains composite - extensions, as added in 3.20120721."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20121016.mdwn b/doc/news/version_3.20121016.mdwn new file mode 100644 index 000000000..7e41f8398 --- /dev/null +++ b/doc/news/version_3.20121016.mdwn @@ -0,0 +1,17 @@ +git-annex 3.20121016 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * vicfg: New file format, avoids ambiguity with repos that have the same + description, or no description. + * Bug fix: A recent change caused git-annex-shell to crash. + * Better preferred content expression for transfer repos. + * webapp: Repository edit form can now edit the name of a repository. + * webapp: Make bare repositories on removable drives, as there is nothing + to ensure non-bare repos get updated when syncing. + * webapp: Better behavior when pausing syncing to a remote when a transfer + scan is running and queueing new transfers for that remote. + * The standalone binaries are now built to not use ssh connection caching, + in order to work with old versions of ssh. + * A relative core.worktree is relative to the gitdir. Now that this is + handled correctly, git-annex can be used in git submodules. + * Temporarily disable use of dbus, as the haskell dbus library blows up + when losing connection, which will need to be fixed upstream."""]]
\ No newline at end of file |