releasing version 0.20110516

This commit is contained in:
Joey Hess 2011-05-16 15:01:05 -04:00
parent 760cde28b6
commit 3ab15b9f4f
3 changed files with 5 additions and 5 deletions

View file

@ -188,7 +188,7 @@ configToKeyVal m = map toword $ sort $ M.toList m
toword (k, v) = k ++ "=" ++ configEscape v
configEscape :: String -> String
configEscape = concat . (map escape)
configEscape = (>>= escape)
where
escape c
| isSpace c || c `elem` "&" = "&" ++ show (ord c) ++ ";"

6
debian/changelog vendored
View file

@ -1,6 +1,5 @@
git-annex (0.20110504) UNRELEASED; urgency=low
git-annex (0.20110516) unstable; urgency=low
* Work around a bug in Network.URI's handling of bracketed ipv6 addresses.
* Add a few tweaks to make it easy to use the Internet Archive's variant
of S3. In particular, munge key filenames to comply with the IA's filename
limits, disable encryption, support their nonstandard way of creating
@ -9,8 +8,9 @@ git-annex (0.20110504) UNRELEASED; urgency=low
* Added filename extension preserving variant backends SHA1E, SHA256E, etc.
* migrate: Use current filename when generating new key, for backends
where the filename affects the key name.
* Work around a bug in Network.URI's handling of bracketed ipv6 addresses.
-- Joey Hess <joeyh@debian.org> Fri, 06 May 2011 15:20:38 -0400
-- Joey Hess <joeyh@debian.org> Mon, 16 May 2011 14:16:52 -0400
git-annex (0.20110503) unstable; urgency=low

2
debian/control vendored
View file

@ -17,7 +17,7 @@ Build-Depends:
uuid,
rsync,
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.1
Standards-Version: 3.9.2
Vcs-Git: git://git.kitenet.net/git-annex
Homepage: http://git-annex.branchable.com/