X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; q=dns; s=default; b=nxUXs75IBcTu3uLkJ1 q7GXeoFUwJIz6eBcifq21ZrD9uyLMIUciBESvIdi4aXJKNeC7DHy9arWxPo2aSVB L2G77s6vLkes0jDLYjGF+4YsPYvUfn6PYK/Jj9qclBPeoCQrVYM4teUfa7b+/0iO WPJ4gP3DSOAfdaFHegNGlxc7M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; s=default; bh=v6JZiGMk1k7cAhZtBxL9exR8 XvY=; b=nQ0+Id0quGx2HGmnR+IrvnmHAdn/WXmUI9+Uh68igo1a9G7sw5orqwDS OhjqGq6BUrwXlt0zLlChflfdAYU7nlE0NtxR4grFYsfAjvdC/ek0MOqU7Yx9m5ci udSpWwXP4ZxhYvsRhPStncjJWg8xT8VVtOJcHFfohELuQ9YyVpc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_FROM autolearn=ham version=3.3.2 spammy=loose, discovers, announcement X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wYbdAXimIKVQrxVTs/tIGP9Z2nAVxsqjiVxelYm62Hk=; b=iz7JFRsTjecoLvnA5caPa3AUKF9OifoDQDXfcQ/QE473GCxQkdWvF41j8fYiQRWxI8 0Tpzij/AH0yvH0HlBYZfBdcu6y7bA7Igin1Owy0rVHgIMDdMIOB/AOc0XwzZz5Z1pAG9 pMT4mK9Ix5cCC2orO97TulGCBzPi1KCd2QNOeS3cfbHdz6J9u2Xr5xT1S1O0c1qpBy1u AQX1cG1Ku+TJGUZ3hxSPsX4Gn57uOvgCSqeIUxpTSkuJGM/ciTAPzf28ipfBGY7+Fpcv lkVZKBlnbTfxmz78YXmlywhySpQo0B7MU+HMztIsK/YqfYjr1DiZyaOdMZ/PSCpI4/YJ pI7A== X-Gm-Message-State: AKS2vOx2EnITYAb7+1oikS6LLk5FVNKQC4hRt8/w47AEp+1dn7ASpfkF EE3t/wDteuWeYzsuM5ga6kjJjGXQm3gMVWc= X-Received: by 10.31.165.210 with SMTP id o201mr8663292vke.37.1498440325523; Sun, 25 Jun 2017 18:25:25 -0700 (PDT) MIME-Version: 1.0 From: Doug Henderson Date: Sun, 25 Jun 2017 19:25:05 -0600 Message-Id: Subject: [ANNOUNCEMENT] Updated: expat-2.2.1-0 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes The following packages have been updated in the Cygwin distribution: * expat-2.2.1-0 This is Expat, a C library for parsing XML, originally written by James Clark, and now maintained by a loose group of developers. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. This is an update to the latest upstream release. See https://libexpat.github.io/ for more info. -- Doug Henderson, Calgary, Alberta, Canada - from gmail.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple