15
0

Accepting request 234240 from home:frispete:python

Dear Sascha,

BTW, I've fixed the line breaks in your last changelog entry.

- add dependency python-service_identity for testing purposes

- Update to version 14.0.0:
  + too many changes to list here: check NEWS file

  + 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)

OBS-URL: https://build.opensuse.org/request/show/234240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=23
This commit is contained in:
Sascha Peilicke
2014-06-02 09:01:26 +00:00
committed by Git OBS Bridge
parent 41759029e8
commit 917e81a991
4 changed files with 30 additions and 11 deletions

View File

@@ -1,13 +1,30 @@
-------------------------------------------------------------------
Thu May 15 18:59:33 UTC 2014 - hpj@urpla.net
- add dependency python-service_identity for testing purposes
-------------------------------------------------------------------
Wed May 14 09:30:55 UTC 2014 - hpj@urpla.net
- Update to version 14.0.0:
+ too many changes to list here: check NEWS file
-------------------------------------------------------------------
Fri Dec 6 15:22:17 UTC 2013 - speilicke@suse.com
- Add lp1102685.diff (bnc#853545): pygobject compatibility
- Update to version 13.2.0:
+ 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)
+ 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.
-------------------------------------------------------------------