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

Comparing AnyEvent/Changes (file contents):
Revision 1.129 by root, Thu May 29 06:32:46 2008 UTC vs.
Revision 1.154 by root, Fri Jun 6 10:49:20 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3 - the pure perl backend would keep some watchers alive when more than
4 one watcher was registered for the same fd.
5 - new "packstring" read and write type for AnyEvent::Handle.
6 - allow on_eof handler to be called after on_errro with EPIPE returns.
7 - do not immediately call on_read callback in handle constructor.
8
94.14 Thu Jun 5 20:29:31 CEST 2008
10 - Fixed a bug in DNS SRV priority sorting.
11 - AnyEvent::Util::guard now reports runtime errors while
12 executing the guard block as warnings.
13 - handle 0-byte-reads just before EOF correctly in AnyEvent::Handle.
14
154.13 Thu Jun 5 00:47:59 CEST 2008
16 - AnyEvent::DNS only followed cname chains with length 2,
17 contrary to documentation. bumped it up to 10, thanks to
18 microsoft, the current broken-dns-config-king.
19 - AnyEvent::DNS didn't check for socket return status
20 but instead relied on perl not creating filehandles in that
21 case - too bad it gives you a bogus file handle (reported
22 and analysed by Vladimir Timofeev).
23 - fix queue management logic in AnyEvent::Handle:
24 when on_read was registered, the queue was empty
25 and no progress could be made AnyEvent::Handle would
26 enter an endless loop.
27 - correctly start reading again when the handle became
28 busy again after idling.
29 - correctly treat tls shut-downs as EOF condition
30 (for the time being, would be nice to have a callback for that).
31 - correctly call eof callback under all conditions
32 (hopefully).
33 - the timeout callback did not expect that $self can go
34 away any time.
35
364.12 Tue Jun 3 10:58:04 CEST 2008
37 - include AnyEvent::Intro, a tutorial for anyevent,
38 anyevent::socket and anyevent::handle.
39 - allow more options in on_error.
40
414.11 Fri May 30 23:42:25 CEST 2008
42 - INCOMPATIBLE CHANGE: replace ptr by real PTR lookup, provide
43 reverse_lookup and reverse_verify to replace it, support
44 v4mapped and v4compat addresses.
3 - provide more documentation for the resolver class. 45 - provide more documentation for the resolver class.
46 - really replace longest run of :0: by :: in format_address,
47 also properly convert :: and ::1 again.
48 - support NAPTR record name and decode it.
49 - implement random weight sampling for SRV records, as per
50 rfc 2782.
51 - correctly abort on srv-record targets of ".".
52 - added AnyEvent::DNS::wait_for_slot.
53 - in the unlikely event of a virtual circuit connection
54 being invalidated by a delayed udp reply, AnyEvent::DNS
55 could die. this has been fixed.
56 - plug a probable memleak in the DNS vc code.
57 - use configured timeout also for VC request phase.
58 - implement timeout and max_outstanding methods
59 for resolver class.
60 - update version numbers in all modules.
4 61
54.1 Thu May 29 05:45:40 CEST 2008 624.1 Thu May 29 05:45:40 CEST 2008
6 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address 63 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address
7 which mirrors their purpose better (old names still available 64 which mirrors their purpose better (old names still available
8 for a while). Also moved AnyEvent::DNS::addr to 65 for a while). Also moved AnyEvent::DNS::addr to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines