add news item for git-annex 0.13
This commit is contained in:
parent
dc25c7030a
commit
ada2a92519
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
git-annex 0.08 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Fix `git annex add ../foo` (when ran in a subdir of the repo).
|
||||
* Add configure step to build process.
|
||||
* Only use cp -a if it is supported, falling back to cp -p or plain cp
|
||||
as needed for portability.
|
||||
* cp --reflink=auto is used if supported, and will make git annex unlock
|
||||
much faster on filesystems like btrfs that support copy on write."""]]
|
7
doc/news/version_0.13.mdwn
Normal file
7
doc/news/version_0.13.mdwn
Normal file
|
@ -0,0 +1,7 @@
|
|||
git-annex 0.13 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Makefile: Install man page and html (when built).
|
||||
* Makefile: Add GHCFLAGS variable.
|
||||
* Fix upgrade from 0.03.
|
||||
* Support remotes using git+ssh and ssh+git as protocol.
|
||||
Closes: #[607056](http://bugs.debian.org/607056)"""]]
|
Loading…
Reference in a new issue