diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-09 15:44:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-09 15:44:05 -0400 |
commit | e077968820ecf40bc91cac773a266ab2d2d06241 (patch) | |
tree | a4854c9754fa435440e6f210fa9222290a1b9561 | |
parent | c05cfe894316407567f89af6883278ee2c9de957 (diff) |
add news item for git-annex 3.20121009
-rw-r--r-- | doc/news/version_3.20120721.mdwn | 14 | ||||
-rw-r--r-- | doc/news/version_3.20121009.mdwn | 25 |
2 files changed, 25 insertions, 14 deletions
diff --git a/doc/news/version_3.20120721.mdwn b/doc/news/version_3.20120721.mdwn deleted file mode 100644 index 7e424452e..000000000 --- a/doc/news/version_3.20120721.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -git-annex 3.20120721 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * get, move, copy: Now refuse to do anything when the requested file - transfer is already in progress by another process. - * status: Lists transfers that are currently in progress. - * Fix passing --uuid to git-annex-shell. - * When shaNsum commands cannot be found, use the Haskell SHA library - (already a dependency) to do the checksumming. This may be slower, - but avoids portability problems. - * Use SHA library for files less than 50 kb in size, at which point it's - faster than forking the more optimised external program. - * SHAnE backends are now smarter about composite extensions, such as - .tar.gz Closes: #[680450](http://bugs.debian.org/680450) - * map: Write map.dot to .git/annex, which avoids watch trying to annex it."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20121009.mdwn b/doc/news/version_3.20121009.mdwn new file mode 100644 index 000000000..c4f96644d --- /dev/null +++ b/doc/news/version_3.20121009.mdwn @@ -0,0 +1,25 @@ +git-annex 3.20121009 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * watch, assistant: It's now safe to git annex unlock files while + the watcher is running, as well as modify files checked into git + as normal files. Additionally, .gitignore settings are now honored. + Closes: #[689979](http://bugs.debian.org/689979) + * group, ungroup: New commands to indicate groups of repositories. + * webapp: Adds newly created repositories to one of these groups: + clients, drives, servers + * vicfg: New command, allows editing (or simply viewing) most + of the repository configuration settings stored in the git-annex branch. + * Added preferred content expressions, configurable using vicfg. + * get --auto: If the local repository has preferred content + configured, only get that content. + * drop --auto: If the repository the content is dropped from has + preferred content configured, drop only content that is not preferred. + * copy --auto: Only transfer content that the destination repository prefers. + * assistant: Now honors preferred content settings when deciding what to + transfer. + * --copies=group:number can now be used to match files that are present + in a specified number of repositories in a group. + * Added --smallerthan, --largerthan, and --inall limits. + * Only build-depend on libghc-clientsession-dev on arches that will have + the webapp. + * uninit: Unset annex.version. Closes: #[689852](http://bugs.debian.org/689852)"""]]
\ No newline at end of file |