Subject: Announce: libasr 1.0.1 released

libasr 1.0.1 has just been released.

libasr is a free, simple and portable asynchronous resolver library.

It allows to run dns queries and perform hostname resolutions in a fully
asynchronous fashion.  The implementation is thread-less, fork-less, and
does not make use of signals or other "tricks" that might get in the
developer's way.  The API was initially developped for the OpenBSD
operating system, where it is natively supported.

This library is intended to bring this interface to other systems. It is
originally provided as a support library for the portable version of the
OpenSMTPD daemon, but it can be used in any other contexts.  It is known
to work on the following systems:

* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX

The primary source of information about libasr is the github repository:

    http://github.com/OpenSMTPD/libasr


Release notes
=============

This is a bugfix release:

* Fix potential off-by-one when parsing /etc/hosts
* Fix possible NULL-deref when iterating on getifaddrs() result


Download
========

  The tarball is available at 
http://www.opensmtpd.org/archives/libasr-1.0.1.tar.gz

  SHA256 (libasr-1.0.1.tar.gz) =
  262471e312d623e4951a133ed4c16a74d57f0a02554ca4ed7b4b575456620182

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to