diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-17 01:34:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-17 01:34:43 -0400 |
commit | 00cc34a4c3a496f4d8fb5dfc5de826e321e6ac56 (patch) | |
tree | 2a40391c61a4a74e80c4f386d5a64819d03e20ec | |
parent | f0c21307001ec03437cca066d21f35f541b66de9 (diff) |
add news item for git-annex 3.20110817
-rw-r--r-- | doc/news/version_3.20110624.mdwn | 33 | ||||
-rw-r--r-- | doc/news/version_3.20110817.mdwn | 6 |
2 files changed, 6 insertions, 33 deletions
diff --git a/doc/news/version_3.20110624.mdwn b/doc/news/version_3.20110624.mdwn deleted file mode 100644 index 6204673bd..000000000 --- a/doc/news/version_3.20110624.mdwn +++ /dev/null @@ -1,33 +0,0 @@ -News for git-annex 3.20110624: - -There has been another change to the git-annex data store. -Use `git annex upgrade` to migrate your repositories to the new -layout. See [[upgrades]]. - -The significant change this time is that the .git-annex/ directory -is gone; instead there is a git-annex branch that is automatically -maintained by git-annex, and encapsulates all its state nicely out -of your way. - -You should make sure you include the git-annex branch when -git pushing and pulling. - -git-annex 3.20110624 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * New repository format, annex.version=3. Use `git annex upgrade` to migrate. - * git-annex now stores its logs in a git-annex branch. - * merge: New subcommand. Auto-merges the new git-annex branch. - * Improved handling of bare git repos with annexes. Many more commands will - work in them. - * git-annex is now more robust; it will never leave state files - uncommitted when some other git process comes along and locks the index - at an inconvenient time. - * rsync is now used when copying files from repos on other filesystems. - cp is still used when copying file from repos on the same filesystem, - since --reflink=auto can make it significantly faster on filesystems - such as btrfs. - * Allow --trust etc to specify a repository by name, for temporarily - trusting repositories that are not configured remotes. - * unlock: Made atomic. - * git-union-merge: New git subcommand, that does a generic union merge - operation, and operates efficiently without touching the working tree."""]] diff --git a/doc/news/version_3.20110817.mdwn b/doc/news/version_3.20110817.mdwn new file mode 100644 index 000000000..51388f3c7 --- /dev/null +++ b/doc/news/version_3.20110817.mdwn @@ -0,0 +1,6 @@ +git-annex 3.20110817 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix shell escaping in rsync special remote. + * addurl: --fast can be used to avoid immediately downloading the url. + * Added support for getting content from git remotes using http (and https). + * Added curl to Debian package dependencies."""]]
\ No newline at end of file |