aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-27 13:07:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-27 13:07:04 -0400
commit8cae4115a8d10a67a618d08abc3971f520f8d66a (patch)
treeb75f584305520a11898dd23fa09478e569f66173
parent2fd294d06f11c81a29cbf94a78952d1ad74dbf22 (diff)
releasing version 3.20120227
-rw-r--r--debian/changelog7
-rw-r--r--git-annex.cabal2
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d401149d..6ba8696c0 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 <joeyh@debian.org> Tue, 24 Jan 2012 16:21:55 -0400
+ -- Joey Hess <joeyh@debian.org> 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 8bfb3ac0c..40f928dbf 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 <joey@kitenet.net>