libevent 2.0.16-stable-1 source package in Ubuntu

Changelog

libevent (2.0.16-stable-1) unstable; urgency=low

  * New upstream version 2.0.16-stable
  * Uploading to unstable, see http://bugs.debian.org/631018

libevent (2.0.13-stable-1) experimental; urgency=low

  * New upstream version 2.0.13-stable
  * Pass "-Zbzip2 -z9" to dpkg-deb
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 11:59:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main libs

Downloads

File Size SHA-256 Checksum
libevent_2.0.16-stable.orig.tar.bz2 662.8 KiB bff7236f9f6ba09b63d989a55265bcc4afef5bc94ed49c4d4282b820785ef95b
libevent_2.0.16-stable-1.debian.tar.bz2 7.4 KiB cfdb96d835c9b0496f4c851b98fd786878e7eefa880fa964cee72ea5acb515c6
libevent_2.0.16-stable-1.dsc 2.3 KiB 4128d7583bd078c5ec93142f71fab9af5b189a2b937196fa288ccb95f427a16e

View changes file

Binary packages built by this source

libevent-2.0-5: Asynchronous event notification library

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 For backward compatibility and to transition to "libevent_core only"
 or "libevent_core + libevent_extra", the libevent source package builds
 the libevent library that includes everything in libevent_core and
 libevent_extra.

libevent-core-2.0-5: Asynchronous event notification library (core)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 The libevent_core library includes event loops, timers, buffer code,
 and various small compatibility functions.
 .
 If you're writing software that only uses libevent's event loop, you
 should link against only the libevent_core library.

libevent-dbg: Asynchronous event notification library (debug symbols)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 This package includes debugging information for libevent.

libevent-dev: No summary available for libevent-dev in ubuntu quantal.

No description available for libevent-dev in ubuntu quantal.

libevent-extra-2.0-5: No summary available for libevent-extra-2.0-5 in ubuntu quantal.

No description available for libevent-extra-2.0-5 in ubuntu quantal.

libevent-openssl-2.0-5: No summary available for libevent-openssl-2.0-5 in ubuntu quantal.

No description available for libevent-openssl-2.0-5 in ubuntu quantal.

libevent-pthreads-2.0-5: Asynchronous event notification library (pthreads)

 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 If you want threading support and you're using pthreads, you'll need
 to link against the libevent_pthreads library in addition to
 libevent_core.