prep release
This commit is contained in:
parent
ca7614ff2c
commit
33978f8448
2 changed files with 12 additions and 12 deletions
22
debian/changelog
vendored
22
debian/changelog
vendored
|
@ -1,31 +1,31 @@
|
||||||
git-annex (5.20150813) UNRELEASED; urgency=medium
|
git-annex (5.20150824) unstable; urgency=medium
|
||||||
|
|
||||||
* --debug log messages are now timestamped with fractional seconds.
|
|
||||||
* Sped up downloads of files from ssh remotes, reducing the
|
* Sped up downloads of files from ssh remotes, reducing the
|
||||||
non-data-transfer overhead 6x.
|
non-data-transfer overhead 6x.
|
||||||
* --debug is passed along to git-annex-shell when git-annex is in debug mode.
|
|
||||||
* Added WHEREIS to external special remote protocol.
|
|
||||||
* sync: Support --jobs
|
* sync: Support --jobs
|
||||||
* sync --content: Avoid unnecessary second pull from remotes when
|
* sync --content: Avoid unnecessary second pull from remotes when
|
||||||
no file transfers are made.
|
no file transfers are made.
|
||||||
* External special remotes can now be built that can be used in readonly
|
* External special remotes can now be built that can be used in readonly
|
||||||
mode, where git-annex downloads content from the remote using regular
|
mode, where git-annex downloads content from the remote using regular
|
||||||
http.
|
http.
|
||||||
* Avoid building the assistant on the hurd, since an inotify equivalent
|
* Added WHEREIS to external special remote protocol.
|
||||||
is not yet implemented in git-annex for the hurd.
|
|
||||||
* importfeed --relaxed: Avoid hitting the urls of items in the feed.
|
* importfeed --relaxed: Avoid hitting the urls of items in the feed.
|
||||||
* Fix reversion in init when ran as root, introduced in version 5.20150731.
|
* Fix reversion in init when ran as root, introduced in version 5.20150731.
|
||||||
|
* Reorder declaration to fix build with yesod-core > 1.4.13.
|
||||||
|
Thanks, Michael Alan Dorman.
|
||||||
|
* Fix building without quvi and without database.
|
||||||
|
Thanks, Ben Boeckel.
|
||||||
|
* Avoid building the assistant on the hurd, since an inotify equivalent
|
||||||
|
is not yet implemented in git-annex for the hurd.
|
||||||
|
* --debug log messages are now timestamped with fractional seconds.
|
||||||
|
* --debug is passed along to git-annex-shell when git-annex is in debug mode.
|
||||||
* Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to
|
* Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to
|
||||||
ld, cc, and cpp.
|
ld, cc, and cpp.
|
||||||
* As a result of the Makefile changes, the Debian package is built
|
* As a result of the Makefile changes, the Debian package is built
|
||||||
with various hardening options. Although their benefit to a largely
|
with various hardening options. Although their benefit to a largely
|
||||||
haskell program is unknown.
|
haskell program is unknown.
|
||||||
* Reorder declaration to fix build with yesod-core > 1.4.13.
|
|
||||||
Thanks, Michael Alan Dorman.
|
|
||||||
* Fix building without quvi and without database.
|
|
||||||
Thanks, Ben Boeckel.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 12 Aug 2015 14:31:01 -0400
|
-- Joey Hess <id@joeyh.name> Mon, 24 Aug 2015 14:11:05 -0700
|
||||||
|
|
||||||
git-annex (5.20150812) unstable; urgency=medium
|
git-annex (5.20150812) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 5.20150813
|
Version: 5.20150824
|
||||||
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>
|
||||||
|
|
Loading…
Reference in a new issue