File: NEWS

package info (click to toggle)
libanyevent-perl 7.170-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,964 kB
  • sloc: perl: 6,646; sh: 113; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
libanyevent-perl (7.150-1) unstable; urgency=medium

  [ INCOMPATIBLE CHANGE]
  AnyEvent::Handle's tls_detect documentation gave separate major and minor
  versions, while code passed only a single value. This version follows the
  documentation and now passes separate major and minor values.

 -- gregor herrmann <gregoa@debian.org>  Fri, 19 Jul 2019 12:16:42 -0300

libanyevent-perl (6.100-1) unstable; urgency=low

  [ INCOMPATIBLE CHANGES ]
  * the default log level is now "4" (error and above), and some messages inside
    AnyEvent have been elevated to higher log levels to print by default.

 -- Alessandro Ghedini <al3xbio@gmail.com>  Wed, 05 Oct 2011 16:53:31 +0200

libanyevent-perl (6.010-1) unstable; urgency=low

  [ INCOMPATIBLE CHANGES ]
  * AnyEvent::DNS resource records now include the TTL as fourth element - this
    affects ->resolve, ->request and ->dns_unpack indirectly. Convenience
    functions such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
    AnyEvent::Socket.
  * backend authors now should not implement one_event or loop, but instead the
    AnyEvent::CondVar::_wait and _poll methods.
  * verbosity levels have been redefined, see AnyEvent (PERL_ANYEVENT_VERBOSE)
    and AnyEvent::Log for details.

  [ DEPRECATIONS ]
  * please change "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
    "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" in your programs, for
    future compatibility.

 -- Alessandro Ghedini <al3xbio@gmail.com>  Fri, 26 Aug 2011 14:41:35 +0200