From bcec418495f1330ee502b59ba485a69a9b5e3088 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Oct 2011 23:49:19 -0400 Subject: releasing version 3.20111011 --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 5645eb043..450adea75 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20110929 +Version: 3.20111011 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess -- cgit v1.2.3 From 2b26b95226566773f8019826671d4955600dbffe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Oct 2011 23:49:25 -0400 Subject: add news item for git-annex 3.20111011 --- doc/news/version_3.20110819.mdwn | 9 --------- doc/news/version_3.20111011.mdwn | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 doc/news/version_3.20110819.mdwn create mode 100644 doc/news/version_3.20111011.mdwn diff --git a/doc/news/version_3.20110819.mdwn b/doc/news/version_3.20110819.mdwn deleted file mode 100644 index bbc6abdbc..000000000 --- a/doc/news/version_3.20110819.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -git-annex 3.20110819 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Now "git annex init" only has to be run once, when a git repository - is first being created. Clones will automatically notice that git-annex - is in use and automatically perform a basic initalization. It's - still recommended to run "git annex init" in any clones, to describe them. - * Added annex-cost-command configuration, which can be used to vary the - cost of a remote based on the output of a shell command. - * Fix broken upgrade from V1 repository. Closes: #[638584](http://bugs.debian.org/638584)"""]] \ No newline at end of file diff --git a/doc/news/version_3.20111011.mdwn b/doc/news/version_3.20111011.mdwn new file mode 100644 index 000000000..0346cbca8 --- /dev/null +++ b/doc/news/version_3.20111011.mdwn @@ -0,0 +1,30 @@ +git-annex 3.20111011 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * This version of git-annex only works with git 1.7.7 and newer. + The breakage with old versions is subtle, and affects the + annex.numcopies settings in .gitattributes, so be sure to upgrade git + to 1.7.7. (Debian package now depends on that version.) + * Don't pass absolute paths to git show-attr, as it started following + symlinks when that's done in 1.7.7. Instead, use relative paths, + which show-attr only handles 100% correctly in 1.7.7. Closes: #[645046](http://bugs.debian.org/645046) + * Fix referring to remotes by uuid. + * New or changed repository descriptions in uuid.log now have a timestamp, + which is used to ensure the newest description is used when the uuid.log + has been merged. + * Note that older versions of git-annex will display the timestamp as part + of the repository description, which is ugly but otherwise harmless. + * Add timestamps to trust.log and remote.log too. + * git-annex-shell: Added the --uuid option. + * git-annex now asks git-annex-shell to verify that it's operating in + the expected repository. + * Note that this git-annex will not interoperate with remotes using + older versions of git-annex-shell. + * Now supports git's insteadOf configuration, to modify the url + used to access a remote. Note that pushInsteadOf is not used; + that and pushurl are reserved for actual git pushes. Closes: #[644278](http://bugs.debian.org/644278) + * status: List all known repositories. + * When displaying a list of repositories, show git remote names + in addition to their descriptions. + * Add locking to avoid races when changing the git-annex branch. + * Various speed improvements gained by using ByteStrings. + * Contain the zombie hordes."""]] \ No newline at end of file -- cgit v1.2.3