releasing version 3.20121016

This commit is contained in:
Joey Hess 2012-10-16 16:47:59 -04:00
parent a0c05bfa55
commit 634b870240
4 changed files with 9 additions and 5 deletions

View file

@ -10,7 +10,7 @@ module Utility.Directory where
import System.IO.Error import System.IO.Error
import System.Posix.Files import System.Posix.Files
import System.Directory import System.Directory
import Control.Exception (throw, bracket_) import Control.Exception (throw)
import Control.Monad import Control.Monad
import Control.Monad.IfElse import Control.Monad.IfElse
import System.FilePath import System.FilePath

4
debian/changelog vendored
View file

@ -1,4 +1,4 @@
git-annex (3.20121011) UNRELEASED; urgency=low git-annex (3.20121016) unstable; urgency=low
* vicfg: New file format, avoids ambiguity with repos that have the same * vicfg: New file format, avoids ambiguity with repos that have the same
description, or no description. description, or no description.
@ -16,7 +16,7 @@ git-annex (3.20121011) UNRELEASED; urgency=low
* Temporarily disable use of dbus, as the haskell dbus library blows up * Temporarily disable use of dbus, as the haskell dbus library blows up
when losing connection, which will need to be fixed upstream. when losing connection, which will need to be fixed upstream.
-- Joey Hess <joeyh@debian.org> Fri, 12 Oct 2012 22:46:08 -0400 -- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2012 15:25:22 -0400
git-annex (3.20121010) unstable; urgency=low git-annex (3.20121010) unstable; urgency=low

View file

@ -8,7 +8,11 @@ But often the remote is just a removable drive or a cloud remote,
that has a limited size. This page is about making the assistant do that has a limited size. This page is about making the assistant do
something smart with such remotes. something smart with such remotes.
## dropping no longer preferred content TODO ## TODO
* preferred content settings made in the webapp (or in vicfg, or synced over) are not noticed.
### dropping no longer preferred content TODO
When a file is renamed, it might stop being preferred, so When a file is renamed, it might stop being preferred, so
could be checked and dropped. (If there's multiple links to could be checked and dropped. (If there's multiple links to

View file

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