releasing package git-annex version 6.20180112

This commit is contained in:
Joey Hess 2018-01-12 15:47:32 -04:00
parent 369b6f416f
commit 84ea1eb762
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,5 @@
git-annex (6.20171215) UNRELEASED; urgency=medium git-annex (6.20180112) upstream; urgency=medium
* Removed the testsuite build flag; test suite is always included.
* Added inprogress command for accessing files as they are being * Added inprogress command for accessing files as they are being
downloaded. downloaded.
* Fix bug introduced in version 6.20171018 that caused some commands * Fix bug introduced in version 6.20171018 that caused some commands
@ -10,7 +9,6 @@ git-annex (6.20171215) UNRELEASED; urgency=medium
nothing, like it used to when quvi was used. nothing, like it used to when quvi was used.
* addurl: Fix encoding of filename queried from youtube-dl when in * addurl: Fix encoding of filename queried from youtube-dl when in
--fast mode. --fast mode.
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
* Fix several places where files in .git/annex/ were written with modes * Fix several places where files in .git/annex/ were written with modes
that did not take the core.sharedRepository config into account. that did not take the core.sharedRepository config into account.
* Improve startup time for commands that do not operate on remotes, * Improve startup time for commands that do not operate on remotes,
@ -20,8 +18,11 @@ git-annex (6.20171215) UNRELEASED; urgency=medium
to disable the default checking of the uuid of remotes that point to to disable the default checking of the uuid of remotes that point to
directories. This can be useful to avoid unncessary drive spin-ups and directories. This can be useful to avoid unncessary drive spin-ups and
automounting. automounting.
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
* git-annex.cabal: Removed the testsuite build flag; test suite is always
included.
-- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400 -- Joey Hess <id@joeyh.name> Fri, 12 Jan 2018 15:45:48 -0400
git-annex (6.20171214) upstream; urgency=medium git-annex (6.20171214) upstream; urgency=medium

View file

@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: native package Source: native package
Files: * Files: *
Copyright: © 2010-2017 Joey Hess <id@joeyh.name> Copyright: © 2010-2018 Joey Hess <id@joeyh.name>
License: GPL-3+ License: GPL-3+
Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/* Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/*
@ -21,7 +21,7 @@ Copyright: 2011 Bas van Dijk & Roel van Dijk
License: BSD-2-clause License: BSD-2-clause
Files: Utility/* Files: Utility/*
Copyright: 2012-2017 Joey Hess <id@joeyh.name> Copyright: 2012-2018 Joey Hess <id@joeyh.name>
License: BSD-2-clause License: BSD-2-clause
Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns standalone/android/icons/* Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns standalone/android/icons/*

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 6.20171214 Version: 6.20180112
Cabal-Version: >= 1.8 Cabal-Version: >= 1.8
License: GPL-3 License: GPL-3
Maintainer: Joey Hess <id@joeyh.name> Maintainer: Joey Hess <id@joeyh.name>