ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.466 by root, Sat Aug 13 22:33:48 2011 UTC vs.
Revision 1.470 by root, Sun Aug 14 13:56:52 2011 UTC

7 7
8TODO: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release. 8TODO: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release.
9TODO: wrap 9TODO: wrap
10TODO: parse_unix??? 10TODO: parse_unix???
11TODO: logging? 11TODO: logging?
12TODO: check wrap for leaks
13TODO: check for $_ changes in strict?
14
156.01
16
176.0 (not officially released)
12 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 18 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
13 the TTL as fourth element - this affects ->resolve directly, 19 the TTL as fourth element - this affects ->resolve directly,
14 and ->request and ->dns_unpack indirectly. Convenience functions 20 and ->request and ->dns_unpack indirectly. Convenience functions
15 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither 21 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither
16 is AnyEvent::Socket. 22 is AnyEvent::Socket.
55 the usefulness of this feature is not yet clear. 61 the usefulness of this feature is not yet clear.
56 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS. 62 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
57 - add t/80_ssltext.t. 63 - add t/80_ssltext.t.
58 - no longer use AUTOLOAD for the initial loading (for no very good reason). 64 - no longer use AUTOLOAD for the initial loading (for no very good reason).
59 - tcp_server now tries to unlink unix domain sockets when it gets destroyed. 65 - tcp_server now tries to unlink unix domain sockets when it gets destroyed.
66 - do not run event loop detection multiple times when programs call their cached
67 copies of AnyEvent::detect.
60 68
615.34 Thu May 12 09:59:41 CEST 2011 695.34 Thu May 12 09:59:41 CEST 2011
62 - AE::TLS didn't support both cert_file and key at the same time, 70 - AE::TLS didn't support both cert_file and key at the same time,
63 due to some copy&paste bug (reported and analyzed by vti). 71 due to some copy&paste bug (reported and analyzed by vti).
64 - improve AE::Handle timeout documentation slightly. 72 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines