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

Comparing AnyEvent/Changes (file contents):
Revision 1.464 by root, Sat Aug 13 16:11:33 2011 UTC vs.
Revision 1.467 by root, Sat Aug 13 22:44:05 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?
12
136.0 (not officially released)
12 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 14 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
13 the TTL as fourth element - this affects ->resolve directly, 15 the TTL as fourth element - this affects ->resolve directly,
14 and ->request and ->dns_unpack indirectly. Convenience functions 16 and ->request and ->dns_unpack indirectly. Convenience functions
15 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither 17 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither
16 is AnyEvent::Socket. 18 is AnyEvent::Socket.
46 if possible (based on a patch by Kevin Ryde). 48 if possible (based on a patch by Kevin Ryde).
47 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2. 49 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.
48 - many read types in AnyEvent::Handle would malfunction during 50 - many read types in AnyEvent::Handle would malfunction during
49 transitions to TLS because of a "delete $self->{rbuf}". 51 transitions to TLS because of a "delete $self->{rbuf}".
50 (reported by Gerald Galster). 52 (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 53 - improve condvar blocking wait performance (probably only noticable
54 with faster backends), also make it easier for event loops that 54 with faster backends), also make it easier for event loops that
55 do not support blocking waits. 55 do not support blocking waits.
56 - PERL_ANYEVENT_MODEL now also allows full module names, although 56 - PERL_ANYEVENT_MODEL now also allows full module names, although
57 the usefulness of this feature is not yet clear. 57 the usefulness of this feature is not yet clear.
58 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS. 58 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
59 - add t/80_ssltext.t. 59 - add t/80_ssltext.t.
60 - no longer use AUTOLOAD for the initial loading (for no very good reason). 60 - 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.
61 62
625.34 Thu May 12 09:59:41 CEST 2011 635.34 Thu May 12 09:59:41 CEST 2011
63 - AE::TLS didn't support both cert_file and key at the same time, 64 - AE::TLS didn't support both cert_file and key at the same time,
64 due to some copy&paste bug (reported and analyzed by vti). 65 due to some copy&paste bug (reported and analyzed by vti).
65 - improve AE::Handle timeout documentation slightly. 66 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines