add news item for git-annex 6.20180427
This commit is contained in:
parent
f98251c97c
commit
d73c8c4cb4
2 changed files with 27 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
git-annex 6.20180112 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Added inprogress command for accessing files as they are being
|
||||
downloaded.
|
||||
* Fix bug introduced in version 6.20171018 that caused some commands
|
||||
to print out "ok" twice after processing a file.
|
||||
* addurl: When the file youtube-dl will download is already an annexed
|
||||
file, don't download it again and fail to overwrite it, instead just do
|
||||
nothing, like it used to when quvi was used.
|
||||
* addurl: Fix encoding of filename queried from youtube-dl when in
|
||||
--fast mode.
|
||||
* Fix several places where files in .git/annex/ were written with modes
|
||||
that did not take the core.sharedRepository config into account.
|
||||
* Improve startup time for commands that do not operate on remotes,
|
||||
and for tab completion, by not unnessessarily statting paths to
|
||||
remotes, which used to cause eg, spin-up of removable drives.
|
||||
* Added remote.<name>.annex-checkuuid config, which can be set to false
|
||||
to disable the default checking of the uuid of remotes that point to
|
||||
directories. This can be useful to avoid unncessary drive spin-ups and
|
||||
automounting.
|
||||
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
|
||||
* git-annex.cabal: Removed the testsuite build flag; test suite is always
|
||||
included."""]]
|
27
doc/news/version_6.20180427.mdwn
Normal file
27
doc/news/version_6.20180427.mdwn
Normal file
|
@ -0,0 +1,27 @@
|
|||
git-annex 6.20180427 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* move: Now takes numcopies configuration, and required content
|
||||
configuration into account, and refuses to reduce the current
|
||||
number of copies of a file, or remove content that a repository
|
||||
requires. --force can override these checks.
|
||||
Note that it's still allowed to move the content of a file
|
||||
from one repository to another when numcopies is not satisfied, as long
|
||||
as the move does not result in there being fewer copies.
|
||||
* Fix mangling of --json output of utf-8 characters when not
|
||||
running in a utf-8 locale.
|
||||
* Fix build with yesod 1.6.
|
||||
* Clean up some build warnings with newer versions of ghc and haskell
|
||||
libraries.
|
||||
* runshell: Unset LD\_PRELOAD since preloaded libraries from the host
|
||||
system may not get along with the bundled linker.
|
||||
* runshell: Added some tweaks to make git-annex work in termux on
|
||||
Android. The regular arm standalone tarball now works in termux.
|
||||
* Webapp: Support being run inside termux on Android, and offer to set up
|
||||
a repository on the sdcard.
|
||||
* Assistant: Integrate with Termux:Boot, so when it's installed, the
|
||||
assistant is autostarted on boot.
|
||||
* Assistant: Fix installation of menus, icons, etc when run
|
||||
from within runshell.
|
||||
* import: Avoid buffering all filenames to be imported in memory.
|
||||
* Improve memory use and speed of --all and git-annex info remote,
|
||||
by not buffering list of all keys."""]]
|
Loading…
Reference in a new issue