diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-24 13:35:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-24 13:35:08 -0400 |
commit | def2e4dd25d12903b30a2ac7d9e577d27405e1fd (patch) | |
tree | 88e84996a2e9feb2bc66c0f73ca0f6fbcb8bef92 /doc/news | |
parent | 0a049aa4ba2942622fca89402caeb20f94e6e787 (diff) |
add news item for git-annex 5.20141024
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20140915.mdwn | 27 | ||||
-rw-r--r-- | doc/news/version_5.20141024.mdwn | 21 |
2 files changed, 21 insertions, 27 deletions
diff --git a/doc/news/version_5.20140915.mdwn b/doc/news/version_5.20140915.mdwn deleted file mode 100644 index 7aa6477c9..000000000 --- a/doc/news/version_5.20140915.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -git-annex 5.20140915 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * New annex.hardlink setting. Closes: #[758593](http://bugs.debian.org/758593) - * init: Automatically detect when a repository was cloned with --shared, - and set annex.hardlink=true, as well as marking the repository as - untrusted. - * Fix parsing of ipv6 address in git remote address when it was not - formatted as an url. - * The annex-rsync-transport configuration is now also used when checking - if a key is present on a rsync remote, and when dropping a key from - the remote. - * Promote file not found warning message to an error. - * Fix transfer lock file FD leak that could occur when two separate - git-annex processes were both working to perform the same set of - transfers. - * sync: Ensure that pending changes to git-annex branch are committed - before push when in direct mode. (Fixing a very minor reversion.) - * WORM backend: Switched to include the relative path to the file inside - the repository, rather than just the file's base name. Note that if you're - relying on such things to keep files separate with WORM, you should really - be using a better backend. - * Rather than crashing when there's a problem with the requested bloomfilter - capacity/accuracy, fall back to a reasonable default bloom filter size. - * Fix build with optparse-applicative 0.10. Closes: #[761484](http://bugs.debian.org/761484) - * webapp: Fixed visual glitch in xmpp pairing that was reported live by a - user who tracked me down in front of a coffee cart in Portland. - (New bug reporting method of choice?)"""]]
\ No newline at end of file diff --git a/doc/news/version_5.20141024.mdwn b/doc/news/version_5.20141024.mdwn new file mode 100644 index 000000000..b50a81b85 --- /dev/null +++ b/doc/news/version_5.20141024.mdwn @@ -0,0 +1,21 @@ +git-annex 5.20141024 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * vicfg: Deleting configurations now resets to the default, where + before it has no effect. + * Remove hurd stuff from cabal file, since hackage currently rejects + it, and the test suite fails on hurd. + * initremote: Don't allow creating a special remote that has the same + name as an existing git remote. + * Windows: Use haskell setenv library to clean up several ugly workarounds + for inability to manipulate the environment on windows. This includes + making git-annex not re-exec itself on start on windows, and making the + test suite on Windows run tests without forking. + * glacier: Fix pipe setup when calling glacier-cli to retrieve an object. + * info: When run on a single annexed file, displays some info about the + file, including its key and size. + * info: When passed the name or uuid of a remote, displays info about that + remote. Remotes that support encryption, chunking, or embedded + creds will include that in their info. + * enableremote: When the remote has creds, update the local creds cache + file. Before, the old version of the creds could be left there, and + would continue to be used."""]]
\ No newline at end of file |