diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-01 12:02:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-01 12:02:20 -0400 |
commit | e47de0f6cd3c7309e88b59e554e710779e4a6878 (patch) | |
tree | 001cf03e74256e4de201466449153d11228b5fbb /doc/news | |
parent | 45552d5780d3adc762e572116b741f294d2eb58d (diff) |
add news item for git-annex 0.20110601
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110427.mdwn | 8 | ||||
-rw-r--r-- | doc/news/version_0.20110601.mdwn | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/news/version_0.20110427.mdwn b/doc/news/version_0.20110427.mdwn deleted file mode 100644 index 2764c6de5..000000000 --- a/doc/news/version_0.20110427.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -git-annex 0.20110427 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Switch back to haskell SHA library, so git-annex remains buildable on - Debian stable. - * Added rsync special remotes. This could be used, for example, to - store annexed content on rsync.net (encrypted naturally). Or anywhere else. - * Bugfix: Avoid pipeline stall when running git annex drop or fsck on a - lot of files. Possibly only occured with ghc 7."""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110601.mdwn b/doc/news/version_0.20110601.mdwn new file mode 100644 index 000000000..59079088d --- /dev/null +++ b/doc/news/version_0.20110601.mdwn @@ -0,0 +1,9 @@ +git-annex 0.20110601 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Minor bugfixes and error message improvements. + * Massively sped up `git annex lock` by avoiding use of the uber-slow + `git reset`, and only running `git checkout` once, even when many files + are being locked. + * Fix locking of files with staged changes. + * Somewhat sped up `git commit` of modifications to unlocked files. + * Build fix for older ghc."""]]
\ No newline at end of file |