add news item for git-annex 5.20141231
This commit is contained in:
parent
c678620963
commit
ef65f59a92
2 changed files with 14 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
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."""]]
|
|
14
doc/news/version_5.20141231.mdwn
Normal file
14
doc/news/version_5.20141231.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
git-annex 5.20141231 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* vicfg: Avoid crashing on badly encoded config data.
|
||||||
|
* Work around statfs() overflow on some XFS systems.
|
||||||
|
* sync: Now supports remote groups, the same way git remote update does.
|
||||||
|
* setpresentkey: A new plumbing-level command.
|
||||||
|
* Run shutdown cleanup actions even if there were failures processing
|
||||||
|
the command. Among other fixes, this means that addurl will stage
|
||||||
|
added files even if adding one of the urls fails.
|
||||||
|
* bittorrent: Fix locking problem when using addurl file://
|
||||||
|
* Windows: Fix local rsync filepath munging (fixes 26 test suite failures).
|
||||||
|
* Windows: Got the rsync special remote working.
|
||||||
|
* Windows: Fix handling of views of filenames containing '%'
|
||||||
|
* OSX: Switched away from deprecated statfs64 interface."""]]
|
Loading…
Add table
Reference in a new issue