diff options
author | 2013-06-27 14:59:51 -0400 | |
---|---|---|
committer | 2013-06-27 14:59:51 -0400 | |
commit | b7af451e885dcb7458c10259caee74ac4574d824 (patch) | |
tree | 3f52744df2e9407172e7f51ab20ade5da5d5b8a7 | |
parent | 57f2498e1135c65d608073628951708891613916 (diff) |
add news item for git-annex 4.20130627
-rw-r--r-- | doc/news/version_4.20130501.mdwn | 57 | ||||
-rw-r--r-- | doc/news/version_4.20130627.mdwn | 17 |
2 files changed, 17 insertions, 57 deletions
diff --git a/doc/news/version_4.20130501.mdwn b/doc/news/version_4.20130501.mdwn deleted file mode 100644 index caed256fc..000000000 --- a/doc/news/version_4.20130501.mdwn +++ /dev/null @@ -1,57 +0,0 @@ -git-annex 4.20130501 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * sync, assistant: Behavior changes: Sync with remotes that have - annex-ignore set, so that git remotes on servers without git-annex - installed can be used to keep clients' git repos in sync. - * assistant: Work around misfeature in git 1.8.2 that makes - `git commit --alow-empty -m ""` run an editor. - * sync: Bug fix, avoid adding to the annex the - dummy symlinks used on crippled filesystems. - * Add public repository group. - (And inpreferreddir to preferred content expressions.) - * webapp: Can now set up Internet Archive repositories. - * S3: Dropping content from the Internet Archive doesn't work, but - their API indicates it does. Always refuse to drop from there. - * Automatically register public urls for files uploaded to the - Internet Archive. - * To enable an existing special remote, the new enableremote command - must be used. The initremote command now is used only to create - new special remotes. - * initremote: If two existing remotes have the same name, - prefer the one with a higher trust level. - * assistant: Improved XMPP protocol to better support multiple repositories - using the same XMPP account. Fixes bad behavior when sharing with a friend - when you or the friend have multiple reposotories on an XMPP account. - Note that XMPP pairing with your own devices still pairs with all - repositories using your XMPP account. - * assistant: Fix bug that could cause incoming pushes to not get - merged into the local tree. Particularly affected XMPP pushes. - * webapp: Display some additional information about a repository on - its edit page. - * webapp: Install FDO desktop menu file when started in standalone mode. - * webapp: Don't default to making repository in cwd when started - from within a directory containing a git-annex file (eg, standalone - tarball directory). - * Detect systems that have no user name set in GECOS, and also - don't have user.name set in git config, and put in a workaround - so that commits to the git-annex branch (and the assistant) - will still succeed despite git not liking the system configuration. - * webapp: When told to add a git repository on a remote server, and - the repository already exists as a non-bare repository, use it, - rather than initializing a bare repository in the same directory. - * direct, indirect: Refuse to do anything when the assistant - or git-annex watch daemon is running. - * assistant: When built with git before 1.8.0, use `git remote rm` - to delete a remote. Newer git uses `git remote remove`. - * rmurl: New command, removes one of the recorded urls for a file. - * Detect when the remote is broken like bitbucket is, and exits 0 when - it fails to run git-annex-shell. - * assistant: Several improvements to performance and behavior when - performing bulk adds of a large number of files (tens to hundreds - of thousands). - * assistant: Sanitize XMPP presence information logged for debugging. - * webapp: Now automatically fills in any creds used by an existing remote - when creating a new remote of the same type. Done for Internet Archive, - S3, Glacier, and Box.com remotes. - * Store an annex-uuid file in the bucket when setting up a new S3 remote. - * Support building with DAV 0.4."""]]
\ No newline at end of file diff --git a/doc/news/version_4.20130627.mdwn b/doc/news/version_4.20130627.mdwn new file mode 100644 index 000000000..85cdf5905 --- /dev/null +++ b/doc/news/version_4.20130627.mdwn @@ -0,0 +1,17 @@ +git-annex 4.20130627 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * assistant --autostart: Automatically ionices the daemons it starts. + * assistant: Daily sanity check thread is run niced. + * bup: Handle /~/ in bup remote paths. + Thanks, Oliver Matthews + * fsck: Ensures that direct mode is used for files when it's enabled. + * webapp: Fix bug when setting up a remote ssh repo repeatedly on the same + server. + * webapp: Ensure that ssh keys generated for different directories + on a server are always different. + * webapp: Fix bug setting up ssh repo if the user enters "~/" at the start + of the path. + * assistant: Fix bug that prevented adding files written by gnucash, + and more generally support adding hard links to files. However, + other operations on hard links are still unsupported. + * webapp: Fix bug that caused the webapp to hang when built with yesod 1.2."""]]
\ No newline at end of file |