aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-11 12:02:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-11 12:02:38 -0400
commit09c6b0dc00c174bc567d57eab1cfb02b6f5decac (patch)
tree23ac15723082ee3da067307cfe57cdc6a6c4f8b0
parentacb2419cba37bdaf68914ad1d69f3e288a4f1988 (diff)
releasing package git-annex version 6.201602116.20160211
-rw-r--r--debian/changelog6
-rw-r--r--git-annex.cabal2
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index cf0a1d0cb..ef03b41ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (6.20160127) UNRELEASED; urgency=medium
+git-annex (6.20160211) unstable; urgency=medium
* annex.addsmallfiles: New option controlling what is done when
adding files not matching annex.largefiles.
@@ -22,14 +22,14 @@ git-annex (6.20160127) UNRELEASED; urgency=medium
* init: Fix bugs in submodule .git symlink fixup, that occurred when
initializing in a subdirectory of a submodule and a submodule of a
submodule.
- * WebDAV: Set depth 1 in PROPFIND request, for better compatability with
+ * WebDAV: Set depth 1 in PROPFIND request, for better compatibility with
some servers. Thanks, wzhd.
* WebDAV: Remove a bogus trailing slash from the end of the url to the
temporary store location for a key. Thanks, wzhd.
* S3: Allow configuring with requeststyle=path to use path-style bucket
access instead of the default DNS-style access.
- -- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400
+ -- Joey Hess <id@joeyh.name> Thu, 11 Feb 2016 11:42:19 -0400
git-annex (6.20160126) unstable; urgency=medium
diff --git a/git-annex.cabal b/git-annex.cabal
index c40773f2e..fa496d8e0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 6.20160126
+Version: 6.20160211
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <id@joeyh.name>