summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--eventlet/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 904bb85..db70a39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.24.1
+======
+* greendns: don't contact nameservers if one entry is returned from hosts file; Thanks to Daniel Alvarez
+
0.24.0
======
* greendns: Fix infinite loop when UDP source address mismatch; Thanks to Lon Hohberger
diff --git a/eventlet/__init__.py b/eventlet/__init__.py
index fe52a3b..e734385 100644
--- a/eventlet/__init__.py
+++ b/eventlet/__init__.py
@@ -1,7 +1,7 @@
import os
-version_info = (0, 24, 0)
+version_info = (0, 24, 1)
__version__ = '.'.join(map(str, version_info))
# This is to make Debian packaging easier, it ignores import
# errors of greenlet so that the packager can still at least