diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
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> |