diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-21 13:47:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-21 13:47:52 -0400 |
commit | fd11b5a3e5355a68f182a60eda7916d57e141366 (patch) | |
tree | d630547938e990cbe2706e27f78bdeb474b11528 | |
parent | d93e877a3e63501b951e0358d9177c639fd1306a (diff) |
add news item for git-annex 0.08
-rw-r--r-- | doc/news/version_0.03.mdwn | 16 | ||||
-rw-r--r-- | doc/news/version_0.08.mdwn | 8 |
2 files changed, 8 insertions, 16 deletions
diff --git a/doc/news/version_0.03.mdwn b/doc/news/version_0.03.mdwn deleted file mode 100644 index b22aad91a..000000000 --- a/doc/news/version_0.03.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -git-annex 0.03 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix support for file:// remotes. - * Add --verbose - * Fix SIGINT handling. - * Fix handling of files with unusual characters in their name. - * Fixed memory leak; git-annex no longer reads the whole file list - from git before starting, and will be much faster with large repos. - * Fix crash on unknown symlinks. - * Added remote.annex-scp-options and remote.annex-ssh-options. - * The backends to use when adding different sets of files can be configured - via gitattributes. - * In .gitattributes, the git-annex-backend attribute can be set to the - names of backends to use when adding different types of files. - * Add fsck subcommand. (For now it only finds unused key contents in the - annex.)"""]]
\ No newline at end of file diff --git a/doc/news/version_0.08.mdwn b/doc/news/version_0.08.mdwn new file mode 100644 index 000000000..8ef7ad7f3 --- /dev/null +++ b/doc/news/version_0.08.mdwn @@ -0,0 +1,8 @@ +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."""]]
\ No newline at end of file |