prep release

This commit is contained in:
Joey Hess 2015-05-22 14:20:01 -04:00
parent 5edd322a42
commit 979064b1cb
2 changed files with 7 additions and 7 deletions

12
debian/changelog vendored
View file

@ -1,4 +1,4 @@
git-annex (5.20150508.2) UNRELEASED; urgency=medium git-annex (5.20150522) unstable; urgency=medium
* import: Refuse to import files that are within the work tree, as that * import: Refuse to import files that are within the work tree, as that
does not make sense and could cause data loss. does not make sense and could cause data loss.
@ -10,7 +10,7 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
However, progress bars are not yet displayed for concurrent transfers, However, progress bars are not yet displayed for concurrent transfers,
pending an updated version of the ascii-progress library. pending an updated version of the ascii-progress library.
* --quiet now makes progress output by rsync, wget, etc be quiet too. * --quiet now makes progress output by rsync, wget, etc be quiet too.
* Take space that will be used by running downloads into account when * Take space that will be used by other running downloads into account when
checking annex.diskreserve. checking annex.diskreserve.
* Avoid accumulating transfer failure log files unless the assistant is * Avoid accumulating transfer failure log files unless the assistant is
being used. being used.
@ -18,9 +18,9 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
running at once. running at once.
* Stale transfer lock and info files will be cleaned up automatically * Stale transfer lock and info files will be cleaned up automatically
when get/unused/info commands are run. when get/unused/info commands are run.
* unused: Add --used-refspec option and annex.used-refspec, which can specify * unused: Add --used-refspec option and annex.used-refspec, which can
a set of refs to consider used, rather than the default of considering specify a set of refs to consider used, rather than the default of
all refs used. considering all refs used.
* webapp: Fix zombie xdg-open process left when opening file browser. * webapp: Fix zombie xdg-open process left when opening file browser.
Closes: #785498 Closes: #785498
* Safer posix fctnl locking implementation, using lock pools and STM. * Safer posix fctnl locking implementation, using lock pools and STM.
@ -29,7 +29,7 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
upgrade code will find it. Fixes OSX upgrade going forward, but upgrade code will find it. Fixes OSX upgrade going forward, but
older versions won't upgrade themselves due to this problem. older versions won't upgrade themselves due to this problem.
-- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400 -- Joey Hess <id@joeyh.name> Fri, 22 May 2015 14:20:18 -0400
git-annex (5.20150508.1) unstable; urgency=medium git-annex (5.20150508.1) unstable; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 5.20150508.1 Version: 5.20150522
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>