aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-16 15:01:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-16 15:01:05 -0400
commit3ab15b9f4f22aaa77a09e198d03dd4296a83bb44 (patch)
treee407c472e9f9fbd75e2e6dea9d7f64e344eaa0a7
parent760cde28b67c14e0ad68e8649c0abe0544c44947 (diff)
releasing version 0.201105160.20110516
-rw-r--r--Remote.hs2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
3 files changed, 5 insertions, 5 deletions
diff --git a/Remote.hs b/Remote.hs
index 7bbe91000..7df84a5da 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -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) ++ ";"
diff --git a/debian/changelog b/debian/changelog
index 3827a4632..5cae0a8b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index b75b35afb..f2f9cecd3 100644
--- a/debian/control
+++ b/debian/control
@@ -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/