releasing version 3.20121016
This commit is contained in:
parent
a0c05bfa55
commit
634b870240
4 changed files with 9 additions and 5 deletions
|
@ -10,7 +10,7 @@ module Utility.Directory where
|
|||
import System.IO.Error
|
||||
import System.Posix.Files
|
||||
import System.Directory
|
||||
import Control.Exception (throw, bracket_)
|
||||
import Control.Exception (throw)
|
||||
import Control.Monad
|
||||
import Control.Monad.IfElse
|
||||
import System.FilePath
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
|
||||
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
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
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
|
||||
could be checked and dropped. (If there's multiple links to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: git-annex
|
||||
Version: 3.20121010
|
||||
Version: 3.20121016
|
||||
Cabal-Version: >= 1.8
|
||||
License: GPL
|
||||
Maintainer: Joey Hess <joey@kitenet.net>
|
||||
|
|
Loading…
Add table
Reference in a new issue