From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67268 invoked by alias); 27 Sep 2018 18:13:32 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 67122 invoked by uid 89); 27 Sep 2018 18:13:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=ALL_TRUSTED,BAYES_20,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=HAuthentication-Results:auth, canada, Canada, loose X-HELO: localhost.localdomain Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Sep 2018 18:13:30 +0000 Reply-To: cygwin@cygwin.com Return-Path: Authentication-Results: sourceware.org; auth=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pxYWz9SN63XUv5lRoJMP8RbYZHItV60zeqUMKd++xm8=; b=S63shmUikcUOpQQWRFuMT5v1Qs71/iZ35IInLAVtQZ6f4y6mTEA/RU85Lt2OY5XB1C fctaciBdGC62lQr78HTUOwociOUYeVRGmWeO/kfbVO7XsUsEFojI8mps0UhKfXRC86ic APgMco1qPqVW7Ka8aS3iZfflFyhsz/r2JQOgkBt8u7mzI5CxL0yYiA+gCBVN1gXrXSW7 WqTqbXrJG7ehQxYwHiy6sQbaf4BRpGVplYgmTrvOqRfQMeZKDLiOqw7dFUl6UeHekxTy Hb8iD7nC7TOV5FgQGF2w7pviYXxxcA7sDrmG+Xst96Q1L+qyVNia3chH4bD86PDMI1JB Nj0g== MIME-Version: 1.0 From: Doug Henderson Date: Thu, 27 Sep 2018 18:13:00 -0000 Message-Id: Subject: [ANNOUNCEMENT] expat 2.2.6-1 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Sender: qmail alias X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00279.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * expat-2.2.6-1 * libexpat1-2.2.6-1 * libexpat-devel-2.2.6-1 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. A description of changes included in this release is documented in https://github.com/libexpat/libexpat/blob/R_2_2_6/expat/Changes -- 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