X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C2B43888018
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1627082796;
	bh=P79r6HEBlG6/7etlcQyJeZpdhL+8wZge0rvJbvGzhtg=;
	h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:Cc:From;
	b=PWn+8FJfSWAzFMKyMeOFkqEe+Z9UgtmDi9IMhEGeXWuCuKBBNrX2xwXZlH4IuwlLF
	 YpyFhX6J24GjWeKY4enQo+J66DtP/VSctqe7i/ohE5+nNxXu7kCMv5PY3xuiZNElZZ
	 0prud5x2720Vd0tCBiPoDVNPGdWfLA3/vhb5mdrw=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B724E38A8851
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6785A3898023
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 943543895029
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=CskBoih6Sj63uq2k/9sN3c9R7aAPexsz+SQ+sDL2DPU=;
 b=auiLDDwD0yvluHJUO2H0WKKeF5KzdbHOCfxOnRcklN7m8vrbOokeK9+DYdhASKm93c
 x8gaMR4R1xMwTck9P9an9WPUe2dAMFiq0pyjJiQdcRbkBh0oGsPf5hSB2iw5H4Zt4WQs
 l4Tju2zn3CVOCEdpuhPjT7ZgrN3EmF/szHm6i/ghJ0c+wf89P1Bx/E0qAAIif2rHWqQU
 I0mwQJglHO+LX17jFJwjwC4ADfd0Kn9up3kuA6qtJZGW79gBHOQyMQl5Ypwgga15Dd5n
 PkJMEMRk96yjIR/xkJP5Ap1byFPqORq7IzqAquApvZGS0+BNmUhyHsUItp4K+h2UeF6P
 ODZA==
X-Gm-Message-State: AOAM533sbcSHY7c4fN4m3nlQwHMbDPnQwDgGKKOWszT+BlLdL6XrLwHT
 M9WZq7eXrZaRY5PrdkcG3bS1GDsMKyfpHoJ1BgcfoRr6csY=
X-Google-Smtp-Source: ABdhPJxr7Qq46xgzzWO5zNZ/VMKkPkFLj9M2sbW+8mGj1DIvBmC+BHR4lzm9F7n/X/KBVm3NRJdNaPDjkeyMrJNqRig=
X-Received: by 2002:a0c:fa87:: with SMTP id o7mr2447484qvn.14.1627073060840;
 Fri, 23 Jul 2021 13:44:20 -0700 (PDT)
MIME-Version: 1.0
Date: Fri, 23 Jul 2021 14:44:09 -0600
Message-Id: <announce.CAJ1FpuOoduBtX5VDGiwXTBN5GZKc_FpnBF_9qznZ6zcJ5wANqQ@mail.gmail.com>
Subject: [ANNOUNCEMENT] expat 2.4.1-1
To: cygwin@cygwin.com
X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, FROM_LOCAL_NOVOWEL,
 HK_RANDOM_ENVFROM, HK_RANDOM_FROM, HTML_MESSAGE, KAM_NUMSUBJECT,
 RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
X-Mailman-Approved-At: Fri, 23 Jul 2021 23:24:36 +0000
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin-announce@cygwin.com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin@cygwin.com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Doug Henderson via Cygwin-announce via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Doug Henderson via Cygwin-announce <cygwin-announce@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

The following packages have been uploaded to the Cygwin distribution:

* expat-2.4.1-1
* libexpat1-2.4.1-1
* libexpat-devel-2.4.1-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.

-- 
Doug Henderson, Calgary, Alberta, Canada - from gmail.com

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
