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

Comparing AnyEvent/Changes (file contents):
Revision 1.465 by root, Sat Aug 13 16:32:31 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.
46 if possible (based on a patch by Kevin Ryde). 52 if possible (based on a patch by Kevin Ryde).
47 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2. 53 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.
48 - many read types in AnyEvent::Handle would malfunction during 54 - many read types in AnyEvent::Handle would malfunction during
49 transitions to TLS because of a "delete $self->{rbuf}". 55 transitions to TLS because of a "delete $self->{rbuf}".
50 (reported by Gerald Galster). 56 (reported by Gerald Galster).
51 - resolve AnyEvent::Util::guard at first-use-time, not at load time,
52 for further speed and memory savings when not used.
53 - improve condvar blocking wait performance (probably only noticable 57 - improve condvar blocking wait performance (probably only noticable
54 with faster backends), also make it easier for event loops that 58 with faster backends), also make it easier for event loops that
55 do not support blocking waits. 59 do not support blocking waits.
56 - PERL_ANYEVENT_MODEL now also allows full module names, although 60 - PERL_ANYEVENT_MODEL now also allows full module names, although
57 the usefulness of this feature is not yet clear. 61 the usefulness of this feature is not yet clear.
58 - 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.
59 - add t/80_ssltext.t. 63 - add t/80_ssltext.t.
60 - 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).
61 - 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.
62 68
635.34 Thu May 12 09:59:41 CEST 2011 695.34 Thu May 12 09:59:41 CEST 2011
64 - 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,
65 due to some copy&paste bug (reported and analyzed by vti). 71 due to some copy&paste bug (reported and analyzed by vti).
66 - improve AE::Handle timeout documentation slightly. 72 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines