diff options
-rw-r--r-- | doc/news/version_0.20110503.mdwn | 9 | ||||
-rw-r--r-- | doc/news/version_0.20110610.mdwn | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/doc/news/version_0.20110503.mdwn b/doc/news/version_0.20110503.mdwn deleted file mode 100644 index f24f0c48f..000000000 --- a/doc/news/version_0.20110503.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -git-annex 0.20110503 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix hasKeyCheap setting for bup and rsync special remotes. - * Add hook special remotes. - * Avoid crashing when an existing key is readded to the annex. - * unused: Now also lists files fsck places in .git/annex/bad/ - * S3: When encryption is enabled, the Amazon S3 login credentials - are stored, encrypted, in .git-annex/remotes.log, so environment - variables need not be set after the remote is initialized."""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110610.mdwn b/doc/news/version_0.20110610.mdwn new file mode 100644 index 000000000..9ab9e0907 --- /dev/null +++ b/doc/news/version_0.20110610.mdwn @@ -0,0 +1,6 @@ +git-annex 0.20110610 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Add --numcopies option. + * Add --trust, --untrust, and --semitrust options. + * get --from is the same as copy --from + * Bugfix: Fix fsck to not think all SHAnE keys are bad."""]]
\ No newline at end of file |