From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121969 invoked by alias); 20 Mar 2018 01:22:45 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 89354 invoked by uid 89); 20 Mar 2018 01:03:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=graphical, H*MI:cygwin, H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mx1.redhat.com X-Mailbox-Line: From cygwin-announce-c-ares-1.14.0-1 Mon Mar 19 20:02:37 2018 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Tue, 20 Mar 2018 01:22:00 -0000 Message-Id: <20180319200237.13260-1-yselkowitz@cygwin.com> Subject: c-ares 1.14.0-1 X-SW-Source: 2018-03/txt/msg00026.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * libcares2-1.14.0-1 * libcares-devel-1.14.0-1 * mingw64-i686-c-ares-1.14.0-1 * mingw64-x86_64-c-ares-1.14.0-1 c-ares is an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary examples of such applications are servers which communicate with multiple clients and programs with graphical user interfaces. This is an update to the latest upstream release: https://c-ares.haxx.se/changelog.html#1_14_0 -- Yaakov