diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-03 21:50:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-03 21:50:01 -0400 |
commit | e70fc1340a9cf4e33356e85b4ec4793fe04fa2f2 (patch) | |
tree | e6e607b6de088016d34900e9c5341e4e178806ae /doc/news | |
parent | 86d3205061dd6f10b126e1578eec135376ae6e99 (diff) |
add news item for git-annex 0.20110503
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110417.mdwn | 21 | ||||
-rw-r--r-- | doc/news/version_0.20110503.mdwn | 9 |
2 files changed, 9 insertions, 21 deletions
diff --git a/doc/news/version_0.20110417.mdwn b/doc/news/version_0.20110417.mdwn deleted file mode 100644 index 7e28ea213..000000000 --- a/doc/news/version_0.20110417.mdwn +++ /dev/null @@ -1,21 +0,0 @@ -git-annex 0.20110417 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * bup is now supported as a special type of remote. - * The data sent to special remotes (Amazon S3, bup, etc) can be encrypted - using GPG for privacy. - * Use lowercase hash directories for locationlog files, to avoid - some issues with git on OSX with the mixed-case directories. - No migration is needed; the old mixed case hash directories are still - read; new information is written to the new directories. - * Unused files on remotes, particulary special remotes, can now be - identified and dropped, by using "--from remote" with git annex unused - and git annex dropunused. - * Clear up short option confusion between --from and --force (-f is now - --from, and there is no short option for --force). - * Add build depend on perlmagick so docs are consistently built. - Closes: #[621410](http://bugs.debian.org/621410) - * Add doc-base file. Closes: #[621408](http://bugs.debian.org/621408) - * Periodically flush git command queue, to avoid boating memory usage - too much. - * Support "sha1" and "sha512" commands on FreeBSD, and allow building - if any/all SHA commands are not available. Thanks, Fraser Tweedale"""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110503.mdwn b/doc/news/version_0.20110503.mdwn new file mode 100644 index 000000000..f24f0c48f --- /dev/null +++ b/doc/news/version_0.20110503.mdwn @@ -0,0 +1,9 @@ +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 |