diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-25 00:52:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-25 00:52:46 -0400 |
commit | 25f842f58fbdf7e52b93e6e0a79cf3fed77dc78b (patch) | |
tree | 4b450ba92eac4a102d77a01e8a140933da784ccc /doc/news | |
parent | bc80ace96b2251262d1836c312f3924fe32e7cac (diff) |
add news item for git-annex 0.20110325
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110325.mdwn | 20 | ||||
-rw-r--r-- | doc/news/version_0.23.mdwn | 7 |
2 files changed, 20 insertions, 7 deletions
diff --git a/doc/news/version_0.20110325.mdwn b/doc/news/version_0.20110325.mdwn new file mode 100644 index 000000000..d5a59afe6 --- /dev/null +++ b/doc/news/version_0.20110325.mdwn @@ -0,0 +1,20 @@ +git-annex 0.20110325 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Free space checking is now done, for transfers of data for keys + that have free space metadata. (Notably, not for SHA* keys generated + with git-annex 0.2x or earlier.) The code is believed to work on + Linux, FreeBSD, and OSX; check compile-time messages to see if it + is not enabled for your OS. + * Add annex.diskreserve config setting, to control how much free space + to reserve for other purposes and avoid using (defaults to 1 mb). + * Add --fast flag, that can enable less expensive, but also less thorough + versions of some commands. + * fsck: In fast mode, avoid checking checksums. + * unused: In fast mode, just show all existing temp files as unused, + and avoid expensive scan for other unused content. + * migrate: Support migrating v1 SHA keys to v2 SHA keys with + size information that can be used for free space checking. + * Fix space leak in fsck and drop commands. + * migrate: Bugfix for case when migrating a file results in a key that + is already present in .git/annex/objects. + * dropunused: Significantly sped up; only read unused log file once."""]]
\ No newline at end of file diff --git a/doc/news/version_0.23.mdwn b/doc/news/version_0.23.mdwn deleted file mode 100644 index e045352ad..000000000 --- a/doc/news/version_0.23.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -git-annex 0.23 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Support ssh remotes with a port specified. - * whereis: New subcommand to show where a file's content has gotten to. - * Rethink filename encoding handling for display. Since filename encoding - may or may not match locale settings, any attempt to decode filenames - will fail for some files. So instead, do all output in binary mode."""]]
\ No newline at end of file |