Delivery-Date: Wed, 24 Sep 2014 18:01:29 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 36B3A1E0C73;
	Wed, 24 Sep 2014 18:01:28 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 2F70321F85;
	Wed, 24 Sep 2014 22:01:24 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id BE4F820E67
 for <tor-talk@lists.torproject.org>; Wed, 24 Sep 2014 22:01:20 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id jpBymPdy16kH for <tor-talk@lists.torproject.org>;
 Wed, 24 Sep 2014 22:01:20 +0000 (UTC)
Received: from aikq.de (aikq.de [217.69.254.95])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 6823220889
 for <tor-talk@lists.torproject.org>; Wed, 24 Sep 2014 22:01:20 +0000 (UTC)
Received: from mint.localnet (nl9x.mullvad.net [37.48.65.76])
 by aikq.de with ESMTPS id 538BCF24
 for <tor-talk@lists.torproject.org>; Thu, 25 Sep 2014 00:01:16 +0200 (CEST)
X-ESMTP-Authenticated-User: 00000FC8
From: psilo <psilo@aikq.de>
To: tor-talk@lists.torproject.org
Date: Thu, 25 Sep 2014 00:01:13 +0200
Message-ID: <2089703.PLl1jWuv5W@mint>
In-Reply-To: <1772544.TVgFyYfNQp@mint>
References: <1772544.TVgFyYfNQp@mint>
MIME-Version: 1.0
User-Agent: striped
Subject: Re: [tor-talk] Fwd: Re:  Tor 0.2.4.24 and 0.2.5.8-rc are out
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5752468549739857040=="
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>


--===============5752468549739857040==
Content-Type: multipart/signed; boundary="nextPart1466531.1dRt0aqxJS"; micalg="pgp-sha1"; protocol="application/pgp-signature"


--nextPart1466531.1dRt0aqxJS
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="ISO-8859-1"

Sorry, Kmail problem. Please ignore!

On Wednesday, September 24, 2014 23:51:04 psilo wrote:
> ----------  Forwarded Message  ----------
> 
> Subject: Re: [tor-talk] Tor 0.2.4.24 and 0.2.5.8-rc are out
> Date: Wednesday, September 24, 2014, 10:19:37
> From: psilo <psilo@aikq.de>
> To: tor-talk@lists.torproject.org
> 
> On 09/23/2014 08:55 PM, Roger Dingledine wrote:
> > Tor 0.2.4.24 fixes a bug that affects consistency and speed when
> > connecting to hidden services, and it updates the location of one of
> > the directory authorities.
> > 
> > Tor 0.2.5.8-rc is the second release candidate for the Tor 0.2.5.x
> > series. It fixes a bug that affects consistency and speed when
> > connecting to hidden services, and it updates the location of one of
> > the directory authorities.
> > 
> > https://www.torproject.org/dist/
> > 
> > Changes in version 0.2.4.24 - 2014-09-22
> > 
> >   o Major bugfixes:
> >     - Clients now send the correct address for their chosen rendezvous
> >     
> >       point when trying to access a hidden service. They used to send
> >       the wrong address, which would still work some of the time because
> >       they also sent the identity digest of the rendezvous point, and if
> >       the hidden service happened to try connecting to the rendezvous
> >       point from a relay that already had a connection open to it,
> >       the relay would reuse that connection. Now connections to hidden
> >       services should be more robust and faster. Also, this bug meant
> >       that clients were leaking to the hidden service whether they were
> >       on a little-endian (common) or big-endian (rare) system, which for
> >       some users might have reduced their anonymity. Fixes bug 13151;
> >       bugfix on 0.2.1.5-alpha.
> >   
> >   o Directory authority changes:
> >     - Change IP address for gabelmoo (v3 directory authority).
> >   
> >   o Minor features (geoip):
> >     - Update geoip and geoip6 to the August 7 2014 Maxmind GeoLite2
> >     
> >       Country database.
> > 
> > Changes in version 0.2.5.8-rc - 2014-09-22
> > 
> >   o Major bugfixes:
> >     - Clients now send the correct address for their chosen rendezvous
> >     
> >       point when trying to access a hidden service. They used to send
> >       the wrong address, which would still work some of the time because
> >       they also sent the identity digest of the rendezvous point, and if
> >       the hidden service happened to try connecting to the rendezvous
> >       point from a relay that already had a connection open to it,
> >       the relay would reuse that connection. Now connections to hidden
> >       services should be more robust and faster. Also, this bug meant
> >       that clients were leaking to the hidden service whether they were
> >       on a little-endian (common) or big-endian (rare) system, which for
> >       some users might have reduced their anonymity. Fixes bug 13151;
> >       bugfix on 0.2.1.5-alpha.
> >   
> >   o Directory authority changes:
> >     - Change IP address for gabelmoo (v3 directory authority).
> 
> Hello,
> 
> thanks for the update. Is there a reason why
> deb.torproject.org/torproject.org delivers the 0.2.5.8-rc as stable and
> not 0.2.4.24?
> -----------------------------------------

--nextPart1466531.1dRt0aqxJS
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part.
Content-Transfer-Encoding: 7Bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAABAgAGBQJUIz8pAAoJEJJY9/uUfp5My7YQAIGw0f3I+/h3eDkuFydmQv3A
dtFDQCtTblIJieBRPZKIJ43MVvvAYkb6mIrAmwDy/zCYsjEMYuhLMbQR9Bx1U3QP
ixZcvZasdHgHgqX5C0CmP1FgYA6KefWFEl36RzqSoaoIbthpwmhm0IQGJQ+lYSVo
fLrfRLmKMestl3BBpHmQpTUzzCy2yJjCO3IDx8Qw8oM51oX//74IqQVa+ZlYJ3Ee
Ger3QwyrCoqVuF72jgMeQy/45m3aEEFRjnZRVX80/PziJyR5ceoGUtxuesyjeYnV
vq2WcsPok0Dd/sMNqZ8K5/utQ2p2nW3fZn5qksIbaGuB2dLufc0tkQ2P8Qz0dbI/
fz7CjrnxuTMFRwOCqQgpLkjcIfv6mSFaa2wzsIiLXnsHtHxEz7X476PoaMMZpySE
HUk4aI5OD45pW1Qu3uXXh/ftee8uux/M9jEnzlhya9xhL8RbmudSUfGV+Q3rswR8
mg5HBUTJBsFvDVm9AwF1YVczLMzMvfoMLGd9M3ZrbU+V3odQFaNMILVwAGQ7HDiq
HMQNdfDLR3KwrdcrNGMQFfTP0hN8jazVnqQgx56JScbL0dUR9VLDmu07GIbTDEaD
XU7tMhOpkFxFvqkqepPTPCXHNt8Ha4saLLQTQm+TXw0viHgMoqG3Ghn+DtTLF3wN
tn1qlJvQd9YzA0AFlkaA
=tSRP
-----END PGP SIGNATURE-----

--nextPart1466531.1dRt0aqxJS--



--===============5752468549739857040==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

--===============5752468549739857040==--


