releasing version 3.20120227

This commit is contained in:
Joey Hess 2012-02-27 13:07:04 -04:00
parent 2fd294d06f
commit 8cae4115a8
2 changed files with 5 additions and 4 deletions

7
debian/changelog vendored
View file

@ -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. * 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 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 * rekey: New plumbing level command, can be used to change the keys used
for files en masse. for files en masse.
* Store web special remote url info in a more efficient location. * 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 * Deal with NFS problem that caused a failure to remove a directory
when removing content from the annex. when removing content from the annex.
* Make a single location log commit after a remote has received or * 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 * 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 is run, set annex.alwayscommit=false. Its data will then be committed
less frequently, when a merge or sync is done. 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 to see which files are present on the remote, it simply looks at the
disk contents directly. 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 git-annex (3.20120123) unstable; urgency=low

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 3.20120124 Version: 3.20120227
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
License: GPL License: GPL
Maintainer: Joey Hess <joey@kitenet.net> Maintainer: Joey Hess <joey@kitenet.net>