diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-23 15:06:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-23 15:06:32 -0400 |
commit | 771c22e88e9b9140eeef08f9281df46ab5d48ef6 (patch) | |
tree | 682b8c07e5720d8ff809883d41f8cfc8c882b976 /doc/news | |
parent | c4bbd0c403b922b6c4939583e2f523001f805f33 (diff) |
add news item for git-annex 4.20130323
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20130124.mdwn | 28 | ||||
-rw-r--r-- | doc/news/version_4.20130323.mdwn | 37 |
2 files changed, 37 insertions, 28 deletions
diff --git a/doc/news/version_3.20130124.mdwn b/doc/news/version_3.20130124.mdwn deleted file mode 100644 index 27a5d039f..000000000 --- a/doc/news/version_3.20130124.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -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 diff --git a/doc/news/version_4.20130323.mdwn b/doc/news/version_4.20130323.mdwn new file mode 100644 index 000000000..1ccdf90d1 --- /dev/null +++ b/doc/news/version_4.20130323.mdwn @@ -0,0 +1,37 @@ +git-annex 4.20130323 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * webapp: Repository list is now included in the dashboard, and other + UI tweaks. + * webapp: Improved UI for pairing your own devices together using XMPP. + * webapp: Display an alert when there are XMPP remotes, and a cloud + transfer repository needs to be configured. + * Add incrementalbackup repository group. + * webapp: Encourage user to install git-annex on a server when adding + a ssh server, rather than just funneling them through to rsync. + * xmpp: --debug now enables a sanitized dump of the XMPP protocol + * xmpp: Try harder to detect presence of clients when there's a git push + to send. + * xmpp: Re-enable XA flag, since disabling it did not turn out to help + with the problems Google Talk has with not always sending presence + messages to clients. + * map: Combine duplicate repositories, for a nicer looking map. + * Fix several bugs caused by a bad Ord instance for Remote. + * webapp: Switch all forms to POST. + * assistant: Avoid syncing with annex-ignored remotes when reconnecting + to the network, or connecting a drive. + * assistant: Fix OSX bug that prevented committing changed files to a + repository when in indirect mode. + * webapp: Improved alerts displayed when syncing with remotes, and + when syncing with a remote fails. + * webapp: Force wrap long filenames in transfer display. + * assistant: The ConfigMonitor left one zombie behind each time + it checked for changes, now fixed. + * get, copy, move: Display an error message when an identical transfer + is already in progress, rather than failing with no indication why. + * assistant: Several optimisations to file transfers. + * OSX app and standalone Linux tarball now both support being added to + PATH; no need to use runshell to start git-annex. + * webapp: When adding a removable drive, you can now specify the + directory inside it to use. + * webapp: Confirm whether user wants to combine repositories when + adding a removable drive that already has a repository on it."""]]
\ No newline at end of file |