diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-09 11:01:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-09 11:01:59 -0400 |
commit | 5ddabe1bf70cb86be71c4561b88c5d8964fbf515 (patch) | |
tree | e6dbc7f224013384642e49bf3726c6c1f877c5aa /doc/news | |
parent | 53170b1a1496084923531046386794c092cc64b3 (diff) |
release
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.12.mdwn | 6 | ||||
-rw-r--r-- | doc/news/version_0.17.mdwn | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/news/version_0.12.mdwn b/doc/news/version_0.12.mdwn deleted file mode 100644 index e7fccd1b3..000000000 --- a/doc/news/version_0.12.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -git-annex 0.12 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Add --exclude option to exclude files from processing. - * mwdn2man: Fix a bug in newline supression. Closes: #[606578](http://bugs.debian.org/606578) - * Bugfix to git annex add of an unlocked file in a subdir. Closes: #[606579](http://bugs.debian.org/606579) - * Makefile: Add PREFIX variable."""]]
\ No newline at end of file diff --git a/doc/news/version_0.17.mdwn b/doc/news/version_0.17.mdwn new file mode 100644 index 000000000..ddb59046e --- /dev/null +++ b/doc/news/version_0.17.mdwn @@ -0,0 +1,7 @@ +git-annex 0.17 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * unannex: Now skips files whose content is not present, rather than + it being an error. + * New migrate subcommand can be used to switch files to using a different + backend, safely and with no duplication of content. + * bugfix: Fix crash caused by empty key name. (Thanks Henrik for reporting.)"""]]
\ No newline at end of file |