add news item for git-annex 5.20140915
This commit is contained in:
parent
05e7518c3e
commit
4e3d176b1b
2 changed files with 27 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
git-annex 5.20140707 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* assistant: Fix bug, introduced in last release, that caused the assistant
|
|
||||||
to make many unncessary empty merge commits.
|
|
||||||
* assistant: Fix one-way assistant->assistant sync in direct mode.
|
|
||||||
* Fix bug in annex.queuesize calculation that caused much more
|
|
||||||
queue flushing than necessary.
|
|
||||||
* importfeed: When annex.genmetadata is set, metadata from the feed
|
|
||||||
is added to files that are imported from it.
|
|
||||||
* Support users who have set commit.gpgsign, by disabling gpg signatures
|
|
||||||
for git-annex branch commits and commits made by the assistant.
|
|
||||||
* Fix memory leak when committing millions of changes to the git-annex
|
|
||||||
branch, eg after git-annex add has run on 2 million files in one go.
|
|
||||||
* Support building with bloomfilter 2.0.0.
|
|
||||||
* Run standalone install process when the assistant is started
|
|
||||||
(was only being run when the webapp was opened).
|
|
||||||
* Android: patch git to avoid fchmod, which fails on /sdcard.
|
|
||||||
* Windows: Got rid of that pesky DOS box when starting the webapp.
|
|
||||||
* Windows: Added Startup menu item so assistant starts automatically
|
|
||||||
on login.
|
|
||||||
* Windows: Fix opening file browser from webapp when repo is in a
|
|
||||||
directory with spaces.
|
|
||||||
* Windows: Assistant now logs to daemon.log."""]]
|
|
27
doc/news/version_5.20140915.mdwn
Normal file
27
doc/news/version_5.20140915.mdwn
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
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?)"""]]
|
Loading…
Add table
Add a link
Reference in a new issue