releasing package git-annex version 6.20170101

This commit is contained in:
Joey Hess 2016-12-31 23:59:56 -04:00
parent d4f9b46ab3
commit 8740cd9716
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,12 @@
git-annex (6.20170101) UNRELEASED; urgency=medium git-annex (6.20170101) unstable; urgency=medium
* XMPP support has been removed from the assistant in this release. * XMPP support has been removed from the assistant in this release.
If your repositories used XMPP to keep in sync, that will no longer If your repositories used XMPP to keep in sync, that will no longer
work, and you should enable some other remote to keep them in sync. work, and you should enable some other remote to keep them in sync.
A ssh server is one way, or use the new Tor pairing feature. A ssh server is one way, or use the new Tor pairing feature.
* p2p --pair makes it easy to pair repositories, using * p2p --pair makes it easy to pair repositories, over Tor, using
Magic Wormhole codes to find the other repository. Magic Wormhole codes to find the other repository.
See http://git-annex.branchable.com/tips/peer_to_peer_network_with_tor/
* webapp: The "Share with a friend" and "Share with your other devices" * webapp: The "Share with a friend" and "Share with your other devices"
pages have been changed to pair repositories using Tor and Magic Wormhole. pages have been changed to pair repositories using Tor and Magic Wormhole.
* metadata --batch: Fix bug when conflicting metadata changes were * metadata --batch: Fix bug when conflicting metadata changes were
@ -22,13 +23,13 @@ git-annex (6.20170101) UNRELEASED; urgency=medium
* p2p: --link no longer takes a remote name, instead the --name * p2p: --link no longer takes a remote name, instead the --name
option can be used. option can be used.
* Linux standalone: Improve generation of locale definition files, * Linux standalone: Improve generation of locale definition files,
supporting locales such as, en_GB.UTF-8. supporting locales such as en_GB.UTF-8.
* rekey --force: Incorrectly marked the new key's content as being * rekey --force: Incorrectly marked the new key's content as being
present in the local repo even when it was not. present in the local repo even when it was not.
* enable-tor: Put tor sockets in /var/lib/tor-annex/, rather * enable-tor: Put tor sockets in /var/lib/tor-annex/, rather
than in /etc/tor/hidden_service/. than in /etc/tor/hidden_service/.
* enable-tor: No longer needs to be run as root. * enable-tor: No longer needs to be run as root.
* enable-tor: When run as a regular user, test a connection back to * enable-tor: When run as a regular user, also tests a connection back to
the hidden service over tor. the hidden service over tor.
* Support all common locations of the torrc file. * Support all common locations of the torrc file.
* Always use filesystem encoding for all file and handle reads and * Always use filesystem encoding for all file and handle reads and
@ -37,7 +38,7 @@ git-annex (6.20170101) UNRELEASED; urgency=medium
* Debian: Suggest tor and magic-wormhole. * Debian: Suggest tor and magic-wormhole.
* Debian: Build webapp on armel. * Debian: Build webapp on armel.
-- Joey Hess <id@joeyh.name> Sun, 11 Dec 2016 21:29:51 -0400 -- Joey Hess <id@joeyh.name> Sat, 31 Dec 2016 15:11:04 -0400
git-annex (6.20161210) unstable; urgency=medium git-annex (6.20161210) unstable; urgency=medium

2
NEWS
View file

@ -1,4 +1,4 @@
git-annex (6.20170101) unstable; urgency=low git-annex (6.20170101) unstable; urgency=medium
XMPP support has been removed from the assistant in this release. XMPP support has been removed from the assistant in this release.

View file

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