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

Comparing AnyEvent/Changes (file contents):
Revision 1.122 by root, Tue May 27 05:36:27 2008 UTC vs.
Revision 1.150 by root, Thu Jun 5 16:28:48 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3 - add some recommends to the META.yml. 34.14
4 - Fixed a bug in DNS SRV priority sorting.
5 - AnyEvent::Util::guard now reports runtime errors while
6 executing the guard block as warnings.
7
84.13 Thu Jun 5 00:47:59 CEST 2008
9 - AnyEvent::DNS only followed cname chains with length 2,
10 contrary to documentation. bumped it up to 10, thanks to
11 microsoft, the current broken-dns-config-king.
12 - AnyEvent::DNS didn't check for socket return status
13 but instead relied on perl not creating filehandles in that
14 case - too bad it gives you a bogus file handle (reported
15 and analysed by Vladimir Timofeev).
16 - fix queue management logic in AnyEvent::Handle:
17 when on_read was registered, the queue was empty
18 and no progress could be made AnyEvent::Handle would
19 enter an endless loop.
20 - correctly start reading again when the handle became
21 busy again after idling.
22 - correctly treat tls shut-downs as EOF condition
23 (for the time being, would be nice to have a callback for that).
24 - correctly call eof callback under all conditions
25 (hopefully).
26 - the timeout callback did not expect that $self can go
27 away any time.
28
294.12 Tue Jun 3 10:58:04 CEST 2008
30 - include AnyEvent::Intro, a tutorial for anyevent,
31 anyevent::socket and anyevent::handle.
32 - allow more options in on_error.
33
344.11 Fri May 30 23:42:25 CEST 2008
35 - INCOMPATIBLE CHANGE: replace ptr by real PTR lookup, provide
36 reverse_lookup and reverse_verify to replace it, support
37 v4mapped and v4compat addresses.
38 - provide more documentation for the resolver class.
39 - really replace longest run of :0: by :: in format_address,
40 also properly convert :: and ::1 again.
41 - support NAPTR record name and decode it.
42 - implement random weight sampling for SRV records, as per
43 rfc 2782.
44 - correctly abort on srv-record targets of ".".
45 - added AnyEvent::DNS::wait_for_slot.
46 - in the unlikely event of a virtual circuit connection
47 being invalidated by a delayed udp reply, AnyEvent::DNS
48 could die. this has been fixed.
49 - plug a probable memleak in the DNS vc code.
50 - use configured timeout also for VC request phase.
51 - implement timeout and max_outstanding methods
52 for resolver class.
53 - update version numbers in all modules.
54
554.1 Thu May 29 05:45:40 CEST 2008
56 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address
57 which mirrors their purpose better (old names still available
58 for a while). Also moved AnyEvent::DNS::addr to
59 AnyEvent::Socket::resolve_sockaddr.
60 - implement AnyEvent->time and AnyEvent->now.
61 - fix IPv6 support in pack_sockaddr.
62 - officially un-experimentalise all newly introduced code.
63 - support unix domain sockets everywhere by specifying
64 a host of "unix/" and the pathname as service.
65 - implement an activity timeout in AnyEvent::Handle.
4 - added a regex read type to AnyEvent::Handle. 66 - added a regex read type to AnyEvent::Handle.
5 - added a json read/write type to AnyEvent::Handle. 67 - added a json read/write type to AnyEvent::Handle.
6 - always croak in on_error in AnyEvent::Handle. 68 - always croak in on_error in AnyEvent::Handle.
7 - document how to subclass AnyEvent::Handle. 69 - document how to subclass AnyEvent::Handle.
8 - implement AnyEvent::Util::fork_call. 70 - implement AnyEvent::Util::fork_call.
71 - add support for IPv6 nameservers and nameserver statements.
9 - work around _yet_ _another_ windows perl bug in where empty 72 - work around _yet_ _another_ windows perl bug in where empty
10 select masks cause errors in the pure perl backend (this 73 select masks cause errors in the pure perl backend (this
11 workaround cannot be implemented for the other event loops, 74 workaround cannot be implemented for the other event loops,
12 but EV also works around this). 75 but EV also works around this).
76 - supply AnyEvent::Socket::address_type and make good use of it.
13 - clarify and fix the Handle documentation w.r.t $self vs. $handle 77 - clarify and fix the Handle documentation w.r.t $self vs. $handle
14 vs. callback arguments. 78 vs. callback arguments.
79 - add some recommends to the META.yml.
15 80
164.05 Mon May 26 19:44:06 CEST 2008 814.05 Mon May 26 19:44:06 CEST 2008
17 - some platforms ignore the rfc and prepend an extra sa_len member to 82 - some platforms ignore the rfc and prepend an extra sa_len member to
18 the sockaddr structure, cater for those. also use sockaddr_family, 83 the sockaddr structure, cater for those. also use sockaddr_family,
19 didn't know it was there, but comes in handy for the workaround. 84 didn't know it was there, but comes in handy for the workaround.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines