Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58851

Twisted 13.2.0 Release Announcement

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <hawkowl@atleastfornow.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'gsoc': 0.05; 'string': 0.09; 'below).': 0.09; 'pgp': 0.09; 'skip:t 60': 0.09; 'url:releases': 0.09; 'whichever': 0.09; '<>.': 0.14; '(gnu/linux)': 0.16; '(link': 0.16; '-----begin': 0.16; '----- end': 0.16; 'algorithm).': 0.16; 'exiting': 0.16; 'gnupg': 0.16; 'hash:': 0.16; 'outreach': 0.16; 'sha1': 0.16; 'skip:q 60': 0.16; 'subject:Announcement': 0.16; 'subject:Release': 0.16; 'to:addr :python-announce-list': 0.16; 'twisted': 0.16; 'contributed': 0.16; 'connects': 0.19; 'message-----': 0.19; 'skip:a 60': 0.19; 'foundation,': 0.20; '(the': 0.22; 'header:User-Agent:1': 0.23; 'ssl': 0.24; '(or': 0.24; 'developers': 0.25; 'signed': 0.27; 'to:2**1': 0.27; 'to:no real name:2**1': 0.29; 'code': 0.31; 'url:wiki': 0.31; 'received:208.97': 0.31; 'received:208.97.132': 0.31; 'received:66.33': 0.31; 'received:66.33.216': 0.31; 'received:66.33.216.122': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'received:hapkido.dreamhost.com': 0.31; 'skip:i 60': 0.31; 'skip:k 60': 0.31; 'file': 0.32; 'url:python': 0.33; 'everyone': 0.33; 'announce': 0.33; 'are:': 0.33; 'received:66': 0.35; 'connection': 0.35; 'building': 0.35; 'url:downloads': 0.36; 'version:': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'application': 0.37; 'server': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'release': 0.40; 'chain': 0.60; 'improved': 0.60; 'received:208': 0.61; 'information,': 0.61; 'first': 0.61; 'our': 0.64; 'more': 0.64; 'great': 0.65; 'news': 0.67; 'url:trac': 0.84
DKIM-Signature v=1; a=rsa-sha1; c=relaxed; d=atleastfornow.net; h= message-id:date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=atleastfornow.net; bh=qU9dsUX+DHeE9 bGe66aSXN/4GvE=; b=3fK84cekp5UsQkcza/oiaVO1NRCTuzesmO2Azxd85VMWb hWflgPOwOg5VevJHhhBGpMMRxdavR6aBtfIvBycwk2hFrwxd/nyaOfNFOxzyTsb6 BwhEm8b+39EewdjlFZAYJhA6qcqIXkV9UiDXLnmEvO+t31uX5hK94omDHJrJ6s=
Date Sat, 09 Nov 2013 02:57:24 +0800
From HawkOwl <hawkowl@atleastfornow.net>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Thunderbird/27.0a1
MIME-Version 1.0
To python-announce-list@python.org, python-list@python.org
Subject Twisted 13.2.0 Release Announcement
X-Enigmail-Version 1.6
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Mailman-Approved-At Fri, 08 Nov 2013 21:21:23 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2250.1383942086.18130.python-list@python.org> (permalink)
Lines 52
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383942086 news.xs4all.nl 15935 [2001:888:2000:d::a6]:50479
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58851

Show key headers only | View raw


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of Twisted Matrix Laboratories, I am honoured to announce
the release of Twisted 13.2!

The highlights of this release are:

 * Twisted now includes a HostnameEndpoint implementation which uses
IPv4 and IPv6 in parallel, speeding up the connection by using
whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm).
(#4859)

 * Improved support for Cancellable Deferreds by kaizhang, our GSoC
student. (#4320, #6532, #6572, #6639)

 * Improved Twisted.Mail documentation by shira, our Outreach Program
for Women intern. (#6649, #6652)

 * twistd now waits for the application to start successfully before
exiting after daemonization. (#823)

 * SSL server endpoint string descriptions now support the
specification of chain certificates. (#6499)

 * Over 70 closed tickets since 13.1.0.

For more information, check the NEWS file (link provided below).

You can find the downloads at <https://pypi.python.org/pypi/Twisted>
(or alternatively <http://twistedmatrix.com/trac/wiki/Downloads>) .
The NEWS file is also available at
<http://twistedmatrix.com/Releases/Twisted/13.2/NEWS.txt>.

Many thanks to everyone who had a part in this release - the
supporters of the Twisted Software Foundation, the developers who
contributed code as well as documentation, and all the people building
great things with Twisted!

Twisted Regards,
HawkOwl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQEcBAEBAgAGBQJSfTQUAAoJECMItHnTkkoRPWcIAKkvwudaMkHhMyJp+5KzYlQZ
Ay7+tUqteRRZ11vrVGXebidE4qDyfowMYtnxAi7024DRtEk/GF/14x/kKiWtmDTR
kyPDCf7ZgAky62gxwECCGhn6COhn1DXbQZ2czy7KXKUr2to/EDCVtv1dY2hF6zJJ
tfpRi/8mZW6DcAY9thWT1zppMdVi98j3oRXGHjM5S7vtk7ErlW2AkwDlan/KTRWe
qa43nco/FL5mY17+TmCxUrdn9GlkSNkPMAnoW3ab65E+nq7sxdG0NmXQlCs3M5Um
2Xf6Lfl/IBQ3BYQh/SS4xygiwMjZlT/kSs/eixzKTPhpCatTdyhsTD2Ozw64464=
=00LG
-----END PGP SIGNATURE-----

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Twisted 13.2.0 Release Announcement HawkOwl <hawkowl@atleastfornow.net> - 2013-11-09 02:57 +0800

csiph-web