diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-27 20:30:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-27 20:30:58 -0400 |
commit | de817bafa0ed871c26d59a572a2e6495cdaf55f9 (patch) | |
tree | 2668582e0487bad87a28f3dcd37987375e08eaca /doc/news | |
parent | 7ea54e1c6ec04b644f47deb997076f804c4b558a (diff) |
add news item for git-annex 0.20110522
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110425.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_0.20110522.mdwn | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/news/version_0.20110425.mdwn b/doc/news/version_0.20110425.mdwn deleted file mode 100644 index 8f5c6515a..000000000 --- a/doc/news/version_0.20110425.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -git-annex 0.20110425 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Use haskell Crypto library instead of haskell SHA library. - * Remove testpack from build depends for non x86 architectures where it - is not available. The test suite will not be run if it cannot be compiled. - * Avoid using absolute paths when staging location log, as that can - confuse git when a remote's path contains a symlink. Closes: #[621386](http://bugs.debian.org/621386)"""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110522.mdwn b/doc/news/version_0.20110522.mdwn new file mode 100644 index 000000000..5dccb993e --- /dev/null +++ b/doc/news/version_0.20110522.mdwn @@ -0,0 +1,5 @@ +git-annex 0.20110522 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Closer emulation of git's behavior when told to use "foo/.git" as a + git repository instead of just "foo". Closes: #[627563](http://bugs.debian.org/627563) + * Fix bug in --exclude introduced in 0.20110516."""]]
\ No newline at end of file |