[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] ANN: Libevent 2.0.18-stable is released
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] ANN: Libevent 2.0.18-stable is released
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Thu, 22 Mar 2012 14:32:58 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Thu, 22 Mar 2012 14:33:07 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=DeQbWXxClxDeVi8KQFmeXwgXGX+A5XHzWG9E9LRLzxk=; b=mCgP7/z/H0LAaUQjKM3qh8jjTr7Nc2UJ7g5O5tr3H+yfCKFdh7Mq/xJgz5O1mEaPcc kMzBL/g4TN2UJgFvn2mlfco0KIlSF7a37HNUyvvRYm8JplOvhOsZEcPUsHLzcsoUz9gH iVkEp4OmKYCTon49X6JRZ2ePfhGI1uxo1HODvs4Twek+LBgxQMcQ4vNEc9kBU1tudyX7 4gbrX6NhZdtNhYsTk+JhXIqtJoXTc4ZNr7pQQUibDKwSkpNFjo0Wn8vqvqOhqMdNhS7I r7LEnw9M2uXEitkGkFdH4qrVYdEyg64W33EVQ5mokXRLJ+RCCUq4AWBHe+E5EG98Rkpo YO7Q==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
lo, everyone!
Announcing Libevent 2.0.18-stable
=================================
Libevent 2.0.17-stable is now tagged and released. The package is
available from the *shiny new website* at http://libevent.org/ .
There are GPG signatures there too; you should probably verify them,
to make sure you get the software you think you are getting.
What's New in Libevent 2.0.18-stable
====================================
This is a very small bugfix release. If you use evdns, you should
upgrade. This release might also fix some rare and confusing kqueue
bugs.
Here's the ChangeLog for this release:
BUGFIXES (core):
o Make uses of open() close-on-exec safe by introducing an internal
evutil_open_closeonexec. (d2b5f72 Ross Lagerwall, 03dce42)
BUGFIXES (kqueue):
o Properly zero the kevent in kq_setup_kevent() (c2c7b39 Sebastian Hahn)
BUILD FIXES:
o Added OPENSSL_LDFLAGS env variable which is appended to SSL checks.
(9278196 Mark Ellzey)
o Changed OPENSSL_LDFLAGS to OPENSSL_LIBADD (2d67b63 Mark Ellzey)
o Don't do clang version detection when disabling some flags (083296b
Sebastian Hahn)
BUGFIXES (dns):
o Stop crashing in evdns when nameserver probes give a weird error (bec5068)
Fun facts about Libevent 2.0.18-stable
======================================
At only 295 lines,the diff for this release is the very smallest in the
2.0.x series. Who knows, perhaps it's time to put out a 2.1.1-alpha!
Acknowledgments
===============
Thanks to everybody who helped with code, bug reports, and suggestions,
including but not limited to:
Mark Ellzey
Sebastian Hahn
Ross Lagerwall
Hannes Sowa
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.