From 8cae4115a8d10a67a618d08abc3971f520f8d66a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Feb 2012 13:07:04 -0400 Subject: [PATCH] releasing version 3.20120227 --- debian/changelog | 7 ++++--- git-annex.cabal | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d401149d3..6ba8696c0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20120124) UNRELEASED; urgency=low +git-annex (3.20120227) unstable; urgency=low * Modifications to support ghc 7.4's handling of filenames. This version can only be built with ghc 7.4 or newer. See the ghc7.0 @@ -27,10 +27,11 @@ git-annex (3.20120124) UNRELEASED; urgency=low * rekey: New plumbing level command, can be used to change the keys used for files en masse. * Store web special remote url info in a more efficient location. + (Urls stored with this version will not be visible to older versions.) * Deal with NFS problem that caused a failure to remove a directory when removing content from the annex. * Make a single location log commit after a remote has received or - dropped files. Uses a new "git-annex-shell commit" command. + dropped files. Uses a new "git-annex-shell commit" command when available. * To avoid commits of data to the git-annex branch after each command is run, set annex.alwayscommit=false. Its data will then be committed less frequently, when a merge or sync is done. @@ -41,7 +42,7 @@ git-annex (3.20120124) UNRELEASED; urgency=low to see which files are present on the remote, it simply looks at the disk contents directly. - -- Joey Hess Tue, 24 Jan 2012 16:21:55 -0400 + -- Joey Hess Mon, 27 Feb 2012 12:58:21 -0400 git-annex (3.20120123) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 8bfb3ac0c9..40f928dbf3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120124 +Version: 3.20120227 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess