From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 9F3643857C5E for ; Thu, 30 Sep 2021 15:03:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9F3643857C5E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id Vvx1mnHsBczbLVxaomlo0d; Thu, 30 Sep 2021 15:03:26 +0000 Received: from SystematicSw.ab.ca ([68.147.0.90]) by cmsmtp with ESMTP id Vxanm7NFGxCNkVxanmujrz; Thu, 30 Sep 2021 15:03:26 +0000 X-Authority-Analysis: v=2.4 cv=Xe/qcK15 c=1 sm=1 tr=0 ts=6155d1be a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=aBglbDSzAAAA:20 a=mDV3o1hIAAAA:8 a=pXCLpR8Y5wxmPv6cuJsA:9 a=sZN3axDp3ZwA:10 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin wget2 Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Thu, 30 Sep 2021 09:00:33 -0600 Message-Id: <20210930090033.53426-1-Brian.Inglis@SystematicSW.ab.ca> Subject: New: wget2 2.0.0 - fast multithreaded file and website downloader X-CMAE-Envelope: MS4xfOM+7lnlW4GsswC30OvQWKIB/zVPTN8J2OXoZd5himwdmYILTGEm9wqzvjbgW409f8PsNtfXLrFp9Msirk2JmbskthCA6vtwHpWLVu4xUgyUsURxKg3F fUJfQMIBwnGAwDobFRnQhox+2FIOfrLCM0y6dUrbP9FN7zzCzGe/TbMfAhd5F0tpZC0hVYmW4aNPOvzOY+CFq9QL6lzPk8nb9N9uEFXwc5xmck5kYLoq749v ZiUq71ep13ooKS6wn9auEIymUGg5PLIGl9Ws4ZqcMh8= X-Spam-Status: No, score=-1160.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 15:03:27 -0000 The following new packages have been added to the Cygwin distribution: * wget2 2.0.0 * libwget2_1 2.0.0 * libwget2-devel 2.0.0 wget2 2.0.0 is the official stable release of the successor of wget: a modern, fast, multithreaded, parallel file and recursive website downloader using HTTP2, HTTP compression, parallel connections, and If-Modified-Since HTTP headers. It is a replacement only for the HTTP functions of the original wget, as it does not support FTP or other protocols, and no longer supports some of the options of its predecessor, but supports many new features and options. The library provides the basic functions needed by a modern web client, and the development package provides the documentation and linkage required to use the library, configure, and build packages using it. For more information, please see the project home page: https://gitlab.com/gnuwget/wget2 For more details, please see the release announcement: https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00011.html