aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_library_cleanup.3
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
commitb723500af0d52a4ae919e6f196efa8fbdd1bd783 (patch)
tree03961e2655cf4d559a342ea4aab254599b4c8a3c /ares/ares_library_cleanup.3
parent4bfa0b08de5f3b26bb02da829af96964a43ea961 (diff)
Daniel wants upcoming release to be 1.7.0
Diffstat (limited to 'ares/ares_library_cleanup.3')
-rw-r--r--ares/ares_library_cleanup.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_library_cleanup.3 b/ares/ares_library_cleanup.3
index 09a1dcc48..3919dc3a6 100644
--- a/ares/ares_library_cleanup.3
+++ b/ares/ares_library_cleanup.3
@@ -53,14 +53,14 @@ conflict with any other thread that is already using these other libraries.
Win32/64 application DLLs shall not call \fIares_library_cleanup(3)\fP from
the DllMain function. Doing so will produce deadlocks and other problems.
.SH AVAILABILITY
-This function was first introduced in c-ares version 1.6.1 along with the
+This function was first introduced in c-ares version 1.7.0 along with the
definition of preprocessor symbol \fICARES_HAVE_ARES_LIBRARY_CLEANUP\fP as an
indication of the availability of this function.
.PP
Since the introduction of this function, it is absolutely mandatory to call it
for any Win32/64 program using c-ares.
.PP
-Non-Win32/64 systems can still use c-ares version 1.6.1 without calling
+Non-Win32/64 systems can still use c-ares version 1.7.0 without calling
\fIares_library_cleanup(3)\fP due to the fact that it is nearly a do-nothing
function on non-Win32/64 platforms.
.SH SEE ALSO